Home
last modified time | relevance | path

Searched defs:SmallGlyphMetrics (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sfnt/
DSkOTTable_EBDT.h39 struct SmallGlyphMetrics { struct
40 SK_OT_BYTE height;
41 SK_OT_BYTE width;
42 SK_OT_CHAR bearingX;
43 SK_OT_CHAR bearingY;
44 SK_OT_BYTE advance;
/external/harfbuzz_ng/src/
Dhb-ot-cbdt-table.hh34 struct SmallGlyphMetrics struct
36 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
42 inline void get_extents (hb_glyph_extents_t *extents) const in get_extents()
50 BYTE height;
51 BYTE width;
52 CHAR bearingX;
53 CHAR bearingY;
54 BYTE advance;
/external/fonttools/Lib/fontTools/ttLib/tables/
DBitmapGlyphMetrics.py57 class SmallGlyphMetrics(BitmapGlyphMetrics): class
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dsmall_glyph_metrics.cc23 SmallGlyphMetrics::SmallGlyphMetrics(ReadableFontData* data) in SmallGlyphMetrics() function in sfntly::SmallGlyphMetrics