Home
last modified time | relevance | path

Searched refs:aNotB (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkDLineIntersection.cpp136 bool aNotB[2] = {false, false}; in intersect() local
140 aNearB[index] = t = b.nearPoint(a[index], &aNotB[index]); in intersect()
147 if (nearCount != 2 || aNotB[0] == aNotB[1]) { in intersect()
149 if (!aNotB[iA]) { in intersect()
/external/skqp/src/pathops/
DSkDLineIntersection.cpp136 bool aNotB[2] = {false, false}; in intersect() local
140 aNearB[index] = t = b.nearPoint(a[index], &aNotB[index]); in intersect()
147 if (nearCount != 2 || aNotB[0] == aNotB[1]) { in intersect()
149 if (!aNotB[iA]) { in intersect()