HomeSort by relevance Sort by last modified time
    Searched refs:startMatch (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 32 bool startMatch = fT[0][0] == 0 && (fT[1][0] == 0 || fT[1][0] == 1);
34 if (startMatch || endMatch) {
35 removeOne(startMatch);
49 bool startMatch = fT[0][0] == 0 || fT[1][0] == 0 || fT[1][0] == 1;
51 if ((!startMatch && !endMatch) || approximately_equal(fT[0][0], fT[0][1])) {
52 SkASSERT(startMatch || endMatch);
  /external/skia/src/pathops/
SkDLineIntersection.cpp 32 bool startMatch = fT[0][0] == 0 && (fT[1][0] == 0 || fT[1][0] == 1);
34 if (startMatch || endMatch) {
35 removeOne(startMatch);
49 bool startMatch = fT[0][0] == 0 || fT[1][0] == 0 || fT[1][0] == 1;
51 if ((!startMatch && !endMatch) || approximately_equal(fT[0][0], fT[0][1])) {
52 SkASSERT(startMatch || endMatch);
  /external/chromium_org/v8/src/
string.js 629 var startMatch = 0;
641 if (matchInfo == null || length === (startMatch = matchInfo[CAPTURE0])) {
653 result[result.length] = %_SubString(subject, currentIndex, startMatch);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 464 milliseconds