Searched defs:ValueFormat (Results 1 – 5 of 5) sorted by relevance
49 struct ValueFormat : USHORT struct51 enum Flags {92 inline unsigned int get_len (void) const in get_len()94 inline unsigned int get_size (void) const in get_size()97 void apply_value (hb_font_t *font, in apply_value()149 inline bool sanitize_value_devices (hb_sanitize_context_t *c, void *base, Value *values) { in sanitize_value_devices()165 static inline OffsetTo<Device>& get_device (Value* value) in get_device()167 static inline const OffsetTo<Device>& get_device (const Value* value) in get_device()170 static inline const SHORT& get_short (const Value* value) in get_short()175 inline bool has_device (void) const { in has_device()[all …]
22 typedef le_uint16 ValueFormat; typedef
286 class ValueFormat(IntValue): class
181 HB_UShort ValueFormat; /* format of ValueRecord table */ member