Lines Matching defs:outline
111 bool outline = _drawing.outline();
119 if (boundingbox && (_nrstyle.stroke.type != NRStyle::PAINT_NONE || outline)) {
142 ( _nrstyle.stroke.type != NRStyle::PAINT_NONE && !outline) ))
204 bool outline = _drawing.outline();
206 if (outline) {
310 bool outline = _drawing.outline();
313 if (SP_SCALE24_TO_FLOAT(_style->opacity.value) == 0 && !outline && !pick_as_clip)
314 // fully transparent, no pick unless outline mode
324 } else if (outline) {
325 width = 0.5; // in outline mode, everything is stroked with the same 0.5px line width
338 _nrstyle.fill.opacity > 1e-3 && !outline);