Home
last modified time | relevance | path

Searched refs:tEnd2 (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicIntersection.cpp100 const double tEnd2 = i2 < ts2Count ? ts2[i2] : 1; in intersect3() local
101 const double t2 = t2s + (t2e - t2s) * tEnd2; in intersect3()
/external/skia/experimental/Intersection/
DCubicIntersection.cpp100 const double tEnd2 = i2 < ts2Count ? ts2[i2] : 1; in intersect3() local
101 const double t2 = t2s + (t2e - t2s) * tEnd2; in intersect3()
/external/skia/src/pathops/
DSkDCubicIntersection.cpp96 const double tEnd2 = i2 < ts2Count ? ts2[i2] : 1; in intersect() local
97 const double t2 = t2s + (t2e - t2s) * tEnd2; in intersect()
/external/chromium_org/third_party/skia/src/pathops/
DSkDCubicIntersection.cpp96 const double tEnd2 = i2 < ts2Count ? ts2[i2] : 1; in intersect() local
97 const double t2 = t2s + (t2e - t2s) * tEnd2; in intersect()