Searched refs:getBaseGlyphCount (Results 1 - 5 of 5) sorted by relevance

/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.h199 unsigned getBaseGlyphCount(SkUnichar charCode);
H A DSkScalerContext.cpp247 unsigned SkScalerContext::getBaseGlyphCount(SkUnichar uni) { function in class:SkScalerContext
H A DSkPaint.cpp244 unsigned SkPaint::getBaseGlyphCount(SkUnichar text) const { function in class:SkPaint
247 return cache->getBaseGlyphCount(text);
/external/skia/include/core/
H A DSkPaint.h943 unsigned getBaseGlyphCount(SkUnichar text) const;

Completed in 101 milliseconds