Searched defs:SkAutoPathBoundsUpdate (Results 1 – 4 of 4) sorted by relevance
27 class SkAutoPathBoundsUpdate; variable1766 friend class SkAutoPathBoundsUpdate; variable
18 class SkAutoPathBoundsUpdate; variable1878 friend class SkAutoPathBoundsUpdate; variable
93 class SkAutoPathBoundsUpdate { class95 SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fRect(r) { in SkAutoPathBoundsUpdate() function in SkAutoPathBoundsUpdate99 SkAutoPathBoundsUpdate(SkPath* path, SkScalar left, SkScalar top, in SkAutoPathBoundsUpdate() function in SkAutoPathBoundsUpdate134 #define SkAutoPathBoundsUpdate(...) SK_REQUIRE_LOCAL_VAR(SkAutoPathBoundsUpdate) macro
94 class SkAutoPathBoundsUpdate { class96 SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fPath(path), fRect(r) { in SkAutoPathBoundsUpdate() function in SkAutoPathBoundsUpdate