Searched refs:isPaintPart (Results 1 – 3 of 3) sorted by relevance
28 virtual bool isPaintPart() const { return true; } in isPaintPart() function
95 virtual bool isPaintPart() const { return false; } in isPaintPart() function
92 SkASSERT(child && child->isPaintPart()); in add()