Home
last modified time | relevance | path

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

/frameworks/minikin/sample/
DMinikinSkia.cpp28 uint16_t glyph16 = glyph_id; in GetHorizontalAdvance() local
31 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL); in GetHorizontalAdvance()
41 uint16_t glyph16 = glyph_id;
44 skPaint.getTextWidths(&glyph16, sizeof(glyph16), NULL, &skBounds);
/frameworks/base/libs/hwui/hwui/
DMinikinSkia.cpp48 uint16_t glyph16 = glyph_id; in GetHorizontalAdvance() local
51 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL); in GetHorizontalAdvance()
61 uint16_t glyph16 = glyph_id; in GetBounds() local
64 skPaint.getTextWidths(&glyph16, sizeof(glyph16), NULL, &skBounds); in GetBounds()
/frameworks/base/core/jni/android/graphics/
DHarfBuzzNGFaceSkia.cpp92 uint16_t glyph16; in harfbuzzGetGlyph() local
93 paint->textToGlyphs(&unichar, sizeof(unichar), &glyph16); in harfbuzzGetGlyph()
94 *glyph = glyph16; in harfbuzzGetGlyph()