Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDLineIntersection.cpp15 bool startMatch = fT[0][0] == 0 || fT[1][0] == 0 || fT[1][0] == 1; in cleanUpParallelLines() local
17 if ((!startMatch && !endMatch) || approximately_equal(fT[0][0], fT[0][1])) { in cleanUpParallelLines()
18 SkASSERT(startMatch || endMatch); in cleanUpParallelLines()
/external/v8/src/
Dstring.js629 var startMatch = 0;
641 if (matchInfo == null || length === (startMatch = matchInfo[CAPTURE0])) {
653 result[result.length] = %_SubString(subject, currentIndex, startMatch);