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

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

Completed in 733 milliseconds