Searched refs:handleBBox (Results 1 – 8 of 8) sorted by relevance
35 this->handleBBox(SkRect::Make(clipBounds)); in drawPath()76 this->handleBBox(bbox); in clear()227 this->handleBBox(bbox); // directly call handleBBox, matrix is ignored in drawSprite()290 this->handleBBox(outBounds); in transformBounds()
25 virtual void handleBBox(const SkRect& bounds) SK_OVERRIDE;
30 virtual void handleBBox(const SkRect& bbox) = 0;
22 void SkBBoxHierarchyRecord::handleBBox(const SkRect& bounds) { in handleBBox() function in SkBBoxHierarchyRecord