Searched defs:getBaseGlyphCount (Results 1 - 6 of 6) sorted by relevance

/external/skia/legacy/src/core/
H A DSkGlyphCache.h79 unsigned getBaseGlyphCount(SkUnichar charCode) const { function in class:SkGlyphCache
80 return fScalerContext->getBaseGlyphCount(charCode);
H A DSkScalerContext.cpp216 unsigned SkScalerContext::getBaseGlyphCount(SkUnichar uni) { function in class:SkScalerContext
H A DSkPaint.cpp169 unsigned SkPaint::getBaseGlyphCount(SkUnichar text) const { function in class:SkPaint
172 return cache->getBaseGlyphCount(text);
/external/skia/src/core/
H A DSkGlyphCache.h82 unsigned getBaseGlyphCount(SkUnichar charCode) const { function in class:SkGlyphCache
83 return fScalerContext->getBaseGlyphCount(charCode);
H A DSkScalerContext.cpp219 unsigned SkScalerContext::getBaseGlyphCount(SkUnichar uni) { function in class:SkScalerContext
H A DSkPaint.cpp185 unsigned SkPaint::getBaseGlyphCount(SkUnichar text) const { function in class:SkPaint
188 return cache->getBaseGlyphCount(text);

Completed in 334 milliseconds