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

  /external/chromium_org/third_party/skia/tests/
PathOpsTestCommon.cpp 91 double tInflects[2];
92 int inflections = cubic.findInflections(tInflects);
93 if (inflections > 1 && tInflects[0] > tInflects[1]) {
94 SkTSwap(tInflects[0], tInflects[1]);
98 double hi = index < inflections ? tInflects[index] : 1;
  /external/skia/tests/
PathOpsTestCommon.cpp 91 double tInflects[2];
92 int inflections = cubic.findInflections(tInflects);
93 if (inflections > 1 && tInflects[0] > tInflects[1]) {
94 SkTSwap(tInflects[0], tInflects[1]);
98 double hi = index < inflections ? tInflects[index] : 1;

Completed in 475 milliseconds