OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PairValueRecord
(Results
1 - 9
of
9
) sorted by null
/external/icu4c/layout/
PairPositioningSubtables.h
25
struct
PairValueRecord
35
PairValueRecord
pairValueRecordArray[ANY_NUMBER];
54
const
PairValueRecord
*findPairValueRecord(TTGlyphID glyphID, const
PairValueRecord
*records,
PairPositioningSubtables.cpp
57
le_int16 recordSize = sizeof(
PairValueRecord
) - sizeof(ValueRecord) + valueRecord1Size + valueRecord2Size;
59
const
PairValueRecord
*
pairValueRecord
= NULL;
62
pairValueRecord
= findPairValueRecord((TTGlyphID) LE_GET_GLYPH(secondGlyph), pairSetTable->pairValueRecordArray, pairValueCount, recordSize);
65
if (
pairValueRecord
== NULL) {
70
pairValueRecord
->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fontInstance);
74
const ValueRecord *valueRecord2 = (const ValueRecord *) ((char *) &
pairValueRecord
->valueRecord1 + valueRecord1Size);
127
const
PairValueRecord
*PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, const
PairValueRecord
*records, le_uint16 recordCount, le_uint16 recordSize) const
133
const
PairValueRecord
*record = records
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh
554
struct
PairValueRecord
580
const
PairValueRecord
*record = CastP<
PairValueRecord
> (array);
585
record = &StructAtOffset<
PairValueRecord
> (record, record_size);
599
const
PairValueRecord
*record = CastP<
PairValueRecord
> (array);
615
record = &StructAtOffset<
PairValueRecord
> (record, record_size);
634
PairValueRecord
*record = CastP<
PairValueRecord
> (array);
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
551
struct
PairValueRecord
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);
[
all
...]
/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)
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");
harfbuzz-gpos-private.h
221
/* number of
PairValueRecord
tables */
222
HB_PairValueRecord*
PairValueRecord
;
223
/* array of
PairValueRecord
tables */
harfbuzz-gpos.c
1089
ps->
PairValueRecord
= NULL;
1091
if ( ALLOC_ARRAY( ps->
PairValueRecord
, count, HB_PairValueRecord ) )
1094
pvr = ps->
PairValueRecord
;
1150
if ( ps->
PairValueRecord
)
1153
pvr = ps->
PairValueRecord
;
1510
pvr = ppf1->PairSet[index].
PairValueRecord
;
[
all
...]
/external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos-private.h
221
/* number of
PairValueRecord
tables */
222
HB_PairValueRecord*
PairValueRecord
;
223
/* array of
PairValueRecord
tables */
harfbuzz-gpos.c
1089
ps->
PairValueRecord
= NULL;
1091
if ( ALLOC_ARRAY( ps->
PairValueRecord
, count, HB_PairValueRecord ) )
1094
pvr = ps->
PairValueRecord
;
1150
if ( ps->
PairValueRecord
)
1153
pvr = ps->
PairValueRecord
;
1510
pvr = ppf1->PairSet[index].
PairValueRecord
;
[
all
...]
Completed in 1968 milliseconds