Home
last modified time | relevance | path

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

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-gpos-table.hh49 struct ValueFormat : USHORT struct
51 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 …]
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh49 struct ValueFormat : USHORT struct
51 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 …]
/external/icu/icu4c/source/layout/
DValueRecords.h22 typedef le_uint16 ValueFormat; typedef
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py286 class ValueFormat(IntValue): class
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
Dharfbuzz-gpos-private.h181 HB_UShort ValueFormat; /* format of ValueRecord table */ member