HomeSort by relevance Sort by last modified time
    Searched defs:getBaseGlyphCount (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkGlyphCache.h 79 unsigned getBaseGlyphCount(SkUnichar charCode) const {
80 return fScalerContext->getBaseGlyphCount(charCode);
SkPaint.cpp 172 unsigned SkPaint::getBaseGlyphCount(SkUnichar text) const {
175 return cache->getBaseGlyphCount(text);
    [all...]
SkScalerContext.cpp 185 unsigned SkScalerContext::getBaseGlyphCount(SkUnichar uni) {

Completed in 625 milliseconds