Searched refs:glyph16 (Results 1 – 2 of 2) sorted by relevance
51 uint16_t glyph16 = glyph_id; in GetHorizontalAdvance() local54 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL); in GetHorizontalAdvance()65 uint16_t glyph16 = glyph_id; in GetBounds() local68 skPaint.getTextWidths(&glyph16, sizeof(glyph16), NULL, &skBounds); in GetBounds()
94 uint16_t glyph16; in harfbuzzGetGlyph() local95 paint->textToGlyphs(&unichar, sizeof(unichar), &glyph16); in harfbuzzGetGlyph()96 *glyph = glyph16; in harfbuzzGetGlyph()