OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubstFormat
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz/src/
harfbuzz-gsub-private.h
71
HB_Byte
SubstFormat
; /* 1 or 2 */
94
HB_UShort
SubstFormat
; /* always 1 */
117
HB_UShort
SubstFormat
; /* always 1 */
151
HB_UShort
SubstFormat
; /* always 1 */
268
HB_Byte
SubstFormat
; /* 1, 2, or 3 */
417
HB_Byte
SubstFormat
; /* 1, 2, or 3 */
428
HB_UShort
SubstFormat
; /* always 1 */
445
HB_UShort
SubstFormat
; /* always 1 */
harfbuzz-dump.c
290
DUMP_FUINT (SingleSubst,
SubstFormat
);
293
if (SingleSubst->
SubstFormat
== 1)
336
DUMP_FUINT (LigatureSubst,
SubstFormat
);
374
DUMP_FUINT (ContextSubst,
SubstFormat
);
375
switch( ContextSubst->
SubstFormat
)
440
DUMP_FUINT (chain,
SubstFormat
);
441
switch (chain->
SubstFormat
)
harfbuzz-gsub.c
180
ss->
SubstFormat
= GET_UShort();
191
switch ( ss->
SubstFormat
)
247
switch ( ss->
SubstFormat
)
288
switch ( ss->
SubstFormat
)
391
ms->
SubstFormat
= GET_UShort(); /* should be 1 */
589
as->
SubstFormat
= GET_UShort(); /* should be 1 */
866
ls->
SubstFormat
= GET_UShort(); /* should be 1 */
[
all
...]
Completed in 59 milliseconds