Home
last modified time | relevance | path

Searched refs:startFrom (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/
DFontLoader.java29 List<File> fonts, File dir, String startFrom, boolean foundStart) { in getFontFiles() argument
33 if (foundStart || startFrom.endsWith(file.getName())) { in getFontFiles()
39 getFontFiles(fonts, file, startFrom, foundStart); in getFontFiles()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/
DFontLoader.java29 List<File> fonts, File dir, String startFrom, boolean foundStart) { in getFontFiles() argument
33 if (foundStart || startFrom.endsWith(file.getName())) { in getFontFiles()
39 getFontFiles(fonts, file, startFrom, foundStart); in getFontFiles()
/third_party/flutter/skia/modules/skparagraph/src/
DTextWrapper.cpp11 fWords.startFrom(fEndLine.startCluster(), fEndLine.startPos()); in lookAhead()
12 fClusters.startFrom(fEndLine.startCluster(), fEndLine.startPos()); in lookAhead()
13 fClip.startFrom(fEndLine.startCluster(), fEndLine.startPos()); in lookAhead()
208 fEndLine.startFrom(startLine, pos); in breakTextIntoLines()
DTextWrapper.h85 void startFrom(Cluster* cluster, size_t pos) { in startFrom() function
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/dot/
Ditems.jst7 {{## def.validateItems:startFrom:
8 for (var {{=$idx}} = {{=startFrom}}; {{=$idx}} < {{=$data}}.length; {{=$idx}}++) {
/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp44 fWords.startFrom(fEndLine.startCluster(), fEndLine.startPos()); in lookAhead()
45 fClusters.startFrom(fEndLine.startCluster(), fEndLine.startPos()); in lookAhead()
46 fClip.startFrom(fEndLine.startCluster(), fEndLine.startPos()); in lookAhead()
395 fEndLine.startFrom(startLine, pos); in breakTextIntoLines()
DTextWrapper.h98 void startFrom(Cluster* cluster, size_t pos) { in startFrom() function