Home
last modified time | relevance | path

Searched refs:computeTightBounds (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkGeometry.h245 void computeTightBounds(SkRect* bounds) const;
DSkGeometry.cpp1216 void SkConic::computeTightBounds(SkRect* bounds) const { in computeTightBounds() function in SkConic
/external/skia/tests/
DPathOpsConicIntersectionTest.cpp89 conic.computeTightBounds(&bounds); in writePng()