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

  /external/icu4c/samples/layout/
GnomeFontInstance.cpp 181 cairo_glyph_t *glyph_t = LE_NEW_ARRAY(cairo_glyph_t, glyphCount); local
188 glyph_t[out].index = glyph;
189 glyph_t[out].x = x + positions[in*2];
190 glyph_t[out].y = y + positions[in*2 + 1];
198 cairo_show_glyphs(cairo, glyph_t, out);
200 LE_DELETE_ARRAY(glyph_t);
  /frameworks/base/libs/hwui/
FontRenderer.h 41 typedef uint16_t glyph_t; typedef in namespace:android::uirenderer
46 typedef SkUnichar glyph_t;
135 DefaultKeyedVector<glyph_t, CachedGlyphInfo*> mCachedGlyphs;
139 CachedGlyphInfo* cacheGlyph(SkPaint* paint, glyph_t glyph);
146 CachedGlyphInfo* getCachedGlyph(SkPaint* paint, glyph_t textUnit);
148 static glyph_t nextGlyph(const uint16_t** srcPtr) {
150 glyph_t g = *src++;
FontRenderer.cpp 139 Font::CachedGlyphInfo* Font::getCachedGlyph(SkPaint* paint, glyph_t textUnit) {
200 glyph_t glyph = GET_GLYPH(text);
273 Font::CachedGlyphInfo* Font::cacheGlyph(SkPaint* paint, glyph_t glyph) {

Completed in 89 milliseconds