Searched refs:SkAutoPathBoundsUpdate (Results 1 – 2 of 2) sorted by relevance
104 class SkAutoPathBoundsUpdate { class106 SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fPath(path), fRect(r) { in SkAutoPathBoundsUpdate() function in SkAutoPathBoundsUpdate119 ~SkAutoPathBoundsUpdate() { in ~SkAutoPathBoundsUpdate()869 SkAutoPathBoundsUpdate apbu(this, rect); in addRect()1021 SkAutoPathBoundsUpdate apbu(this, bounds); in addRRect()1128 SkAutoPathBoundsUpdate apbu(this, oval); in addOval()
1921 friend class SkAutoPathBoundsUpdate; variable