Searched refs:isColor (Results 1 - 25 of 27) sorted by relevance

12

/inkscape/share/extensions/
H A Dexport_gimp_palette.py44 if simplestyle.isColor(col):
H A Dsimplestyle.py185 def isColor(c): function
H A Dcoloreffect.py99 if simplestyle.isColor(col):
/inkscape/src/display/
H A Dnr-style.cpp123 } else if ( style_fill->isColor() ) {
168 } else if ( style_stroke->isColor() ) {
173 } else if ( style_stroke->isColor() ) {
286 if(style->fill.isPaintserver() || style->fill.isColor()) {
294 if(style->stroke.isPaintserver() || style->stroke.isColor()) {
306 } else if ( style_td->fill.isColor() ) {
316 } else if ( style_td->stroke.isColor() ) {
/inkscape/src/live_effects/
H A Dlpe-jointype.cpp101 } else if (lpeitem->style->stroke.isColor()) {
137 } else if (lpeitem->style->fill.isColor()) {
H A Dlpe-taperstroke.cpp113 } else if (lpeitem->style->stroke.isColor()) {
151 } else if (lpeitem->style->fill.isColor()) {
H A Dlpe-powerstroke.cpp229 } else if (lpeitem->style->stroke.isColor()) {
282 } else if (lpeitem->style->fill.isColor()) {
/inkscape/src/extension/internal/
H A Dlatex-text-renderer.cpp295 if (style->fill.set && style->fill.isColor()) {
299 } else if (style->stroke.set && style->stroke.isColor()) {
445 if (style->fill.set && style->fill.isColor()) {
449 } else if (style->stroke.set && style->stroke.isColor()) {
H A Dlatex-pstricks.cpp188 if (style->fill.isColor()) {
223 if (style->stroke.isColor()) {
H A Dcairo-render-context.cpp1325 || style->fill.isColor()
1367 if (style->stroke.isColor() || (style->stroke.isPaintserver() && !style->getStrokePaintServer()->isValid())) {
1718 if (style->fill.isColor() || style->fill.isPaintserver()) {
1723 if (style->stroke.isColor() || style->stroke.isPaintserver()) {
H A Dpov-out.cpp296 if (style->fill.isColor())
H A Djavafx-out.cpp390 if (fill.isColor())
H A Dodf.cpp1340 if (style->fill.isColor())
1365 if (style->stroke.isColor())
H A Demf-print.cpp375 if (style->fill.isColor()) {
651 } else if (style->stroke.isColor()) { // test last, always seems to be set, even for other types above
H A Dwmf-print.cpp367 if (style->fill.isColor()) {
/inkscape/src/
H A Dsp-stop.cpp207 if ( paint.isColor() ) {
H A Dstyle-internal.cpp1404 } else if( p->isColor() ) {
1446 if ( (this->isColor() != r->isColor() ) ||
1459 if ( this->isColor() ) {
H A Ddesktop-style.cpp589 if (paint_res->set && paint_effectively_set && paint->isColor()) {
644 if (paint_res->set && paint_res->isColor()) { // set the color
H A Dgradient-chemistry.cpp873 if( paint.isColor() ) {
1558 } else if (paint.isColor()) {
H A Dstyle-internal.h770 bool isColor() const { function in class:SPIPaint
/inkscape/src/widgets/
H A Dfill-style.cpp279 if (targPaint.set && targPaint.isColor()) {
562 if (!targPaint.isColor()) {
H A Dpaint-selector.cpp1274 } else if ( target.isColor() ) {
/inkscape/src/ui/widget/
H A Dstyle-swatch.cpp305 } else if (paint->set && paint->isColor()) {
H A Dselected-style.cpp1061 } else if (paint->set && paint->isColor()) {
/inkscape/src/ui/tools/
H A Dtweak-tool.cpp994 } else if (style->fill.isColor()) {
1004 } else if (style->stroke.isColor()) {

Completed in 493 milliseconds

12