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

  /frameworks/base/libs/hwui/font/
FontUtil.h 41 typedef uint16_t glyph_t; typedef
47 static glyph_t nextGlyph(const uint16_t** srcPtr) {
49 glyph_t g = *src++;
54 typedef SkUnichar glyph_t; typedef
Font.h 124 CachedGlyphInfo* cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching);
143 CachedGlyphInfo* getCachedGlyph(const SkPaint* paint, glyph_t textUnit,
150 DefaultKeyedVector<glyph_t, CachedGlyphInfo*> mCachedGlyphs;
Font.cpp 283 CachedGlyphInfo* Font::getCachedGlyph(const SkPaint* paint, glyph_t textUnit, bool precaching) {
335 glyph_t glyph = GET_GLYPH(text);
374 glyph_t glyph = GET_GLYPH(text);
409 glyph_t glyph = GET_GLYPH(text);
476 CachedGlyphInfo* Font::cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching) {
  /external/chromium_org/third_party/icu/source/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);
  /external/icu/icu4c/source/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);
  /external/pixman/pixman/
pixman-glyph.c 35 typedef struct glyph_t glyph_t; typedef in typeref:struct:glyph_t
37 #define TOMBSTONE ((glyph_t *)0x1)
46 struct glyph_t struct
62 glyph_t * glyphs[HASH_SIZE];
66 free_glyph (glyph_t *glyph)
94 static glyph_t *
100 glyph_t *g;
118 glyph_t *glyph)
121 glyph_t **loc
    [all...]

Completed in 605 milliseconds