Searched refs:_fill_pattern (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/display/ |
H A D | drawing-item.cpp | 118 , _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 D | drawing-shape.cpp | 161 bool has_fill = _nrstyle.prepareFill(dc, _item_bbox, _fill_pattern); 237 bool has_fill = _nrstyle.prepareFill(dc, _item_bbox, _fill_pattern);
|
H A D | drawing-item.h | 202 DrawingPattern *_fill_pattern; member in class:Inkscape::DrawingItem
|
H A D | drawing-text.cpp | 483 has_fill = _nrstyle.prepareFill( dc, _item_bbox, _fill_pattern); 488 has_td_fill = _nrstyle.prepareTextDecorationFill( dc, _item_bbox, _fill_pattern);
|
Completed in 44 milliseconds