• Home
  • Raw
  • Download

Lines Matching refs:SkGlyphCache

410     *((SkGlyphCache**)context) = SkGlyphCache::DetachCache(typeface, effects, desc);  in DetachDescProc()
446 SkGlyphCache* cache = autoCache.getCache(); in textToGlyphs()
504 SkGlyphCache* cache = autoCache.getCache(); in containsText()
554 SkGlyphCache* cache = autoCache.getCache(); in glyphsToUnichars()
563 static const SkGlyph& sk_getMetrics_utf8_next(SkGlyphCache* cache, in sk_getMetrics_utf8_next()
571 static const SkGlyph& sk_getMetrics_utf16_next(SkGlyphCache* cache, in sk_getMetrics_utf16_next()
579 static const SkGlyph& sk_getMetrics_utf32_next(SkGlyphCache* cache, in sk_getMetrics_utf32_next()
590 static const SkGlyph& sk_getMetrics_glyph_next(SkGlyphCache* cache, in sk_getMetrics_glyph_next()
602 static const SkGlyph& sk_getAdvance_utf8_next(SkGlyphCache* cache, in sk_getAdvance_utf8_next()
610 static const SkGlyph& sk_getAdvance_utf16_next(SkGlyphCache* cache, in sk_getAdvance_utf16_next()
618 static const SkGlyph& sk_getAdvance_utf32_next(SkGlyphCache* cache, in sk_getAdvance_utf32_next()
629 static const SkGlyph& sk_getAdvance_glyph_next(SkGlyphCache* cache, in sk_getAdvance_glyph_next()
744 SkScalar SkPaint::measure_text(SkGlyphCache* cache, in measure_text()
820 SkGlyphCache* cache = autoCache.getCache(); in measureText()
874 SkGlyphCache* cache = autoCache.getCache(); in breakText()
920 static bool FontMetricsCacheProc(const SkGlyphCache* cache, void* context) { in FontMetricsCacheProc()
927 SkGlyphCache::VisitCache(typeface, effects, desc, FontMetricsCacheProc, context); in FontMetricsDescProc()
980 SkGlyphCache* cache = autoCache.getCache(); in getTextWidths()
1746 SkGlyphCache* SkPaint::detachCache(const SkSurfaceProps* surfaceProps, in detachCache()
1749 SkGlyphCache* cache; in detachCache()
2261 SkGlyphCache::AttachCache(fCache); in ~SkTextBaseIter()