Searched refs:isPaintserver (Results 1 - 25 of 30) sorted by relevance

12

/inkscape/src/display/
H A Dnr-style.cpp114 if ( style_fill->isPaintserver() ) {
164 if ( style_stroke->isPaintserver() ) {
286 if(style->fill.isPaintserver() || style->fill.isColor()) {
294 if(style->stroke.isPaintserver() || style->stroke.isColor()) {
304 if ( style_td->fill.isPaintserver() ) {
314 if ( style_td->stroke.isPaintserver() ) {
/inkscape/src/live_effects/
H A Dlpe-jointype.cpp92 if (lpeitem->style->stroke.isPaintserver()) {
128 if (lpeitem->style->fill.isPaintserver()) {
H A Dlpe-taperstroke.cpp104 if (lpeitem->style->stroke.isPaintserver()) {
142 if (lpeitem->style->fill.isPaintserver()) {
H A Dlpe-powerstroke.cpp220 if (lpeitem->style->stroke.isPaintserver()) {
273 if (lpeitem->style->fill.isPaintserver()) {
/inkscape/src/
H A Dknotholder.cpp271 if ((item->style->fill.isPaintserver()) && dynamic_cast<SPPattern *>(item->style->getFillPaintServer())) {
293 if ((item->style->stroke.isPaintserver()) && dynamic_cast<SPPattern *>(item->style->getStrokePaintServer())) {
H A Dstyle-internal.h759 return (isPaintserver() == other.isPaintserver()) && (colorSet == other.colorSet) && (paintOrigin == other.paintOrigin);
767 return (paintOrigin == SP_CSS_PAINT_ORIGIN_NORMAL) && !colorSet && !isPaintserver();
771 return colorSet && !isPaintserver();
774 bool isPaintserver() const { function in class:SPIPaint
H A Dgradient-chemistry.cpp188 && style->fill.isPaintserver()
195 && style->stroke.isPaintserver()
574 if (style && (style->fill.isPaintserver())) {
582 if (style && (style->stroke.isPaintserver())) {
1407 if ((fill_or_stroke == Inkscape::FOR_FILL) ? style->fill.isPaintserver() : style->stroke.isPaintserver()) {
1551 if (paint.isPaintserver()) {
H A Dsp-pattern.cpp313 if (style && style->fill.isPaintserver() && SP_IS_PATTERN(SP_STYLE_FILL_SERVER(style)) &&
317 if (style && style->stroke.isPaintserver() && SP_IS_PATTERN(SP_STYLE_STROKE_SERVER(style)) &&
H A Did-clash.cpp140 if (paint->isPaintserver() && paint->value.href) {
H A Dsp-item.cpp1222 if (fill && style && (style->fill.isPaintserver())) {
1232 if (stroke && style && (style->stroke.isPaintserver())) {
1244 if ( style && style->fill.isPaintserver() ) {
1264 if ( style && style->stroke.isPaintserver() ) {
H A Dstyle-internal.cpp1397 if( p->isPaintserver() ) {
1447 (this->isPaintserver() != r->isPaintserver() ) ||
1452 if ( this->isPaintserver() ) {
H A Ddesktop-style.cpp542 if (paint_res->set && paint->set && paint_res->isPaintserver()) {
628 if (paint_res->set && paint_effectively_set && paint->isPaintserver()) { // copy the server
H A Dstyle.cpp1341 if ((style->fill.isPaintserver())
1355 } else if ((style->stroke.isPaintserver())
H A Dgradient-drag.cpp2078 if (style && (style->fill.isPaintserver())) {
2094 if (style && (style->stroke.isPaintserver())) {
2147 if (style && (style->fill.isPaintserver())) {
2209 if (style && (style->stroke.isPaintserver())) {
/inkscape/src/widgets/
H A Dmesh-toolbar.cpp97 if (style && (style->fill.isPaintserver())) {
122 if (style && (style->stroke.isPaintserver())) {
225 if (style && (style->fill.isPaintserver())) {
228 if (style && (style->stroke.isPaintserver())) {
H A Dgradient-toolbar.cpp78 && (isFill ? style->fill.isPaintserver() : style->stroke.isPaintserver())
225 if (style && (style->fill.isPaintserver())) {
228 if (style && (style->stroke.isPaintserver())) {
292 if (style && (style->fill.isPaintserver())) {
318 if (style && (style->stroke.isPaintserver())) {
H A Dfill-style.cpp281 } else if (targPaint.set && targPaint.isPaintserver()) {
653 if (style && ((kind == FILL) ? style->fill : style->stroke).isPaintserver()) {
/inkscape/src/extension/internal/
H A Dcairo-render-context.cpp179 if (style->fill.isPaintserver() || style->stroke.isPaintserver())
1326 || style->fill.isPaintserver() );
1367 if (style->stroke.isColor() || (style->stroke.isPaintserver() && !style->getStrokePaintServer()->isValid())) {
1373 g_assert( style->stroke.isPaintserver()
1718 if (style->fill.isColor() || style->fill.isPaintserver()) {
1723 if (style->stroke.isColor() || style->stroke.isPaintserver()) {
H A Dodf.cpp1355 else if (style->fill.isPaintserver())
1382 else if (style->stroke.isPaintserver())
1465 if ((checkFillGradient? (!style->fill.isPaintserver()) : (!style->stroke.isPaintserver())))
H A Djavafx-out.cpp396 else if (fill.isPaintserver()){
/inkscape/src/ui/dialog/
H A Dswatches.cpp132 if (query.fill.isPaintserver()) {
1070 if (tmpStyle.fill.set && tmpStyle.fill.isPaintserver()) {
1103 if (tmpStyle.stroke.set && tmpStyle.stroke.isPaintserver()) {
/inkscape/src/ui/widget/
H A Dstyle-swatch.cpp288 if (paint->set && paint->isPaintserver()) {
/inkscape/src/ui/
H A Dclipboard.cpp768 if (style && (style->fill.isPaintserver())) {
778 if (style && (style->stroke.isPaintserver())) {
H A Dobject-edit.cpp87 } else if ((item->style->fill.isPaintserver() && dynamic_cast<SPPattern *>(item->style->getFillPaintServer())) ||
88 (item->style->stroke.isPaintserver() && dynamic_cast<SPPattern *>(item->style->getStrokePaintServer()))) {
/inkscape/src/ui/tools/
H A Dtweak-tool.cpp991 if (style->fill.isPaintserver()) {
1001 if (style->stroke.isPaintserver()) {

Completed in 114 milliseconds

12