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

/inkscape/src/
H A Ddesktop-style.h73 int objects_query_fillstroke (const std::vector<SPItem*> &objects, SPStyle *style_res, bool const isfill);
H A Ddesktop-style.cpp494 objects_query_fillstroke (const std::vector<SPItem*> &objects, SPStyle *style_res, bool const isfill)
501 SPIPaint *paint_res = isfill? &style_res->fill : &style_res->stroke;
526 SPIPaint *paint = isfill? &style->fill : &style->stroke;
545 SPPaintServer *server_res = isfill ? style_res->getFillPaintServer() : style_res->getStrokePaintServer();
546 SPPaintServer *server = isfill ? style->getFillPaintServer() : style->getStrokePaintServer();
620 c[3] += SP_SCALE24_TO_FLOAT (isfill? style->fill_opacity.value : style->stroke_opacity.value);
630 if (isfill) {
652 if (isfill) {
H A Dstyle.h320 void sp_style_set_to_uri_string (SPStyle *style, bool isfill, const char *uri); // ?
H A Dstyle.cpp1503 sp_style_set_to_uri_string (SPStyle *style, bool isfill, const gchar *uri) argument
1505 sp_style_set_ipaint_to_uri_string (style, isfill? &style->fill : &style->stroke, uri);

Completed in 161 milliseconds