Searched refs:getGlyphCount (Results 1 – 19 of 19) sorted by relevance
255 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0; in glyphIDToChar()258 unsigned getGlyphCount() { return this->generateGlyphCount(); } in getGlyphCount() function
71 unsigned getGlyphCount() const;
95 unsigned SkGlyphCache::getGlyphCount() const { in getGlyphCount() function in SkGlyphCache96 return fScalerContext->getGlyphCount(); in getGlyphCount()
282 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0; in glyphIDToChar()285 unsigned getGlyphCount() { return this->generateGlyphCount(); } in getGlyphCount() function
241 inline le_int32 getGlyphCount() const;692 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const in getGlyphCount() function
59 return fScalerContext->getGlyphCount(); in getNumPaths()
257 return vr->getGlyphCount(); in pl_getVisualRunGlyphCount()
1208 le_int32 glyphCount = lastRun->getGlyphCount(); in getWidth()
162 int num_glyphs = SkToInt(cache->getGlyphCount()); in SkPDFMakeCIDGlyphWidthsArray()
50 return fProxy->getGlyphCount(); in generateGlyphCount()
250 le_int32 glyphCount = visualRun->getGlyphCount(); in draw()
66 glyphCount = engine->getGlyphCount(); in ParamTest()900 le_int32 glyphCount = visualRun->getGlyphCount(); in GlyphToCharTest()
1881 unsigned int glyphCount = glyphCache->getGlyphCount(); in CreateTypefaceUse()