Home
last modified time | relevance | path

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

/third_party/flutter/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;
/third_party/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;
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh46 struct SmallGlyphMetrics struct
48 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
54 void get_extents (hb_glyph_extents_t *extents) const in get_extents()
62 HBUINT8 height;
63 HBUINT8 width;
64 HBINT8 bearingX;
65 HBINT8 bearingY;
66 HBUINT8 advance;
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DSmallGlyphMetrics.java25 public class SmallGlyphMetrics extends GlyphMetrics { class
37 private SmallGlyphMetrics(ReadableFontData data) { in SmallGlyphMetrics() method in SmallGlyphMetrics
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DSmallGlyphMetrics.java25 public class SmallGlyphMetrics extends GlyphMetrics { class
37 private SmallGlyphMetrics(ReadableFontData data) { in SmallGlyphMetrics() method in SmallGlyphMetrics
/third_party/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh75 struct SmallGlyphMetrics struct
77 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
83 void get_extents (hb_font_t *font, hb_glyph_extents_t *extents) const in get_extents()
91 HBUINT8 height;
92 HBUINT8 width;
93 HBINT8 bearingX;
94 HBINT8 bearingY;
95 HBUINT8 advance;
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh75 struct SmallGlyphMetrics struct
77 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
83 void get_extents (hb_font_t *font, hb_glyph_extents_t *extents) const in get_extents()
91 HBUINT8 height;
92 HBUINT8 width;
93 HBINT8 bearingX;
94 HBINT8 bearingY;
95 HBUINT8 advance;
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dsmall_glyph_metrics.cc23 SmallGlyphMetrics::SmallGlyphMetrics(ReadableFontData* data) in SmallGlyphMetrics() function in sfntly::SmallGlyphMetrics
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dsmall_glyph_metrics.cc23 SmallGlyphMetrics::SmallGlyphMetrics(ReadableFontData* data) in SmallGlyphMetrics() function in sfntly::SmallGlyphMetrics