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

/inkscape/src/display/
H A Ddrawing-item.cpp118 , _fill_pattern(NULL)
175 _parent->_fill_pattern = NULL;
189 delete _fill_pattern;
456 delete _fill_pattern;
457 _fill_pattern = pattern;
644 if (_fill_pattern) {
645 _fill_pattern->update(area, child_ctx, flags, reset);
H A Ddrawing-shape.cpp161 bool has_fill = _nrstyle.prepareFill(dc, _item_bbox, _fill_pattern);
237 bool has_fill = _nrstyle.prepareFill(dc, _item_bbox, _fill_pattern);
H A Ddrawing-item.h202 DrawingPattern *_fill_pattern; member in class:Inkscape::DrawingItem
H A Ddrawing-text.cpp483 has_fill = _nrstyle.prepareFill( dc, _item_bbox, _fill_pattern);
488 has_td_fill = _nrstyle.prepareTextDecorationFill( dc, _item_bbox, _fill_pattern);

Completed in 44 milliseconds