Home
last modified time | relevance | path

Searched refs:getGlyphCount (Results 1 – 17 of 17) sorted by relevance

/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h239 inline le_int32 getGlyphCount() const;
690 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const in getGlyphCount() function
/external/skqp/src/core/
DSkStrike.h72 unsigned getGlyphCount() const;
DSkStrike.cpp49 unsigned SkStrike::getGlyphCount() const { in getGlyphCount() function in SkStrike
50 return fScalerContext->getGlyphCount(); in getGlyphCount()
DSkScalerContext.h288 unsigned getGlyphCount() { return this->generateGlyphCount(); } in getGlyphCount() function
/external/skia/src/core/
DSkStrike.h71 unsigned getGlyphCount() const;
DSkStrike.cpp49 unsigned SkStrike::getGlyphCount() const { in getGlyphCount() function in SkStrike
50 return fScalerContext->getGlyphCount(); in getGlyphCount()
DSkScalerContext.h278 unsigned getGlyphCount() { return this->generateGlyphCount(); } in getGlyphCount() function
/external/skqp/tools/fonts/
DSkRandomScalerContext.cpp53 return fProxy->getGlyphCount(); in generateGlyphCount()
/external/skia/tools/fonts/
DSkRandomScalerContext.cpp53 return fProxy->getGlyphCount(); in generateGlyphCount()
/external/icu/icu4c/source/layoutex/
Dplayout.cpp257 return vr->getGlyphCount(); in pl_getVisualRunGlyphCount()
DParagraphLayout.cpp1208 le_int32 glyphCount = lastRun->getGlyphCount(); in getWidth()
/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp250 le_int32 glyphCount = visualRun->getGlyphCount(); in draw()
/external/skqp/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp166 int num_glyphs = SkToInt(cache->getGlyphCount()); in SkPDFMakeCIDGlyphWidthsArray()
/external/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp166 int num_glyphs = SkToInt(cache->getGlyphCount()); in SkPDFMakeCIDGlyphWidthsArray()
/external/icu/icu4c/source/test/letest/
Dletest.cpp66 glyphCount = engine->getGlyphCount(); in ParamTest()
900 le_int32 glyphCount = visualRun->getGlyphCount(); in GlyphToCharTest()
/external/skia/src/xps/
DSkXPSDevice.cpp1803 unsigned int glyphCount = glyphCache->getGlyphCount();
/external/skqp/src/xps/
DSkXPSDevice.cpp1877 unsigned int glyphCount = glyphCache->getGlyphCount();