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 || zero_or_one(fT[1][0]); in cleanUpParallelLines() local
17 if ((!startMatch && !endMatch) || approximately_equal(fT[0][0], fT[0][1])) { in cleanUpParallelLines()
18 SkASSERT(startMatch || endMatch); in cleanUpParallelLines()
19 if (startMatch && endMatch && (fT[0][0] != 0 || !zero_or_one(fT[1][0])) in cleanUpParallelLines()
/external/v8/src/js/
Dregexp.js321 var startMatch = 0;
332 if (matchInfo === null || length === (startMatch = matchInfo[CAPTURE0])) {
344 result[result.length] = %_SubString(subject, currentIndex, startMatch);