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

/inkscape/src/ui/dialog/
H A Docaldialogs.cpp503 Gdk::RGBA background_fill; local
504 get_style_context()->lookup_color("base_color", background_fill);
506 Gdk::Cairo::set_source_rgba(cr, background_fill);
508 Gdk::Color background_fill = get_style()->get_base(get_state()); local
510 Gdk::Cairo::set_source_color(cr, background_fill);
636 Gdk::RGBA background_fill; local
637 get_style_context()->lookup_color("base_color", background_fill);
639 Gdk::Cairo::set_source_rgba(cr, background_fill);
643 Gdk::Color background_fill = get_style()->get_base(get_state()); local
645 Gdk::Cairo::set_source_color(cr, background_fill);
[all...]

Completed in 14 milliseconds