Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDCubicIntersection.cpp288 int t1Index = start ? 0 : 3; in cubicExactEnd() local
294 tmpLine[0] = tmpLine[1] = cubic2[t1Index]; in cubicExactEnd()
295 tmpLine[1].fX += cubic2[2 - start].fY - cubic2[t1Index].fY; in cubicExactEnd()
296 tmpLine[1].fY -= cubic2[2 - start].fX - cubic2[t1Index].fX; in cubicExactEnd()
342 int t1Index = start ? 0 : 3; in cubicNearEnd() local
348 line[0] = cubic1[t1Index]; in cubicNearEnd()
351 if (index == t1Index) { in cubicNearEnd()
/external/chromium_org/third_party/skia/src/pathops/
DSkDCubicIntersection.cpp288 int t1Index = start ? 0 : 3; in cubicExactEnd() local
294 tmpLine[0] = tmpLine[1] = cubic2[t1Index]; in cubicExactEnd()
295 tmpLine[1].fX += cubic2[2 - start].fY - cubic2[t1Index].fY; in cubicExactEnd()
296 tmpLine[1].fY -= cubic2[2 - start].fX - cubic2[t1Index].fX; in cubicExactEnd()
342 int t1Index = start ? 0 : 3; in cubicNearEnd() local
348 line[0] = cubic1[t1Index]; in cubicNearEnd()
351 if (index == t1Index) { in cubicNearEnd()
/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicIntersection.cpp318 int t1Index = start ? 0 : 3; in intersectEnd() local
319 line[0] = cubic1[t1Index]; in intersectEnd()
330 if (index == t1Index) { in intersectEnd()
/external/skia/experimental/Intersection/
DCubicIntersection.cpp318 int t1Index = start ? 0 : 3; in intersectEnd() local
319 line[0] = cubic1[t1Index]; in intersectEnd()
330 if (index == t1Index) { in intersectEnd()