Searched defs:ValueFormat (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/ |
H A 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 …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/ |
H A D | generated_test_flags.rs | 11 pub struct ValueFormat { struct 15 impl ValueFormat { argument 23 impl ValueFormat { implementation 160 impl std::ops::BitOr for ValueFormat { implementation 172 impl std::ops::BitOrAssign for ValueFormat { implementation 180 impl std::ops::BitXor for ValueFormat { implementation 192 impl std::ops::BitXorAssign for ValueFormat { implementation 200 impl std::ops::BitAnd for ValueFormat { implementation 212 impl std::ops::BitAndAssign for ValueFormat { implementation 220 impl std::ops::Sub for ValueFormat { implementation [all …]
|
H A D | generated_gpos.rs | 251 pub struct ValueFormat { struct 255 impl ValueFormat { impl 285 impl ValueFormat { impl 429 impl std::ops::BitOr for ValueFormat { implementation 441 impl std::ops::BitOrAssign for ValueFormat { implementation 449 impl std::ops::BitXor for ValueFormat { implementation 461 impl std::ops::BitXorAssign for ValueFormat { implementation 469 impl std::ops::BitAnd for ValueFormat { implementation 481 impl std::ops::BitAndAssign for ValueFormat { implementation 489 impl std::ops::Sub for ValueFormat { implementation [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/ |
H A D | value_record.rs | 13 impl ValueFormat { implementation
|
/aosp_15_r20/external/freetype/src/otvalid/ |
H A 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
|
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/ |
H A D | otConverters.py | 809 class ValueFormat(IntValue): class
|