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 515 ValueFormat valueFormat; /* Defines the types of data in the 574 ValueFormat valueFormat; /* Defines the types of data in the 625 const ValueFormat *valueFormats) const in intersects() 643 const ValueFormat *valueFormats) const in collect_glyphs() 655 const ValueFormat *valueFormats, in apply() 699 const ValueFormat *valueFormats; 800 ValueFormat valueFormat[2]; /* [0] Defines the types of data in 894 ValueFormat valueFormat1; /* ValueRecord definition--for the 897 ValueFormat valueFormat2; /* ValueRecord definition--for the
|
/external/fonttools/Lib/fontTools/varLib/ |
D | merger.py | 143 ret.ValueFormat = self.ValueFormat 221 self.ValueFormat = valueFormat = reduce(int.__or__, [l.ValueFormat for l in lst], 0) 229 self.ValueFormat = self.Value.getFormat() 262 self.ValueFormat = reduce(int.__or__, [v.getFormat() for v in self.Value], 0)
|
/external/fonttools/Lib/fontTools/otlLib/ |
D | builder.py | 452 self.ValueFormat = 0 454 self.ValueFormat |= v.getFormat() 457 if self.ValueFormat != 0:
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otConverters.py | 32 converterClass = ValueFormat 562 class ValueFormat(IntValue): class 576 class ValueRecord(ValueFormat):
|
/external/fonttools/ |
D | NEWS.rst | 373 We drop hinting in the subsetter by simply changing ValueFormat, without 649 - [varLib] Recalculate ValueFormat when merging SinglePos (#996).
|
D | PKG-INFO | 790 We drop hinting in the subsetter by simply changing ValueFormat, without 1066 - [varLib] Recalculate ValueFormat when merging SinglePos (#996).
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 790 We drop hinting in the subsetter by simply changing ValueFormat, without 1066 - [varLib] Recalculate ValueFormat when merging SinglePos (#996).
|
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 542 self.ValueFormat &= ~0x00F0
|