Searched defs:PAINT_ORDER_LAYERS (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/display/
H A Dnr-style.h86 static const size_t PAINT_ORDER_LAYERS = 3; member in struct:NRStyle
87 PaintOrderType paint_order_layer[PAINT_ORDER_LAYERS];
/inkscape/src/
H A Dstyle-internal.h817 const size_t PAINT_ORDER_LAYERS = 3; variable
839 for( unsigned i = 0; i < PAINT_ORDER_LAYERS; ++i ) {
851 for( unsigned i = 0; i < PAINT_ORDER_LAYERS; ++i ) {
868 SPPaintOrderLayer layer[PAINT_ORDER_LAYERS];
869 bool layer_set[PAINT_ORDER_LAYERS];

Completed in 17 milliseconds