Home | History | Annotate | Download | only in font

Lines Matching refs:glyph_t

277 CachedGlyphInfo* Font::getCachedGlyph(const SkPaint* paint, glyph_t textUnit, bool precaching) {
294 void Font::render(const SkPaint* paint, const glyph_t* glyphs,
300 void Font::render(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs,
328 glyph_t glyph = *(glyphs++);
348 void Font::measure(const SkPaint* paint, const glyph_t* glyphs,
358 void Font::precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs) {
365 glyph_t glyph = *(glyphs++);
377 void Font::render(const SkPaint* paint, const glyph_t* glyphs,
397 glyph_t glyph = *(glyphs++);
464 CachedGlyphInfo* Font::cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching) {