Searched refs:ValueFormat (Results 1 - 9 of 9) sorted by relevance
/external/icu/icu4c/source/layout/ |
H A D | ValueRecords.h | 22 typedef le_uint16 ValueFormat; typedef 29 le_int16 getFieldValue(ValueFormat valueFormat, ValueRecordField field) const; 30 le_int16 getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field) const; 31 void adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, 33 void adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, 36 static le_int16 getSize(ValueFormat valueFormat); 39 static le_int16 getFieldCount(ValueFormat valueFormat); 40 static le_int16 getFieldIndex(ValueFormat valueFormat, ValueRecordField field);
|
H A D | SinglePositioningSubtables.h | 31 ValueFormat valueFormat; 39 ValueFormat valueFormat;
|
H A D | PairPositioningSubtables.h | 41 ValueFormat valueFormat1; 42 ValueFormat valueFormat2;
|
H A D | ValueRecords.cpp | 20 le_int16 ValueRecord::getFieldValue(ValueFormat valueFormat, ValueRecordField field) const 28 le_int16 ValueRecord::getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field) const 37 void ValueRecord::adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, 141 void ValueRecord::adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, 245 le_int16 ValueRecord::getSize(ValueFormat valueFormat) 250 le_int16 ValueRecord::getFieldCount(ValueFormat valueFormat) 278 le_int16 ValueRecord::getFieldIndex(ValueFormat valueFormat, ValueRecordField field)
|
/external/harfbuzz_ng/src/ |
H A D | hb-ot-layout-gpos-table.hh | 58 struct ValueFormat : USHORT struct in namespace:OT 495 ValueFormat valueFormat; /* Defines the types of data in the 547 ValueFormat valueFormat; /* Defines the types of data in the 598 const ValueFormat *valueFormats) const 615 const ValueFormat *valueFormats, 659 const ValueFormat *valueFormats; 737 ValueFormat valueFormat1; /* Defines the types of data in 740 ValueFormat valueFormat2; /* Defines the types of data in 828 ValueFormat valueFormat1; /* ValueRecord definition--for the 831 ValueFormat valueFormat [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
H A D | otConverters.py | 16 if name.startswith("ValueFormat"): 18 converterClass = ValueFormat 286 class ValueFormat(IntValue): class in inherits:IntValue 289 self.which = "ValueFormat" + ("2" if name[-1] == "2" else "1") 299 class ValueRecord(ValueFormat):
|
/external/fonttools/Tools/fontTools/ttLib/tables/ |
H A D | otConverters.py | 16 if name.startswith("ValueFormat"): 18 converterClass = ValueFormat 286 class ValueFormat(IntValue): class in inherits:IntValue 289 self.which = "ValueFormat" + ("2" if name[-1] == "2" else "1") 299 class ValueRecord(ValueFormat):
|
/external/fonttools/Lib/fontTools/ |
H A D | subset.py | 209 self.ValueFormat &= ~0x00F0
|
/external/fonttools/Tools/fontTools/ |
H A D | subset.py | 209 self.ValueFormat &= ~0x00F0
|
Completed in 61 milliseconds