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

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection.cpp 27 , coinMinT1(-1) {
134 if (coinMinT1 >= 0) {
146 coinMinT1 = -1;
213 coinMinT1 = minT1;
255 double coinMinT1; // range of Ts where approximate line intersected curve
  /external/skia/experimental/Intersection/
QuadraticIntersection.cpp 27 , coinMinT1(-1) {
134 if (coinMinT1 >= 0) {
146 coinMinT1 = -1;
213 coinMinT1 = minT1;
255 double coinMinT1; // range of Ts where approximate line intersected curve

Completed in 40 milliseconds