Home
last modified time | relevance | path

Searched refs:glyph_id (Results 1 – 5 of 5) sorted by relevance

/frameworks/minikin/include/minikin/
DLayout.h39 LayoutGlyph(FakedFont font, uint32_t glyph_id, uint32_t cluster, float x, float y) in LayoutGlyph()
40 : font(font), glyph_id(glyph_id), cluster(cluster), x(x), y(y) {} in LayoutGlyph()
43 uint32_t glyph_id; member
52 return os << "{ font:" << psName.value_or("{UNKNOWN}") << ", gid:" << g.glyph_id
137 unsigned int getGlyphId(int i) const { return mGlyphs[i].glyph_id; } in getGlyphId()
DMinikinFont.h41 virtual float GetHorizontalAdvance(uint32_t glyph_id, const MinikinPaint& paint,
51 virtual void GetBounds(MinikinRect* bounds, uint32_t glyph_id, const MinikinPaint& paint,
/frameworks/base/libs/hwui/hwui/
DMinikinSkia.cpp59 float MinikinFontSkia::GetHorizontalAdvance(uint32_t glyph_id, const minikin::MinikinPaint& paint, in GetHorizontalAdvance() argument
62 uint16_t glyph16 = glyph_id; in GetHorizontalAdvance()
67 ALOGD("width for typeface %d glyph %d = %f", mTypeface->uniqueID(), glyph_id, skWidth); in GetHorizontalAdvance()
81 void MinikinFontSkia::GetBounds(minikin::MinikinRect* bounds, uint32_t glyph_id, in GetBounds() argument
85 uint16_t glyph16 = glyph_id; in GetBounds()
DMinikinSkia.h37 float GetHorizontalAdvance(uint32_t glyph_id, const minikin::MinikinPaint& paint,
45 void GetBounds(minikin::MinikinRect* bounds, uint32_t glyph_id,
/frameworks/minikin/tests/util/
DFreeTypeMinikinFontForTest.h45 float GetHorizontalAdvance(uint32_t glyph_id, const MinikinPaint& paint,
47 void GetBounds(MinikinRect* bounds, uint32_t glyph_id, const MinikinPaint& paint,