Searched refs:computeTightBounds (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/core/
H A DSkGeometry.h245 void computeTightBounds(SkRect* bounds) const;
H A DSkGeometry.cpp1249 void SkConic::computeTightBounds(SkRect* bounds) const { function in class:SkConic
H A DSkPath.cpp3442 SkRect SkPath::computeTightBounds() const { function in class:SkPath
/external/skia/tests/
H A DPathOpsConicIntersectionTest.cpp89 conic.computeTightBounds(&bounds);
H A DPathTest.cpp4744 SkRect tight = path.computeTightBounds();
/external/skia/include/core/
H A DSkPath.h373 SkRect computeTightBounds() const;
/external/skia/bench/
H A DPathBench.cpp1186 DEF_BENCH( return new TightBoundsBench([](const SkPath& path){ return path.computeTightBounds();},

Completed in 2837 milliseconds