Searched refs:sp_desktop_get_color (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Ddesktop-style.h64 guint32 sp_desktop_get_color (SPDesktop *desktop, bool is_fill);
H A Dgradient-chemistry.cpp1546 color = sp_desktop_get_color(desktop, (fill_or_stroke == Inkscape::FOR_FILL));
1556 color = sp_desktop_get_color(desktop, (fill_or_stroke == Inkscape::FOR_FILL));
1562 color = sp_desktop_get_color(desktop, (fill_or_stroke == Inkscape::FOR_FILL));
H A Ddesktop-style.cpp285 sp_desktop_get_color(SPDesktop *desktop, bool is_fill) function
/inkscape/src/widgets/
H A Dfill-style.cpp563 common = sp_desktop_get_color(desktop, kind == FILL);
/inkscape/src/ui/widget/
H A Dselected-style.cpp612 guint32 color = sp_desktop_get_color(_desktop, true);
624 guint32 color = sp_desktop_get_color(_desktop, false);

Completed in 38 milliseconds