Searched defs:ValueFormat (Results 1 – 2 of 2) sorted by relevance
58 struct ValueFormat : USHORT struct60 enum Flags {101 inline unsigned int get_len (void) const in get_len()103 inline unsigned int get_size (void) const in get_size()106 void apply_value (hb_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 static inline OffsetTo<Device>& get_device (Value* value) in get_device()178 static inline const OffsetTo<Device>& get_device (const Value* value) in get_device()181 static inline const SHORT& get_short (const Value* value) in get_short()186 inline bool has_device (void) const { in has_device()[all …]
286 class ValueFormat(IntValue): class