Home
last modified time | relevance | path

Searched refs:glyph16 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/hwui/
DMinikinSkia.cpp51 uint16_t glyph16 = glyph_id; in GetHorizontalAdvance() local
54 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL); in GetHorizontalAdvance()
65 uint16_t glyph16 = glyph_id; in GetBounds() local
68 skPaint.getTextWidths(&glyph16, sizeof(glyph16), NULL, &skBounds); in GetBounds()
/frameworks/base/core/jni/android/graphics/
DHarfBuzzNGFaceSkia.cpp94 uint16_t glyph16; in harfbuzzGetGlyph() local
95 paint->textToGlyphs(&unichar, sizeof(unichar), &glyph16); in harfbuzzGetGlyph()
96 *glyph = glyph16; in harfbuzzGetGlyph()