Lines Matching refs:NRStyle
119 if (boundingbox && (_nrstyle.stroke.type != NRStyle::PAINT_NONE || outline)) {
141 (( _nrstyle.fill.type != NRStyle::PAINT_NONE ) &&
142 ( _nrstyle.stroke.type != NRStyle::PAINT_NONE && !outline) ))
226 if( _nrstyle.paint_order_layer[0] == NRStyle::PAINT_ORDER_NORMAL ) {
261 for (unsigned i = 0; i < NRStyle::PAINT_ORDER_LAYERS; ++i) {
263 case NRStyle::PAINT_ORDER_FILL:
266 case NRStyle::PAINT_ORDER_STROKE:
269 case NRStyle::PAINT_ORDER_MARKER:
326 } else if (_nrstyle.stroke.type != NRStyle::PAINT_NONE && _nrstyle.stroke.opacity > 1e-3) {
337 bool needfill = pick_as_clip || (_nrstyle.fill.type != NRStyle::PAINT_NONE &&