OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxContextLength
(Results
1 - 5
of
5
) sorted by null
/external/harfbuzz/src/
harfbuzz-gsub-private.h
229
/* The `
MaxContextLength
' field is not defined in the TTO specification
240
HB_UShort
MaxContextLength
;
harfbuzz-gpos-private.h
491
/* The `
MaxContextLength
' field is not defined in the TTO specification
497
HB_UShort
MaxContextLength
;
harfbuzz-gsub.c
1396
if ( scr->GlyphCount > csf2->
MaxContextLength
)
1397
csf2->
MaxContextLength
= scr->GlyphCount;
1582
csf2->
MaxContextLength
= 0;
[
all
...]
harfbuzz-dump.c
356
DUMP_FUINT (ContextSubstFormat2,
MaxContextLength
);
harfbuzz-gpos.c
[
all
...]
Completed in 48 milliseconds