Searched refs:ValueFormat (Results 1 – 9 of 9) sorted by relevance
/external/freetype/src/otvalid/ |
D | otvgpos.c | 368 FT_UInt Coverage, ValueFormat; in otv_SinglePos_validate() local 373 ValueFormat = FT_NEXT_USHORT( p ); in otv_SinglePos_validate() 376 otv_ValueRecord_validate( p, ValueFormat, otvalid ); /* Value */ in otv_SinglePos_validate() 382 FT_UInt Coverage, ValueFormat, ValueCount, len_value; in otv_SinglePos_validate() local 387 ValueFormat = FT_NEXT_USHORT( p ); in otv_SinglePos_validate() 392 len_value = otv_value_length( ValueFormat ); in otv_SinglePos_validate() 403 otv_ValueRecord_validate( p, ValueFormat, otvalid ); in otv_SinglePos_validate()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 58 struct ValueFormat : HBUINT16 struct 242 ValueFormat valFormat); 542 ValueFormat valFormat) in serialize() 589 ValueFormat valueFormat; /* Defines the types of data in the 629 ValueFormat valFormat) in serialize() 685 ValueFormat valueFormat; /* Defines the types of data in the 715 ValueFormat valFormat) in serialize() 756 ValueFormat valFormat) in SinglePos_serialize() 791 const ValueFormat *valueFormats) const in intersects() 809 const ValueFormat *valueFormats) const in collect_glyphs() [all …]
|
/external/fonttools/Lib/fontTools/varLib/ |
D | merger.py | 171 ret.ValueFormat = self.ValueFormat 250 self.ValueFormat = valueFormat = reduce(int.__or__, [l.ValueFormat for l in lst], 0) 259 self.ValueFormat = self.Value.getFormat() 292 self.ValueFormat = reduce(int.__or__, [v.getFormat() for v in self.Value], 0) 755 new.ValueFormat = min_inclusive_rec_format 810 valueFormatList = [t.ValueFormat for st in subtables for t in st]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otConverters.py | 39 converterClass = ValueFormat 633 class ValueFormat(IntValue): class 647 class ValueRecord(ValueFormat):
|
/external/fonttools/Lib/fontTools/otlLib/ |
D | builder.py | 2316 valueFormat = self.ValueFormat = reduce(int.__or__, [v.getFormat() for v in values.values()], 0) 2320 if self.ValueFormat != 0:
|
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 548 self.ValueFormat &= ~0x00F0 552 self.Value = self.Value[0] if self.ValueFormat != 0 else None
|
/external/fonttools/ |
D | NEWS.rst | 1050 We drop hinting in the subsetter by simply changing ValueFormat, without 1326 - [varLib] Recalculate ValueFormat when merging SinglePos (#996).
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 10470 <!-- OT::ValueFormat OT::PairPosFormat1::valueFormat1 --> 10474 <!-- OT::ValueFormat OT::PairPosFormat1::valueFormat2 --> 10499 <!-- OT::ValueFormat OT::PairPosFormat2::valueFormat1 --> 10503 <!-- OT::ValueFormat OT::PairPosFormat2::valueFormat2 --> 10543 <!-- OT::ValueFormat* OT::PairSet::sanitize_closure_t::valueFormats --> 10734 <!-- OT::ValueFormat OT::SinglePosFormat1::valueFormat --> 10759 <!-- OT::ValueFormat OT::SinglePosFormat2::valueFormat --> 11234 <!-- OT::ValueFormat* --> 11582 <!-- struct OT::ValueFormat --> 11583 …<class-decl name='ValueFormat' size-in-bits='16' is-struct='yes' visibility='default' filepath='/t… [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 7656 …<class-decl name='ValueFormat' size-in-bits='16' is-struct='yes' visibility='default' filepath='/t… 15741 …<class-decl name='ValueFormat' size-in-bits='16' is-struct='yes' visibility='default' filepath='/t…
|