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

/external/skia/legacy/include/core/
H A DSkPath.h26 class SkAutoPathBoundsUpdate;
781 friend class SkAutoPathBoundsUpdate;
/external/skia/include/core/
H A DSkPath.h28 class SkAutoPathBoundsUpdate;
997 friend class SkAutoPathBoundsUpdate;
/external/skia/legacy/src/core/
H A DSkPath.cpp47 class SkAutoPathBoundsUpdate { class
49 SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fRect(r) { function in class:SkAutoPathBoundsUpdate
53 SkAutoPathBoundsUpdate(SkPath* path, SkScalar left, SkScalar top, function in class:SkAutoPathBoundsUpdate
59 ~SkAutoPathBoundsUpdate() {
573 SkAutoPathBoundsUpdate apbu(this, left, top, right, bottom);
611 SkAutoPathBoundsUpdate apbu(this, rect);
711 // abort before we invoke SkAutoPathBoundsUpdate()
716 SkAutoPathBoundsUpdate apbu(this, rect);
733 SkAutoPathBoundsUpdate apbu(this, oval);
/external/skia/src/core/
H A DSkPath.cpp140 class SkAutoPathBoundsUpdate { class
142 SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fRect(r) { function in class:SkAutoPathBoundsUpdate
146 SkAutoPathBoundsUpdate(SkPath* path, SkScalar left, SkScalar top, function in class:SkAutoPathBoundsUpdate
152 ~SkAutoPathBoundsUpdate() {
890 SkAutoPathBoundsUpdate apbu(this, left, top, right, bottom);
1002 SkAutoPathBoundsUpdate apbu(this, bounds);
1058 SkAutoPathBoundsUpdate apbu(this, rect);
1145 SkAutoPathBoundsUpdate apbu(this, oval);

Completed in 315 milliseconds