Lines Matching defs:ValueFormat
58 struct ValueFormat : USHORT struct
60 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_font_t *font, in apply_value()
158 …bool sanitize_value_devices (hb_sanitize_context_t *c, const void *base, const Value *values) const in sanitize_value_devices()
175 static inline OffsetTo<Device>& get_device (Value* value) in get_device()
177 static inline const OffsetTo<Device>& get_device (const Value* value) in get_device()
180 static inline const SHORT& get_short (const Value* value) in get_short()
185 inline bool has_device (void) const { in has_device()
190 inline bool sanitize_value (hb_sanitize_context_t *c, const void *base, const Value *values) const in sanitize_value()
196 …_values (hb_sanitize_context_t *c, const void *base, const Value *values, unsigned int count) const in sanitize_values()
215 …context_t *c, const void *base, const Value *values, unsigned int count, unsigned int stride) const in sanitize_values_stride_unsafe()