Searched defs:PairValueRecord (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/layout/
H A DPairPositioningSubtables.h25 struct PairValueRecord struct
35 PairValueRecord pairValueRecordArray[ANY_NUMBER];
54 const PairValueRecord *findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records,
/external/harfbuzz/src/
H A Dharfbuzz-dump.c566 Dump_PairValueRecord (HB_PairValueRecord *PairValueRecord, FILE *stream, int indent, HB_Type hb_type, HB_UShort ValueFormat1, HB_UShort ValueFormat2) argument
568 DUMP_FUINT (PairValueRecord, SecondGlyph);
569 DUMP_VALUE_RECORD (&PairValueRecord->Value1, ValueFormat1);
570 DUMP_VALUE_RECORD (&PairValueRecord->Value2, ValueFormat2);
581 DUMP ("<PairValueRecord>\n");
582 Dump_PairValueRecord (&PairSet->PairValueRecord[i], stream, indent + 1, hb_type, ValueFormat1, ValueFormat2);
583 DUMP ("</PairValueRecord>\n");
H A Dharfbuzz-gpos-private.h221 /* number of PairValueRecord tables */
222 HB_PairValueRecord* PairValueRecord; member in struct:HB_PairSet_
223 /* array of PairValueRecord tables */
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos-private.h221 /* number of PairValueRecord tables */
222 HB_PairValueRecord* PairValueRecord; member in struct:HB_PairSet_
223 /* array of PairValueRecord tables */
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh551 struct PairValueRecord struct in namespace:OT
577 const PairValueRecord *record = CastP<PairValueRecord> (array);
582 record = &StructAtOffset<PairValueRecord> (record, record_size);
595 const PairValueRecord *record = CastP<PairValueRecord> (array);
611 record = &StructAtOffset<PairValueRecord> (record, record_size);
630 PairValueRecord *record = CastP<PairValueRecord> (array);

Completed in 140 milliseconds