Searched defs:VORG (Results 1 – 12 of 12) sorted by relevance
/third_party/harfbuzz/src/ |
D | hb-ot-vorg-table.hh | 58 struct VORG struct 60 static constexpr hb_tag_t tableTag = HB_OT_TAG_VORG; 62 bool has_data () const { return version.to_int (); } in has_data() 64 int get_y_origin (hb_codepoint_t glyph) const in get_y_origin() 74 void serialize (hb_serialize_context_t *c, in serialize() 90 bool subset (hb_subset_context_t *c) const in subset() 116 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 125 FixedVersion<>version; /* Version of VORG table. Set to 0x00010000u. */ 126 FWORD defaultVertOriginY; 129 vertYOrigins; /* The array of vertical origins. */
|
D | hb-ot-font.cc | 154 const OT::VORG &VORG = *ot_face->VORG; in hb_ot_get_glyph_v_origin() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-vorg-table.hh | 58 struct VORG struct 60 static constexpr hb_tag_t tableTag = HB_OT_TAG_VORG; 62 bool has_data () const { return version.to_int (); } in has_data() 64 int get_y_origin (hb_codepoint_t glyph) const in get_y_origin() 74 void serialize (hb_serialize_context_t *c, in serialize() 90 bool subset (hb_subset_context_t *c) const in subset() 116 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 125 FixedVersion<>version; /* Version of VORG table. Set to 0x00010000u. */ 126 FWORD defaultVertOriginY; 129 vertYOrigins; /* The array of vertical origins. */
|
D | hb-ot-font.cc | 154 const OT::VORG &VORG = *ot_face->VORG; in hb_ot_get_glyph_v_origin() local
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-vorg-table.hh | 58 struct VORG struct 60 static constexpr hb_tag_t tableTag = HB_OT_TAG_VORG; 62 bool has_data () const { return version.to_int (); } in has_data() 64 int get_y_origin (hb_codepoint_t glyph) const in get_y_origin() 72 bool _subset (const hb_subset_plan_t *plan HB_UNUSED, in _subset() 105 bool subset (hb_subset_plan_t *plan) const in subset() 170 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 179 FixedVersion<> version; /* Version of VORG table. Set to 0x00010000u. */ 180 FWORD defaultVertOriginY; /* The default vertical origin. */ 182 vertYOrigins; /* The array of vertical origins. */
|
D | hb-ot-font.cc | 152 const OT::VORG &VORG = *ot_face->VORG; in hb_ot_get_glyph_v_origin() local
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | tag.cc | 41 const int32_t Tag::VORG = TAG('V', 'O', 'R', 'G'); member in sfntly::Tag
|
D | tag.h | 51 static const int32_t VORG; member
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | tag.cc | 41 const int32_t Tag::VORG = TAG('V', 'O', 'R', 'G'); member in sfntly::Tag
|
D | tag.h | 51 static const int32_t VORG; member
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | Tag.java | 57 public static final int VORG = Tag.intValue(new byte[]{'V', 'O', 'R', 'G'}); field in Tag
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | Tag.java | 57 public static final int VORG = Tag.intValue(new byte[]{'V', 'O', 'R', 'G'}); field in Tag
|