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

/inkscape/src/
H A Dsp-item.cpp428 SPPaintServer *fill_ps = style->getFillPaintServer(); local
431 if (fill_ps) {
432 fill_ps->hide(item->display->arenaitem->key());
1140 SPPaintServer *fill_ps = style->getFillPaintServer(); local
1141 if (fill_ps) {
1147 Inkscape::DrawingPattern *ap = fill_ps->show(drawing, fill_key, item_bbox);
1150 fill_ps->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
1195 SPPaintServer *fill_ps = style->getFillPaintServer(); local
1196 if (fill_ps) {
1197 fill_ps
[all...]

Completed in 32 milliseconds