Searched refs:ValueFormat (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/layout/
H A DValueRecords.h22 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 DSinglePositioningSubtables.h31 ValueFormat valueFormat;
39 ValueFormat valueFormat;
H A DPairPositioningSubtables.h41 ValueFormat valueFormat1;
42 ValueFormat valueFormat2;
H A DValueRecords.cpp20 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/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh49 struct ValueFormat : USHORT struct in namespace:OT
470 ValueFormat valueFormat; /* Defines the types of data in the
519 ValueFormat valueFormat; /* Defines the types of data in the
579 const ValueFormat *valueFormats) const
596 const ValueFormat *valueFormats,
629 ValueFormat *valueFormats;
704 ValueFormat valueFormat1; /* Defines the types of data in
707 ValueFormat valueFormat2; /* Defines the types of data in
795 ValueFormat valueFormat1; /* ValueRecord definition--for the
798 ValueFormat valueFormat
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh49 struct ValueFormat : USHORT struct in namespace:OT
470 ValueFormat valueFormat; /* Defines the types of data in the
519 ValueFormat valueFormat; /* Defines the types of data in the
579 const ValueFormat *valueFormats) const
596 const ValueFormat *valueFormats,
629 ValueFormat *valueFormats;
704 ValueFormat valueFormat1; /* Defines the types of data in
707 ValueFormat valueFormat2; /* Defines the types of data in
795 ValueFormat valueFormat1; /* ValueRecord definition--for the
798 ValueFormat valueFormat
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py16 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 DotConverters.py16 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 Dsubset.py209 self.ValueFormat &= ~0x00F0
/external/fonttools/Tools/fontTools/
H A Dsubset.py209 self.ValueFormat &= ~0x00F0

Completed in 267 milliseconds