OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PosFormat
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz/src/
harfbuzz-gpos-private.h
134
HB_Byte
PosFormat
; /* 1, 2, 3, or 4 -- 0 indicates
191
HB_Byte
PosFormat
; /* 1 or 2 */
271
HB_Byte
PosFormat
; /* 1 or 2 */
301
HB_UShort
PosFormat
; /* always 1 */
334
HB_UShort
PosFormat
; /* always 1 */
379
HB_UShort
PosFormat
; /* always 1 */
413
HB_UShort
PosFormat
; /* always 1 */
523
HB_Byte
PosFormat
; /* 1, 2, or 3 */
672
HB_Byte
PosFormat
; /* 1, 2, or 3 */
689
HB_UShort
PosFormat
; /* always 1 *
[
all
...]
harfbuzz-dump.c
158
DUMP1("<Anchor>%d</Anchor>\n", MarkRecord->MarkAnchor.
PosFormat
);
546
DUMP_FUINT (SinglePos,
PosFormat
);
551
if (SinglePos->
PosFormat
== 1)
592
DUMP_FUINT (PairPos,
PosFormat
);
598
if (PairPos->
PosFormat
== 1)
621
DUMP_FUINT (markbase,
PosFormat
);
637
DUMP1 (" <Anchor>%d</Anchor>\n", r->BaseAnchor->
PosFormat
);
harfbuzz-gpos.c
588
an->
PosFormat
= GET_UShort();
592
switch ( an->
PosFormat
)
706
if ( an->
PosFormat
== 3 && an->af.af3.DeviceTables )
739
switch ( an->
PosFormat
)
910
sp->
PosFormat
= GET_UShort();
926
switch ( sp->
PosFormat
)
986
switch ( sp->
PosFormat
)
1035
switch ( sp->
PosFormat
)
1426
pp->
PosFormat
= GET_UShort();
1440
switch ( pp->
PosFormat
)
[
all
...]
Completed in 36 milliseconds