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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DValueRecords.h47 typedef le_uint16 ValueFormat; typedef
54 le_int16 getFieldValue(ValueFormat valueFormat, ValueRecordField field) const;
55 le_int16 getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field) const;
56 void adjustPosition(ValueFormat valueFormat, const LETableReference &base, GlyphIterator &glyphIterator,
58 void adjustPosition(le_int16 index, ValueFormat valueFormat, const LETableReference &base, GlyphIterator &glyphIterator,
61 static le_int16 getSize(ValueFormat valueFormat);
64 static le_int16 getFieldCount(ValueFormat valueFormat);
65 static le_int16 getFieldIndex(ValueFormat valueFormat, ValueRecordField field);
H A DSinglePositioningSubtables.h56 ValueFormat valueFormat;
64 ValueFormat valueFormat;
H A DPairPositioningSubtables.h66 ValueFormat valueFormat1;
67 ValueFormat valueFormat2;
H A DValueRecords.cpp45 le_int16 ValueRecord::getFieldValue(ValueFormat valueFormat, ValueRecordField field) const
53 le_int16 ValueRecord::getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field) const
62 void ValueRecord::adjustPosition(ValueFormat valueFormat, const LETableReference& base, GlyphIterator &glyphIterator,
166 void ValueRecord::adjustPosition(le_int16 index, ValueFormat valueFormat, const LETableReference& base, GlyphIterator &glyphIterator,
270 le_int16 ValueRecord::getSize(ValueFormat valueFormat)
275 le_int16 ValueRecord::getFieldCount(ValueFormat valueFormat)
303 le_int16 ValueRecord::getFieldIndex(ValueFormat valueFormat, ValueRecordField field)
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-layout-gpos-table.hh58 struct ValueFormat : USHORT struct in namespace:OT
498 ValueFormat valueFormat; /* Defines the types of data in the
550 ValueFormat valueFormat; /* Defines the types of data in the
601 const ValueFormat *valueFormats) const
618 const ValueFormat *valueFormats,
660 const ValueFormat *valueFormats;
738 ValueFormat valueFormat[2]; /* [0] Defines the types of data in
827 ValueFormat valueFormat1; /* ValueRecord definition--for the
830 ValueFormat valueFormat2; /* ValueRecord definition--for the

Completed in 129 milliseconds