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