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 : HBUINT16 struct
60 enum Flags {
101 unsigned int get_len () const { return hb_popcount ((unsigned int) *this); } in get_len()
102 unsigned int get_size () const { return get_len () * Value::static_size; } in get_size()
104 bool apply_value (hb_ot_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 OffsetTo<Device>& get_device (Value* value) in get_device()
178 static const OffsetTo<Device>& get_device (const Value* value, bool *worked=nullptr) in get_device()
184 static const HBINT16& get_short (const Value* value, bool *worked=nullptr) in get_short()
192 bool has_device () const in has_device()
[all …]
/external/freetype/src/otvalid/
Dotvgpos.c368 FT_UInt Coverage, ValueFormat; in otv_SinglePos_validate() local
382 FT_UInt Coverage, ValueFormat, ValueCount, len_value; in otv_SinglePos_validate() local
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py562 class ValueFormat(IntValue): class