Searched refs:handleBBox (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkBBoxHierarchyRecord.h24 virtual void handleBBox(const SkRect& bounds) SK_OVERRIDE;
H A DSkBBoxRecord.cpp35 this->handleBBox(SkRect::MakeFromIRect(clipBounds));
53 // Note: The device coordinate outset in SkBBoxHierarchyRecord::handleBBox is currently
76 this->handleBBox(bbox);
216 this->handleBBox(bbox); // directly call handleBBox, matrix is ignored
279 this->handleBBox(outBounds);
H A DSkBBoxHierarchyRecord.cpp22 void SkBBoxHierarchyRecord::handleBBox(const SkRect& bounds) { function in class:SkBBoxHierarchyRecord
H A DSkBBoxRecord.h16 * axis-aligned bounding box for each draw that it sees, subclasses implement handleBBox()
30 virtual void handleBBox(const SkRect& bbox) = 0;
70 * computes an axis-aligned bounding box in device coordinates, then passes it to handleBBox()

Completed in 114 milliseconds