Home
last modified time | relevance | path

Searched defs:startMatch (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
DSkDLineIntersection.cpp32 bool startMatch = fT[0][0] == 0 && (fT[1][0] == 0 || fT[1][0] == 1); in cleanUpCoincidence() local
49 bool startMatch = fT[0][0] == 0 || fT[1][0] == 0 || fT[1][0] == 1; in cleanUpParallelLines() local
/external/skia/src/pathops/
DSkDLineIntersection.cpp32 bool startMatch = fT[0][0] == 0 && (fT[1][0] == 0 || fT[1][0] == 1); in cleanUpCoincidence() local
49 bool startMatch = fT[0][0] == 0 || fT[1][0] == 0 || fT[1][0] == 1; in cleanUpParallelLines() local