HomeSort by relevance Sort by last modified time
    Searched refs:glyph16 (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/hwui/
MinikinSkia.cpp 51 uint16_t glyph16 = glyph_id; local
54 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL);
65 uint16_t glyph16 = glyph_id; local
68 skPaint.getTextWidths(&glyph16, sizeof(glyph16), NULL, &skBounds);
  /frameworks/base/core/jni/android/graphics/
HarfBuzzNGFaceSkia.cpp 94 uint16_t glyph16; local
95 paint->textToGlyphs(&unichar, sizeof(unichar), &glyph16);
96 *glyph = glyph16;

Completed in 83 milliseconds