Searched refs:ValueFormat (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/layout/ |
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 &g… 36 static le_int16 getSize(ValueFormat valueFormat); 39 static le_int16 getFieldCount(ValueFormat valueFormat); 40 static le_int16 getFieldIndex(ValueFormat valueFormat, ValueRecordField field);
|
D | ValueRecords.cpp | 20 le_int16 ValueRecord::getFieldValue(ValueFormat valueFormat, ValueRecordField field) const in getFieldValue() 28 le_int16 ValueRecord::getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field… in getFieldValue() 37 void ValueRecord::adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIte… in adjustPosition() 141 void ValueRecord::adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIt… in adjustPosition() 245 le_int16 ValueRecord::getSize(ValueFormat valueFormat) in getSize() 250 le_int16 ValueRecord::getFieldCount(ValueFormat valueFormat) in getFieldCount() 278 le_int16 ValueRecord::getFieldIndex(ValueFormat valueFormat, ValueRecordField field) in getFieldIndex()
|
D | SinglePositioningSubtables.h | 31 ValueFormat valueFormat; 39 ValueFormat valueFormat;
|
D | PairPositioningSubtables.h | 41 ValueFormat valueFormat1; 42 ValueFormat valueFormat2;
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 58 struct ValueFormat : USHORT struct 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 in collect_glyphs() 615 const ValueFormat *valueFormats, in apply() 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 valueFormat2; /* ValueRecord definition--for the
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otConverters.py | 18 converterClass = ValueFormat 286 class ValueFormat(IntValue): class 299 class ValueRecord(ValueFormat):
|
/external/fonttools/Lib/fontTools/ |
D | subset.py | 209 self.ValueFormat &= ~0x00F0
|