Searched refs:foundStart (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/ |
H A D | FontLoader.java | 29 List<File> fonts, File dir, String startFrom, boolean foundStart) { in getFontFiles() 33 if (foundStart || startFrom.endsWith(file.getName())) { in getFontFiles() 34 foundStart = true; in getFontFiles() 39 getFontFiles(fonts, file, startFrom, foundStart); in getFontFiles() 28 getFontFiles( List<File> fonts, File dir, String startFrom, boolean foundStart) getFontFiles() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | ssearch.cpp | 284 int32_t foundStart = 0; in searchTest() local 291 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status); in searchTest() 294 (foundStart != expectedMatchStart) || in searchTest() 299 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit); in searchTest() 305 expectedMatchStart = foundStart; in searchTest() 308 foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status); in searchTest() 320 foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &status); in searchTest() 323 (foundStart != expectedMatchStart) || in searchTest() 328 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit); in searchTest() 941 // int32_t foundStart; in searchTime() [all...] |
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.cpp | 535 const SkOpPtT* foundStart = nullptr; in TRange() local 549 foundStart = work->ptT(); in TRange() 562 double denom = foundEnd->fT - foundStart->fT; in TRange() 563 double sRatio = denom ? (t - foundStart->fT) / denom : 1; in TRange()
|
H A D | SkPathOpsTSect.cpp | 366 bool foundStart = false; in removeBounded() local 372 foundStart |= between(test->fStartT, fCoinStart.perpT(), test->fEndT); in removeBounded() 377 if (!foundStart || !foundEnd) { in removeBounded()
|
Completed in 8 milliseconds