Home
last modified time | relevance | path

Searched refs:startMatch (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkDLineIntersection.cpp32 bool startMatch = fT[0][0] == 0 && (fT[1][0] == 0 || fT[1][0] == 1); in cleanUpCoincidence() local
34 if (startMatch || endMatch) { in cleanUpCoincidence()
35 removeOne(startMatch); in cleanUpCoincidence()
49 bool startMatch = fT[0][0] == 0 || fT[1][0] == 0 || fT[1][0] == 1; in cleanUpParallelLines() local
51 if ((!startMatch && !endMatch) || approximately_equal(fT[0][0], fT[0][1])) { in cleanUpParallelLines()
52 SkASSERT(startMatch || endMatch); in cleanUpParallelLines()
/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
34 if (startMatch || endMatch) { in cleanUpCoincidence()
35 removeOne(startMatch); in cleanUpCoincidence()
49 bool startMatch = fT[0][0] == 0 || fT[1][0] == 0 || fT[1][0] == 1; in cleanUpParallelLines() local
51 if ((!startMatch && !endMatch) || approximately_equal(fT[0][0], fT[0][1])) { in cleanUpParallelLines()
52 SkASSERT(startMatch || endMatch); in cleanUpParallelLines()
/external/chromium_org/v8/src/
Dstring.js631 var startMatch = 0;
643 if (matchInfo == null || length === (startMatch = matchInfo[CAPTURE0])) {
655 result[result.length] = %_SubString(subject, currentIndex, startMatch);