Searched defs:ValueFormat (Results 1 – 9 of 9) sorted by relevance
/external/harfbuzz_ng/src/OT/Layout/GPOS/ |
D | ValueFormat.hh | 16 struct ValueFormat : HBUINT16 struct 18 enum Flags { 59 IntType& operator = (uint16_t i) { v = i; return *this; } in operator =() 61 unsigned int get_len () const { return hb_popcount ((unsigned int) *this); } in get_len() 62 unsigned int get_size () const { return get_len () * Value::static_size; } in get_size() 64 hb_vector_t<unsigned> get_device_table_indices () const { in get_device_table_indices() 82 bool apply_value (hb_ot_apply_context_t *c, in apply_value() 147 …t_effective_format (const Value *values, bool strip_hints, bool strip_empty, const ValueBase *base, in get_effective_format() 177 …d int get_effective_format (Iterator it, bool strip_hints, bool strip_empty, const ValueBase *base, in get_effective_format() 187 void copy_values (hb_serialize_context_t *c, in copy_values() [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/ |
D | generated_test_flags.rs | 12 pub struct ValueFormat { struct 16 impl ValueFormat { argument 24 impl ValueFormat { impl 161 impl std::ops::BitOr for ValueFormat { implementation 173 impl std::ops::BitOrAssign for ValueFormat { implementation 181 impl std::ops::BitXor for ValueFormat { implementation 193 impl std::ops::BitXorAssign for ValueFormat { implementation 201 impl std::ops::BitAnd for ValueFormat { implementation 213 impl std::ops::BitAndAssign for ValueFormat { implementation 221 impl std::ops::Sub for ValueFormat { implementation [all …]
|
D | generated_gpos.rs | 252 pub struct ValueFormat { struct 256 impl ValueFormat { impl 286 impl ValueFormat { impl 430 impl std::ops::BitOr for ValueFormat { implementation 442 impl std::ops::BitOrAssign for ValueFormat { implementation 450 impl std::ops::BitXor for ValueFormat { implementation 462 impl std::ops::BitXorAssign for ValueFormat { implementation 470 impl std::ops::BitAnd for ValueFormat { implementation 482 impl std::ops::BitAndAssign for ValueFormat { implementation 490 impl std::ops::Sub for ValueFormat { implementation [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/ |
D | generated_test_flags.rs | 12 pub struct ValueFormat { struct 16 impl ValueFormat { impl 24 impl ValueFormat { implementation 161 impl std::ops::BitOr for ValueFormat { implementation 173 impl std::ops::BitOrAssign for ValueFormat { implementation 181 impl std::ops::BitXor for ValueFormat { implementation 193 impl std::ops::BitXorAssign for ValueFormat { implementation 201 impl std::ops::BitAnd for ValueFormat { implementation 213 impl std::ops::BitAndAssign for ValueFormat { implementation 221 impl std::ops::Sub for ValueFormat { implementation [all …]
|
D | generated_gpos.rs | 252 pub struct ValueFormat { struct 256 impl ValueFormat { argument 286 impl ValueFormat { impl 430 impl std::ops::BitOr for ValueFormat { implementation 442 impl std::ops::BitOrAssign for ValueFormat { implementation 450 impl std::ops::BitXor for ValueFormat { implementation 462 impl std::ops::BitXorAssign for ValueFormat { implementation 470 impl std::ops::BitAnd for ValueFormat { implementation 482 impl std::ops::BitAndAssign for ValueFormat { implementation 490 impl std::ops::Sub for ValueFormat { implementation [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/ |
D | value_record.rs | 13 impl ValueFormat { impl
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/ |
D | value_record.rs | 13 impl ValueFormat { implementation
|
/external/freetype/src/otvalid/ |
D | otvgpos.c | 368 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/ |
D | otConverters.py | 809 class ValueFormat(IntValue): class
|