Lines Matching refs:SkGlyph
607 static const SkGlyph& sk_getMetrics_utf8_next(SkGlyphCache* cache, in sk_getMetrics_utf8_next()
615 static const SkGlyph& sk_getMetrics_utf16_next(SkGlyphCache* cache, in sk_getMetrics_utf16_next()
623 static const SkGlyph& sk_getMetrics_utf32_next(SkGlyphCache* cache, in sk_getMetrics_utf32_next()
634 static const SkGlyph& sk_getMetrics_glyph_next(SkGlyphCache* cache, in sk_getMetrics_glyph_next()
646 static const SkGlyph& sk_getAdvance_utf8_next(SkGlyphCache* cache, in sk_getAdvance_utf8_next()
654 static const SkGlyph& sk_getAdvance_utf16_next(SkGlyphCache* cache, in sk_getAdvance_utf16_next()
662 static const SkGlyph& sk_getAdvance_utf32_next(SkGlyphCache* cache, in sk_getAdvance_utf32_next()
673 static const SkGlyph& sk_getAdvance_glyph_next(SkGlyphCache* cache, in sk_getAdvance_glyph_next()
757 static void set_bounds(const SkGlyph& g, SkRect* bounds) { in set_bounds()
764 static void join_bounds_x(const SkGlyph& g, SkRect* bounds, Sk48Dot16 dx) { in join_bounds_x()
772 static void join_bounds_y(const SkGlyph& g, SkRect* bounds, Sk48Dot16 dy) { in join_bounds_y()
780 typedef void (*JoinBoundsProc)(const SkGlyph&, SkRect*, Sk48Dot16);
783 static SkFixed advance(const SkGlyph& glyph, int xyIndex) { in advance()
814 const SkGlyph* g = &glyphCacheProc(cache, &text); in measure_text()
937 const SkGlyph& g = glyphCacheProc(cache, &text); in breakText()
1018 static void set_bounds(const SkGlyph& g, SkRect* bounds, SkScalar scale) { in set_bounds()
1057 const SkGlyph& g = glyphCacheProc(cache, &text); in getTextWidths()
1077 const SkGlyph& g = glyphCacheProc(cache, &text); in getTextWidths()
1098 const SkGlyph& g = glyphCacheProc(cache, &text); in getTextWidths()
1110 const SkGlyph& g = glyphCacheProc(cache, &text); in getTextWidths()
2365 const SkGlyph& glyph = fGlyphCacheProc(fCache, &fText); in next()
2388 const SkGlyph& glyph = fGlyphCacheProc(fCache, &fText); in next()
2393 const_cast<SkGlyph*>(&glyph), array, count); in next()