Searched refs:ValueFormat (Results 1 – 10 of 10) sorted by relevance
/external/icu4c/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 | 40 ValueFormat valueFormat1; 41 ValueFormat valueFormat2;
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 49 struct ValueFormat : USHORT struct 462 ValueFormat valueFormat; /* Defines the types of data in the 510 ValueFormat valueFormat; /* Defines the types of data in the 570 const ValueFormat *valueFormats) const in collect_glyphs() 587 const ValueFormat *valueFormats, in apply() 619 ValueFormat *valueFormats; 693 ValueFormat valueFormat1; /* Defines the types of data in 696 ValueFormat valueFormat2; /* Defines the types of data in 785 ValueFormat valueFormat1; /* ValueRecord definition--for the 788 ValueFormat valueFormat2; /* ValueRecord definition--for the
|
/external/harfbuzz/src/ |
D | harfbuzz-dump.c | 549 DUMP_FUINT (SinglePos, ValueFormat); in Dump_GPOS_Lookup_Single() 553 DUMP_VALUE_RECORD (&SinglePos->spf.spf1.Value, SinglePos->ValueFormat); in Dump_GPOS_Lookup_Single() 561 DUMP_VALUE_RECORD (&SinglePos->spf.spf2.Value[i], SinglePos->ValueFormat); in Dump_GPOS_Lookup_Single()
|
D | harfbuzz-gpos-private.h | 194 HB_UShort ValueFormat; /* format of ValueRecord table */ member
|
D | harfbuzz-gpos.c | 913 format = sp->ValueFormat = GET_UShort(); in Load_SinglePos() 984 format = sp->ValueFormat; in Free_SinglePos() 1039 sp->ValueFormat, POSITION( buffer->in_pos ) ); in Lookup_SinglePos() 1048 sp->ValueFormat, POSITION( buffer->in_pos ) ); in Lookup_SinglePos()
|
/external/harfbuzz_ng/src/hb-old/ |
D | harfbuzz-gpos-private.h | 194 HB_UShort ValueFormat; /* format of ValueRecord table */ member
|
D | harfbuzz-gpos.c | 913 format = sp->ValueFormat = GET_UShort(); in Load_SinglePos() 984 format = sp->ValueFormat; in Free_SinglePos() 1039 sp->ValueFormat, POSITION( buffer->in_pos ) ); in Lookup_SinglePos() 1048 sp->ValueFormat, POSITION( buffer->in_pos ) ); in Lookup_SinglePos()
|