Searched refs:same (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libnrtype/
H A DFontInstance.cpp76 bool same = true; local
77 for (int i = 0; (i < 6) && same; i++) {
78 same = ( static_cast<int>(100 * a.transform[i]) == static_cast<int>(100 * b.transform[i]) );
80 same &= ( a.vertical == b.vertical )
82 if ( same && ( a.stroke_width > STROKE_WIDTH_THREASHOLD ) ) {
83 same = ( a.stroke_cap == b.stroke_cap )
87 if ( same && ( a.nbDash > 0 ) ) {
88 same = ( static_cast<int>(floor(100 * a.dash_offset)) == static_cast<int>(floor(100 * b.dash_offset)) );
89 for (int i = 0; (i < a.nbDash) && same; i++) {
90 same
[all...]
/inkscape/
H A Ddistro45 Print certain distribution information. With no OPTION, same as -f.
236 # Solaris format isn't the same. It is done through sh as a hack

Completed in 15 milliseconds