Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DMinikinSkia.cpp47 uint16_t glyph16 = glyph_id; in GetHorizontalAdvance() local
50 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL); in GetHorizontalAdvance()
60 uint16_t glyph16 = glyph_id; in GetBounds() local
63 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()