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

/inkscape/src/extension/internal/
H A Dmetafile-print.h92 static U_COLORREF _gethexcolor(uint32_t color);
H A Dmetafile-print.cpp129 U_COLORREF PrintMetafile::_gethexcolor(uint32_t color) function in class:Inkscape::Extension::Internal::PrintMetafile
251 *hatchColor = _gethexcolor(hcolor);
253 *hatchColor = _gethexcolor(hcolor);
254 *bkColor = _gethexcolor(bcolor);
H A Dwmf-print.cpp159 gv.bgc = _gethexcolor(lc);
H A Demf-print.cpp162 gv.bgc = _gethexcolor(lc);

Completed in 29 milliseconds