OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PairSet
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz/src/
harfbuzz-dump.c
574
Dump_PairSet (HB_PairSet *
PairSet
, FILE *stream, int indent, HB_Type hb_type, HB_UShort ValueFormat1, HB_UShort ValueFormat2)
577
DUMP_FUINT (
PairSet
, PairValueCount);
579
for (i = 0; i <
PairSet
->PairValueCount; i++)
582
Dump_PairValueRecord (&
PairSet
->PairValueRecord[i], stream, indent + 1, hb_type, ValueFormat1, ValueFormat2);
605
DUMP ("<
PairSet
>\n");
606
Dump_PairSet (&PairPos->ppf.ppf1.
PairSet
[i], stream, indent + 1, hb_type, PairPos->ValueFormat1, PairPos->ValueFormat2);
607
DUMP ("</
PairSet
>\n");
harfbuzz-gpos-private.h
231
HB_UShort PairSetCount; /* number of
PairSet
tables */
232
HB_PairSet*
PairSet
; /* array of
PairSet
tables */
harfbuzz-gpos.c
1065
/*
PairSet
*/
1192
ppf1->
PairSet
= NULL;
1194
if ( ALLOC_ARRAY( ppf1->
PairSet
, count, HB_PairSet ) )
1197
ps = ppf1->
PairSet
;
1236
if ( ppf1->
PairSet
)
1239
ps = ppf1->
PairSet
;
1510
pvr = ppf1->
PairSet
[index].PairValueRecord;
1516
for ( numpvr = ppf1->
PairSet
[index].PairValueCount;
[
all
...]
Completed in 67 milliseconds