Home
last modified time | relevance | path

Searched refs:getGlyphCount (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DTextLineBaseImpl.cpp29 size_t TextLineBaseImpl::getGlyphCount() const in getGlyphCount() function in skia::textlayout::TextLineBaseImpl
35 return fVisitorTextLine->getGlyphCount(); in getGlyphCount()
H A DTextLineBaseImpl.h31 size_t getGlyphCount() const override;
H A DTextLine.h197 size_t getGlyphCount() const;
H A DTextLine.cpp2220 size_t TextLine::getGlyphCount() const function in skia::textlayout::TextLine
/third_party/skia/modules/skparagraph/include/
H A DTextLineBase.h30 virtual size_t getGlyphCount() const = 0;
/third_party/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h239 inline le_int32 getGlyphCount() const;
690 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const in getGlyphCount() function in ParagraphLayout::VisualRun
/third_party/icu/icu4c/source/layoutex/
H A Dplayout.cpp257 return vr->getGlyphCount(); in pl_getVisualRunGlyphCount()
H A DParagraphLayout.cpp1208 le_int32 glyphCount = lastRun->getGlyphCount(); in getWidth()
/third_party/icu/icu4c/source/samples/layout/
H A Dparagraph.cpp250 le_int32 glyphCount = visualRun->getGlyphCount(); in draw()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dparagraph.cpp250 le_int32 glyphCount = visualRun->getGlyphCount(); in draw()
/third_party/icu/icu4c/source/test/letest/
H A Dletest.cpp66 glyphCount = engine->getGlyphCount(); in ParamTest()
68 log_err("Calling getGlyphCount() on an empty layout returned %d.\n", glyphCount); in ParamTest()
900 le_int32 glyphCount = visualRun->getGlyphCount(); in GlyphToCharTest()

Completed in 12 milliseconds