Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/Layout/GPOS/
DValueFormat.hh14 struct ValueFormat : HBUINT16 struct
16 enum Flags {
57 IntType& operator = (uint16_t i) { v = i; return *this; } in operator =()
59 unsigned int get_len () const { return hb_popcount ((unsigned int) *this); } in get_len()
60 unsigned int get_size () const { return get_len () * Value::static_size; } in get_size()
62 hb_vector_t<unsigned> get_device_table_indices () const { in get_device_table_indices()
80 bool apply_value (hb_ot_apply_context_t *c, in apply_value()
141 unsigned int get_effective_format (const Value *values) const in get_effective_format()
153 unsigned int get_effective_format (Iterator it) const { in get_effective_format()
162 void copy_values (hb_serialize_context_t *c, in copy_values()
[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.py716 class ValueFormat(IntValue): class