Searched defs:ValueFormat (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/m133/third_party/externals/harfbuzz/src/OT/Layout/GPOS/ |
| D | ValueFormat.hh | 16 struct ValueFormat : HBUINT16 struct 18 enum Flags { 59 IntType& operator = (uint16_t i) { v = i; return *this; } in operator =() 61 unsigned int get_len () const { return hb_popcount ((unsigned int) *this); } in get_len() 62 unsigned int get_size () const { return get_len () * Value::static_size; } in get_size() 64 hb_vector_t<unsigned> get_device_table_indices () const { in get_device_table_indices() 82 bool apply_value (hb_ot_apply_context_t *c, in apply_value() 147 …t_effective_format (const Value *values, bool strip_hints, bool strip_empty, const ValueBase *base, in get_effective_format() 177 …d int get_effective_format (Iterator it, bool strip_hints, bool strip_empty, const ValueBase *base, in get_effective_format() 187 void copy_values (hb_serialize_context_t *c, in copy_values() [all …]
|
| /third_party/skia/third_party/externals/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/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
|