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