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

/openjdk7/jdk/src/share/native/sun/font/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 char *base, GlyphIterator &glyphIterator,
58 void adjustPosition(le_int16 index, ValueFormat valueFormat, const char *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 char *base, GlyphIterator &glyphIterator,
166 void ValueRecord::adjustPosition(le_int16 index, ValueFormat valueFormat, const char *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)

Completed in 23 milliseconds