Searched defs:ValueFormat (Results 1 – 3 of 3) sorted by relevance
63 struct ValueFormat : HBUINT16 struct65 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 …]
368 FT_UInt Coverage, ValueFormat; in otv_SinglePos_validate() local382 FT_UInt Coverage, ValueFormat, ValueCount, len_value; in otv_SinglePos_validate() local
687 class ValueFormat(IntValue): class