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.hh63 struct ValueFormat : HBUINT16 struct
65 enum Flags {
106 IntType& operator = (uint16_t i) { v = i; return *this; } in operator =()
108 unsigned int get_len () const { return hb_popcount ((unsigned int) *this); } in get_len()
109 unsigned int get_size () const { return get_len () * Value::static_size; } in get_size()
111 bool apply_value (hb_ot_apply_context_t *c, in apply_value()
165 unsigned int get_effective_format (const Value *values) const in get_effective_format()
177 unsigned int get_effective_format (Iterator it) const { in get_effective_format()
186 void copy_values (hb_serialize_context_t *c, in copy_values()
206 void copy_value (hb_serialize_context_t *c, in copy_value()
[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.py687 class ValueFormat(IntValue): class