Searched refs:isPaint (Results 1 – 7 of 7) sorted by relevance
24 if (parent->isPaint() == false) in setParent()47 if (fPaint->isPaint()) { in add()
80 virtual bool isPaint() const { return getType() == SkType_Paint; } in isPaint() function
63 bool isPaint() const override;390 bool SkDrawComposePathEffect::isPaint() const { in isPaint() function in SkDrawComposePathEffect
217 if (parent->isPaint() == false) in setParent()
198 SkASSERT(origDisp->isPaint()); in resolveIDs()
37 int findAttribute(SkSVGBase* , const char* attrValue, size_t len, bool isPaint);
69 size_t len, bool isPaint) { in findAttribute() argument76 (isPaint ? sizeof(SkString) : sizeof(SkSVGElement))) / sizeof(SkString)); in findAttribute()