Home
last modified time | relevance | path

Searched refs:startFrom (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/
H A DFontLoader.java29 List<File> fonts, File dir, String startFrom, boolean foundStart) { in getFontFiles()
33 if (foundStart || startFrom.endsWith(file.getName())) { 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/node/deps/v8/src/inspector/
H A Dv8-regex.cc49 int V8Regex::match(const String16& string, int startFrom, in match() argument
76 toV8String(isolate, string.substring(startFrom))}; in match()
104 return matchOffset.As<v8::Int32>()->Value() + startFrom; in match()
H A Dv8-regex.h28 int match(const String16&, int startFrom = 0,
/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.cpp86 fWords.startFrom(fEndLine.startCluster(), fEndLine.startPos()); in lookAhead()
87 fClusters.startFrom(fEndLine.startCluster(), fEndLine.startPos()); in lookAhead()
88 fClip.startFrom(fEndLine.startCluster(), fEndLine.startPos()); in lookAhead()
891 fEndLine.startFrom(startLine, pos); in moveForward()
1003 fWords.startFrom(fEndLine.startCluster(), fEndLine.startPos()); in moveForward()
1004 fClusters.startFrom(fEndLine.startCluster(), fEndLine.startPos()); in moveForward()
1005 fClip.startFrom(fEndLine.startCluster(), fEndLine.startPos()); in moveForward()
1314 fEndLine.startFrom(startLine, pos); in moveForward()
H A DTextWrapper.h102 void startFrom(Cluster* cluster, size_t pos) { in startFrom() function in skia::textlayout::TextWrapper::TextStretch

Completed in 4 milliseconds