Lines Matching defs:used
3 * SVG stylesheets implementation - Classes used by SPStyle class.
934 // This routine is actually rarely used. Writing is done usually
1143 // Paint is used for 'fill' and 'stroke'. SPIPaint perhaps should be derived from SPIColor.
1230 // available. SPIPaint can be used 'stand-alone' (e.g. to parse color values) in
1267 // Stand-alone read (Legacy read()), used multiple places, e.g. sp-stop.cpp
1502 bool used[3] = {false, false, false};
1510 used[0] = true;
1514 used[1] = true;
1518 used[2] = true;
1530 if( !used[0] && i < PAINT_ORDER_LAYERS ) {
1535 if( !used[1] && i < PAINT_ORDER_LAYERS ) {
1540 if( !used[2] && i < PAINT_ORDER_LAYERS ) {
1937 might happen because the inverse is used in some scaling actions.
2022 might happen because the inverse is used in some scaling actions.
2115 might happen because the inverse is used in some scaling actions.
2416 // This is not used but we have it for completeness, it has not been tested.
2480 while(1){ // not really a loop, used to avoid a goto
2614 // if more than one style is present, the first is used
2753 // one is used ???? then why break on set?