Searched defs:hatchColor (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/extension/internal/
H A Dmetafile-print.cpp221 // Extract hatchType, hatchColor from a name like
222 // EMFhatch<hatchType>_<hatchColor>
224 // hatchType and hatchColor have been set with defaults before this is called.
226 void PrintMetafile::hatch_classify(char *name, int *hatchType, U_COLORREF *hatchColor, U_COLORREF *bkColor) argument
251 *hatchColor = _gethexcolor(hcolor);
253 *hatchColor = _gethexcolor(hcolor);
267 // If a pattern is found with a name like [EW]MFhatch3_3F7FFF return hatchType=3, hatchColor=3F7FFF (as a uint32_t),
268 // otherwise hatchType is set to -1 and hatchColor is not defined.
271 void PrintMetafile::brush_classify(SPObject *parent, int depth, Inkscape::Pixbuf **epixbuf, int *hatchType, U_COLORREF *hatchColor, U_COLORREF *bkColor) argument
276 *hatchColor
[all...]
H A Dwmf-print.cpp345 U_COLORREF hatchColor; local
361 hatchColor = *fcolor;
363 hatchColor = U_RGB(0, 0, 0);
376 hatchColor = U_RGB(255 * rgb[0], 255 * rgb[1], 255 * rgb[2]);
386 brush_classify(pat, 0, &pixbuf, &hatchType, &hatchColor, &bkColor);
393 hatchColor = U_RGB(0xFF, 0xC3, 0xC3);
400 hatchColor = U_RGB(0xFF, 0xC3, 0xC3);
426 hatchColor = avg_stop_color(rg);
432 hatchColor = avg_stop_color(lg);
456 lb = U_WLOGBRUSH_set(brushStyle, hatchColor, hatchTyp
[all...]
H A Dwmf-inout.cpp216 uint32_t Wmf::add_hatch(PWMF_CALLBACK_DATA d, uint32_t hatchType, U_COLORREF hatchColor){ argument
234 sprintf(tmpcolor,"%6.6X",sethexcolor(hatchColor));
H A Demf-inout.cpp239 uint32_t Emf::add_hatch(PEMF_CALLBACK_DATA d, uint32_t hatchType, U_COLORREF hatchColor){ argument
257 sprintf(tmpcolor,"%6.6X",sethexcolor(hatchColor));
H A Demf-print.cpp353 U_COLORREF hatchColor; local
369 hatchColor = *fcolor;
371 hatchColor = U_RGB(0, 0, 0);
385 hatchColor = U_RGB(255 * rgb[0], 255 * rgb[1], 255 * rgb[2]);
395 brush_classify(pat, 0, &pixbuf, &hatchType, &hatchColor, &bkColor);
402 hatchColor = U_RGB(0xFF, 0xC3, 0xC3);
409 hatchColor = U_RGB(0xFF, 0xC3, 0xC3);
435 hatchColor = avg_stop_color(rg);
441 hatchColor = avg_stop_color(lg);
449 lb = logbrush_set(brushStyle, hatchColor, hatchTyp
548 U_COLORREF hatchColor; local
[all...]

Completed in 103 milliseconds