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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DTestUtilities.cpp43 CubicPair cubicPair; local
44 chop_at(cubic, cubicPair, 0.5);
45 if (!tiny(cubicPair.first()) && !controls_inside(cubicPair.first())) {
46 find_tight_bounds(cubicPair.first(), bounds);
48 bounds.add(cubicPair.first()[0]);
49 bounds.add(cubicPair.first()[3]);
51 if (!tiny(cubicPair.second()) && !controls_inside(cubicPair.second())) {
52 find_tight_bounds(cubicPair
[all...]
/external/skia/experimental/Intersection/
H A DTestUtilities.cpp43 CubicPair cubicPair; local
44 chop_at(cubic, cubicPair, 0.5);
45 if (!tiny(cubicPair.first()) && !controls_inside(cubicPair.first())) {
46 find_tight_bounds(cubicPair.first(), bounds);
48 bounds.add(cubicPair.first()[0]);
49 bounds.add(cubicPair.first()[3]);
51 if (!tiny(cubicPair.second()) && !controls_inside(cubicPair.second())) {
52 find_tight_bounds(cubicPair
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicReduceOrderTest.cpp45 SkDCubicPair cubicPair = cubic.chopAt(0.5);
46 if (!tiny(cubicPair.first()) && !controls_inside(cubicPair.first())) {
47 find_tight_bounds(cubicPair.first(), bounds);
49 bounds.add(cubicPair.first()[0]);
50 bounds.add(cubicPair.first()[3]);
52 if (!tiny(cubicPair.second()) && !controls_inside(cubicPair.second())) {
53 find_tight_bounds(cubicPair.second(), bounds);
55 bounds.add(cubicPair
[all...]
/external/skia/tests/
H A DPathOpsCubicReduceOrderTest.cpp45 SkDCubicPair cubicPair = cubic.chopAt(0.5);
46 if (!tiny(cubicPair.first()) && !controls_inside(cubicPair.first())) {
47 find_tight_bounds(cubicPair.first(), bounds);
49 bounds.add(cubicPair.first()[0]);
50 bounds.add(cubicPair.first()[3]);
52 if (!tiny(cubicPair.second()) && !controls_inside(cubicPair.second())) {
53 find_tight_bounds(cubicPair.second(), bounds);
55 bounds.add(cubicPair
[all...]

Completed in 1315 milliseconds