Searched refs:coinMinT1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp27 , coinMinT1(-1) {
134 if (coinMinT1 >= 0) {
146 coinMinT1 = -1;
213 coinMinT1 = minT1;
255 double coinMinT1; // range of Ts where approximate line intersected curve member in class:QuadraticIntersections
/external/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp27 , coinMinT1(-1) {
134 if (coinMinT1 >= 0) {
146 coinMinT1 = -1;
213 coinMinT1 = minT1;
255 double coinMinT1; // range of Ts where approximate line intersected curve member in class:QuadraticIntersections

Completed in 52 milliseconds