Searched defs:ValueFormat (Results 1 – 4 of 4) sorted by relevance
| /third_party/harfbuzz/src/ |
| D | hb-ot-layout-gpos-table.hh | 63 struct ValueFormat : HBUINT16 struct 65 enum Flags { 106 IntType& operator = (uint16_t i) { v = i; return *this; } in operator =() 108 unsigned int get_len () const { return hb_popcount ((unsigned int) *this); } in get_len() 109 unsigned int get_size () const { return get_len () * Value::static_size; } in get_size() 111 bool apply_value (hb_ot_apply_context_t *c, in apply_value() 165 unsigned int get_effective_format (const Value *values) const in get_effective_format() 177 unsigned int get_effective_format (Iterator it) const { in get_effective_format() 186 void copy_values (hb_serialize_context_t *c, in copy_values() 206 void copy_value (hb_serialize_context_t *c, in copy_value() [all …]
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-layout-gpos-table.hh | 58 struct ValueFormat : HBUINT16 struct 60 enum Flags { 101 unsigned int get_len () const { return hb_popcount ((unsigned int) *this); } in get_len() 102 unsigned int get_size () const { return get_len () * Value::static_size; } in get_size() 104 bool apply_value (hb_ot_apply_context_t *c, in apply_value() 159 …bool sanitize_value_devices (hb_sanitize_context_t *c, const void *base, const Value *values) const in sanitize_value_devices() 176 HB_INTERNAL static OffsetTo<Device>& get_device (Value* value) in get_device() 178 HB_INTERNAL static const OffsetTo<Device>& get_device (const Value* value, bool *worked=nullptr) in get_device() 184 HB_INTERNAL static const HBINT16& get_short (const Value* value, bool *worked=nullptr) in get_short() 192 bool has_device () const in has_device() [all …]
|
| /third_party/flutter/skia/third_party/externals/freetype/src/otvalid/ |
| D | otvgpos.c | 368 FT_UInt Coverage, ValueFormat; in otv_SinglePos_validate() local 382 FT_UInt Coverage, ValueFormat, ValueCount, len_value; in otv_SinglePos_validate() local
|
| /third_party/freetype/src/otvalid/ |
| D | otvgpos.c | 368 FT_UInt Coverage, ValueFormat; in otv_SinglePos_validate() local 382 FT_UInt Coverage, ValueFormat, ValueCount, len_value; in otv_SinglePos_validate() local
|