Home
last modified time | relevance | path

Searched refs:findPreviousGraphemeBoundary (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.h182 TextIndex findPreviousGraphemeBoundary(TextIndex utf8) const;
H A DOneLineShaper.cpp328 GraphemeIndex gi = fParagraph->findPreviousGraphemeBoundary(ci); in sortOutGlyphs()
H A DRun.cpp400 TextIndex start = fOwner->findPreviousGraphemeBoundary(text.start); in scaleFontWithCompressionConfig()
H A DParagraphImpl.cpp1546 auto utf8 = this->findPreviousGraphemeBoundary(fUTF8IndexForUTF16Index[end]); in GetLineFontMetrics()
1937 TextIndex ParagraphImpl::findPreviousGraphemeBoundary(TextIndex utf8) const { in GetLineFontMetrics() function in skia::textlayout::ParagraphImpl

Completed in 7 milliseconds