Home
last modified time | relevance | path

Searched refs:SkAutoPathBoundsUpdate (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/include/core/
DSkPath.h18 class SkAutoPathBoundsUpdate; variable
1751 friend class SkAutoPathBoundsUpdate; variable
/third_party/skia/include/core/
DSkPath.h18 class SkAutoPathBoundsUpdate; variable
1885 friend class SkAutoPathBoundsUpdate; variable
/third_party/flutter/skia/src/core/
DSkPath.cpp95 class SkAutoPathBoundsUpdate { class
97 SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fRect(r) { in SkAutoPathBoundsUpdate() function in SkAutoPathBoundsUpdate
101 SkAutoPathBoundsUpdate(SkPath* path, SkScalar left, SkScalar top, in SkAutoPathBoundsUpdate() function in SkAutoPathBoundsUpdate
107 ~SkAutoPathBoundsUpdate() { in ~SkAutoPathBoundsUpdate()
136 #define SkAutoPathBoundsUpdate(...) SK_REQUIRE_LOCAL_VAR(SkAutoPathBoundsUpdate) macro
1060 SkAutoPathBoundsUpdate apbu(this, rect); in addRect()
1212 SkAutoPathBoundsUpdate apbu(this, bounds); in addRRect()
1322 SkAutoPathBoundsUpdate apbu(this, oval); in addOval()
/third_party/skia/src/core/
DSkPath.cpp94 class SkAutoPathBoundsUpdate { class
96 SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fPath(path), fRect(r) { in SkAutoPathBoundsUpdate() function in SkAutoPathBoundsUpdate
109 ~SkAutoPathBoundsUpdate() { in ~SkAutoPathBoundsUpdate()
798 SkAutoPathBoundsUpdate apbu(this, rect); in addRect()
950 SkAutoPathBoundsUpdate apbu(this, bounds); in addRRect()
1060 SkAutoPathBoundsUpdate apbu(this, oval); in addOval()