Home
last modified time | relevance | path

Searched defs:ValueFormat (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh58 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()
[all …]
/external/icu/icu4c/source/layout/
DValueRecords.h22 typedef le_uint16 ValueFormat; typedef
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py286 class ValueFormat(IntValue): class