Searched refs:brush_classify (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | metafile-print.h | 100 void brush_classify(SPObject *parent, int depth, Inkscape::Pixbuf **epixbuf, int *hatchType, U_COLORREF *hatchColor, U_COLORREF *bkColor);
|
H A D | metafile-print.cpp | 271 void PrintMetafile::brush_classify(SPObject *parent, int depth, Inkscape::Pixbuf **epixbuf, int *hatchType, U_COLORREF *hatchColor, U_COLORREF *bkColor) function in class:Inkscape::Extension::Internal::PrintMetafile 298 brush_classify(child, depth, epixbuf, hatchType, hatchColor, bkColor); 308 brush_classify(child, depth, epixbuf, hatchType, hatchColor, bkColor);
|
H A D | emf-print.cpp | 395 brush_classify(pat, 0, &pixbuf, &hatchType, &hatchColor, &bkColor); 580 brush_classify(pat, 0, &pixbuf, &hatchType, &hatchColor, &bkColor);
|
H A D | wmf-print.cpp | 386 brush_classify(pat, 0, &pixbuf, &hatchType, &hatchColor, &bkColor);
|
Completed in 29 milliseconds