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

/inkscape/src/extension/internal/
H A Dmetafile-print.cpp266 // If an image is found set a pointer to the epixbuf, else set that to NULL
271 void PrintMetafile::brush_classify(SPObject *parent, int depth, Inkscape::Pixbuf **epixbuf, int *hatchType, U_COLORREF *hatchColor, U_COLORREF *bkColor) argument
274 *epixbuf = NULL;
284 *epixbuf = ((SPImage *)pat_i)->pixbuf;
297 while (child && !(*epixbuf) && (*hatchType == -1)) {
298 brush_classify(child, depth, epixbuf, hatchType, hatchColor, bkColor);
303 *epixbuf = ((SPImage *)parent)->pixbuf;
307 while (child && !(*epixbuf) && (*hatchType == -1)) {
308 brush_classify(child, depth, epixbuf, hatchType, hatchColor, bkColor);
H A Dmetafile-print.h100 void brush_classify(SPObject *parent, int depth, Inkscape::Pixbuf **epixbuf, int *hatchType, U_COLORREF *hatchColor, U_COLORREF *bkColor);

Completed in 15 milliseconds