Searched defs:has_color (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Dlatex-text-renderer.cpp289 bool has_color = false; // if the item has no color set, don't force black color local
296 has_color = true;
300 has_color = true;
319 if (has_color) {
439 bool has_color = false; // if the item has no color set, don't force black color local
446 has_color = true;
450 has_color = true;
469 if (has_color) {
/inkscape/src/
H A Ddesktop-style.cpp361 sp_desktop_get_color_tool(SPDesktop *desktop, Glib::ustring const &tool, bool is_fill, bool *has_color) argument
366 if (has_color)
367 *has_color = false;
381 if (has_color)
382 *has_color = true;

Completed in 554 milliseconds