Searched defs:glyph (Results 1 – 2 of 2) sorted by relevance
92 void Font::drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y) { in drawCachedGlyph()112 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int32_t x, int32_t y, in drawCachedGlyph()138 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) { in measureCachedGlyph()238 void Font::updateGlyphCache(CachedGlyphInfo *glyph) { in updateGlyphCache()283 Font::CachedGlyphInfo *Font::cacheGlyph(uint32_t glyph) { in cacheGlyph()327 CachedGlyphInfo *glyph = mCachedGlyphs.valueAt(i); in ~Font() local
61 hb_codepoint_t glyph, void* /* userData */) { in harfbuzzGetGlyphHorizontalAdvance()76 const hb_codepoint_t* glyph = first_glyph; in harfbuzzGetGlyphHorizontalAdvances() local207 hb_codepoint_t glyph; in determineHyphenChar() local