HomeSort by relevance Sort by last modified time
    Searched refs:cubicPair (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
PathOpsCubicReduceOrderTest.cpp 45 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.second()[0])
    [all...]
PathOpsOpTest.cpp     [all...]
  /external/skqp/tests/
PathOpsCubicReduceOrderTest.cpp 45 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.second()[0])
    [all...]
PathOpsOpTest.cpp     [all...]

Completed in 429 milliseconds