Lines Matching refs:query
251 SPStyle query(desktop->doc());
253 // query style from desktop into it. This returns a result flag and fills query with the style of subselection, if any, or selection
254 int result = sp_desktop_query_style(desktop, &query, (kind == FILL) ? QUERY_STYLE_PROPERTY_FILL : QUERY_STYLE_PROPERTY_STROKE);
256 SPIPaint &targPaint = (kind == FILL) ? query.fill : query.stroke;
257 SPIScale24 &targOpacity = (kind == FILL) ? query.fill_opacity : query.stroke_opacity;
271 SPPaintSelector::Mode pselmode = SPPaintSelector::getModeForStyle(query, kind);
275 psel->setFillrule(query.fill_rule.computed == ART_WIND_RULE_NONZERO?
283 SPPaintServer *server = (kind == FILL) ? query.getFillPaintServer() : query.getStrokePaintServer();
557 SPStyle query(desktop->doc());
558 int result = objects_query_fillstroke(items, &query, kind == FILL);
560 SPIPaint &targPaint = (kind == FILL) ? query.fill : query.stroke;