Searched refs:find_tight_bounds (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DTestUtilities.h10 void find_tight_bounds(const Cubic& , _Rect& );
H A DTestUtilities.cpp42 void find_tight_bounds(const Cubic& cubic, _Rect& bounds) { function
46 find_tight_bounds(cubicPair.first(), bounds);
52 find_tight_bounds(cubicPair.second(), bounds);
H A DCubicReduceOrder_Test.cpp144 find_tight_bounds(cubic, bounds);
/external/skia/experimental/Intersection/
H A DTestUtilities.h10 void find_tight_bounds(const Cubic& , _Rect& );
H A DTestUtilities.cpp42 void find_tight_bounds(const Cubic& cubic, _Rect& bounds) { function
46 find_tight_bounds(cubicPair.first(), bounds);
52 find_tight_bounds(cubicPair.second(), bounds);
H A DCubicReduceOrder_Test.cpp144 find_tight_bounds(cubic, bounds);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicReduceOrderTest.cpp44 static void find_tight_bounds(const SkDCubic& cubic, SkDRect& bounds) {
47 find_tight_bounds(cubicPair.first(), bounds);
53 find_tight_bounds(cubicPair.second(), bounds);
227 find_tight_bounds(cubic, bounds);
/external/skia/tests/
H A DPathOpsCubicReduceOrderTest.cpp44 static void find_tight_bounds(const SkDCubic& cubic, SkDRect& bounds) {
47 find_tight_bounds(cubicPair.first(), bounds);
53 find_tight_bounds(cubicPair.second(), bounds);
227 find_tight_bounds(cubic, bounds);

Completed in 1993 milliseconds