Searched defs:isPaintserver (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
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

Completed in 42 milliseconds