Searched defs:glyph16 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/hwui/
H A DMinikinSkia.cpp47 uint16_t glyph16 = glyph_id; local
50 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL);
60 uint16_t glyph16 = glyph_id; local
63 skPaint.getTextWidths(&glyph16, sizeof(glyph16), NULL, &skBounds);
/frameworks/base/core/jni/android/graphics/
H A DHarfBuzzNGFaceSkia.cpp94 uint16_t glyph16; local
95 paint->textToGlyphs(&unichar, sizeof(unichar), &glyph16);
96 *glyph = glyph16;

Completed in 323 milliseconds