Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkScalerContext.h255 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0; in glyphIDToChar()
258 unsigned getGlyphCount() { return this->generateGlyphCount(); } in getGlyphCount() function
DSkGlyphCache.h71 unsigned getGlyphCount() const;
DSkGlyphCache.cpp95 unsigned SkGlyphCache::getGlyphCount() const { in getGlyphCount() function in SkGlyphCache
96 return fScalerContext->getGlyphCount(); in getGlyphCount()
/external/skia/src/core/
DSkScalerContext.h282 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0; in glyphIDToChar()
285 unsigned getGlyphCount() { return this->generateGlyphCount(); } in getGlyphCount() function
DSkGlyphCache.h71 unsigned getGlyphCount() const;
DSkGlyphCache.cpp95 unsigned SkGlyphCache::getGlyphCount() const { in getGlyphCount() function in SkGlyphCache
96 return fScalerContext->getGlyphCount(); in getGlyphCount()
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h241 inline le_int32 getGlyphCount() const;
692 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const in getGlyphCount() function
/external/skia/src/gpu/
DGrPathRendering.cpp59 return fScalerContext->getGlyphCount(); in getNumPaths()
/external/skqp/src/gpu/
DGrPathRendering.cpp59 return fScalerContext->getGlyphCount(); in getNumPaths()
/external/icu/icu4c/source/layoutex/
Dplayout.cpp257 return vr->getGlyphCount(); in pl_getVisualRunGlyphCount()
DParagraphLayout.cpp1208 le_int32 glyphCount = lastRun->getGlyphCount(); in getWidth()
/external/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp162 int num_glyphs = SkToInt(cache->getGlyphCount()); in SkPDFMakeCIDGlyphWidthsArray()
/external/skia/tools/fonts/
DSkRandomScalerContext.cpp50 return fProxy->getGlyphCount(); in generateGlyphCount()
/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp250 le_int32 glyphCount = visualRun->getGlyphCount(); in draw()
/external/skqp/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp162 int num_glyphs = SkToInt(cache->getGlyphCount()); in SkPDFMakeCIDGlyphWidthsArray()
/external/skqp/tools/
DSkRandomScalerContext.cpp50 return fProxy->getGlyphCount(); in generateGlyphCount()
/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.cpp1881 unsigned int glyphCount = glyphCache->getGlyphCount(); in CreateTypefaceUse()
/external/skqp/src/xps/
DSkXPSDevice.cpp1881 unsigned int glyphCount = glyphCache->getGlyphCount(); in CreateTypefaceUse()