Searched defs:SPGradient (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | sp-gradient.h | 32 #define SP_GRADIENT(obj) (dynamic_cast<SPGradient*>((SPObject*)obj)) 33 #define SP_IS_GRADIENT(obj) (dynamic_cast<const SPGradient*>((SPObject*)obj) != NULL) 86 class SPGradient : public SPPaintServer { class in inherits:SPPaintServer 88 SPGradient(); 89 virtual ~SPGradient(); 131 bool isEquivalent(SPGradient *b); 132 bool isAligned(SPGradient *b); 159 SPGradient *getVector(bool force_private = false); 182 static void gradientRefModified(SPObject *href, unsigned int flags, SPGradient *gradient); 183 static void gradientRefChanged(SPObject *old_ref, SPObject *ref, SPGradient *g [all...] |
H A D | sp-gradient.cpp | 2 * SPGradient, SPStop, SPLinearGradient, SPRadialGradient, 60 bool SPGradient::hasStops() const 65 bool SPGradient::hasPatches() const 70 bool SPGradient::isUnitsSet() const 75 SPGradientUnits SPGradient::getUnits() const 80 bool SPGradient::isSpreadSet() const 85 SPGradientSpread SPGradient::getSpread() const 90 void SPGradient::setSwatch( bool swatch ) 107 bool SPGradient::isEquivalent(SPGradient *tha 232 SPGradient::SPGradient() : SPPaintServer(), units(), function in class:SPGradient [all...] |
Completed in 15 milliseconds