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

/inkscape/src/widgets/
H A Dfill-style.cpp256 SPIPaint &targPaint = (kind == FILL) ? query.fill : query.stroke; local
279 if (targPaint.set && targPaint.isColor()) {
280 psel->setColorAlpha(targPaint.value.color, SP_SCALE24_TO_FLOAT(targOpacity.value));
281 } else if (targPaint.set && targPaint.isPaintserver()) {
560 SPIPaint &targPaint = (kind == FILL) ? query.fill : query.stroke; local
562 if (!targPaint.isColor()) {
565 common = targPaint.value.color;
H A Dstroke-style.cpp904 SPIPaint &targPaint = (kind == FILL) ? query.fill : query.stroke; local
945 bool enabled = (result_sw != QUERY_STYLE_NOTHING) && !targPaint.isNoneSet();

Completed in 19 milliseconds