Lines Matching refs:query
271 void StyleSwatch::setStyle(SPStyle *query)
283 paint = &(query->fill);
285 paint = &(query->stroke);
289 SPPaintServer *server = (i == SS_FILL)? SP_STYLE_FILL_SERVER (query) : SP_STYLE_STROKE_SERVER (query);
306 guint32 color = paint->value.color.toRGBA32( SP_SCALE24_TO_FLOAT ((i == SS_FILL)? query->fill_opacity.value : query->stroke_opacity.value) );
331 // Now query stroke_width
335 w = Inkscape::Util::Quantity::convert(query->stroke_width.computed, "px", _sw_unit);
337 w = query->stroke_width.computed;
358 gdouble op = SP_SCALE24_TO_FLOAT(query->opacity.value);