HomeSort by relevance Sort by last modified time
    Searched refs:ValueFormat2 (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz/src/
harfbuzz-dump.c 566 Dump_PairValueRecord (HB_PairValueRecord *PairValueRecord, FILE *stream, int indent, HB_Type hb_type, HB_UShort ValueFormat1, HB_UShort ValueFormat2)
570 DUMP_VALUE_RECORD (&PairValueRecord->Value2, ValueFormat2);
574 Dump_PairSet (HB_PairSet *PairSet, FILE *stream, int indent, HB_Type hb_type, HB_UShort ValueFormat1, HB_UShort ValueFormat2)
582 Dump_PairValueRecord (&PairSet->PairValueRecord[i], stream, indent + 1, hb_type, ValueFormat1, ValueFormat2);
596 DUMP_FUINT (PairPos, ValueFormat2);
606 Dump_PairSet (&PairPos->ppf.ppf1.PairSet[i], stream, indent + 1, hb_type, PairPos->ValueFormat1, PairPos->ValueFormat2);
harfbuzz-gpos-private.h 275 HB_UShort ValueFormat2; /* format of ValueRecord table
harfbuzz-gpos.c 1430 format2 = pp->ValueFormat2 = GET_UShort();
1473 format2 = pp->ValueFormat2;
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos-private.h 275 HB_UShort ValueFormat2; /* format of ValueRecord table
harfbuzz-gpos.c 1430 format2 = pp->ValueFormat2 = GET_UShort();
1473 format2 = pp->ValueFormat2;
    [all...]

Completed in 36 milliseconds