Searched defs:ValueFormat (Results 1 – 3 of 3) sorted by relevance
14 struct ValueFormat : HBUINT16 struct16 enum Flags {57 IntType& operator = (uint16_t i) { v = i; return *this; } in operator =()59 unsigned int get_len () const { return hb_popcount ((unsigned int) *this); } in get_len()60 unsigned int get_size () const { return get_len () * Value::static_size; } in get_size()62 hb_vector_t<unsigned> get_device_table_indices () const { in get_device_table_indices()80 bool apply_value (hb_ot_apply_context_t *c, in apply_value()141 unsigned int get_effective_format (const Value *values) const in get_effective_format()153 unsigned int get_effective_format (Iterator it) const { in get_effective_format()162 void copy_values (hb_serialize_context_t *c, in copy_values()[all …]
368 FT_UInt Coverage, ValueFormat; in otv_SinglePos_validate() local382 FT_UInt Coverage, ValueFormat, ValueCount, len_value; in otv_SinglePos_validate() local
716 class ValueFormat(IntValue): class