Searched refs:glyph16 (Results 1 – 2 of 2) sorted by relevance
47 uint16_t glyph16 = glyph_id; in GetHorizontalAdvance() local50 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL); in GetHorizontalAdvance()60 uint16_t glyph16 = glyph_id; in GetBounds() local63 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()