OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:len_gpos
(Results
1 - 1
of
1
) sorted by null
/external/freetype/src/otvalid/
otvmod.c
83
FT_ULong len_base, len_gdef,
len_gpos
, len_gsub, len_jstf;
local
90
len_base = len_gdef =
len_gpos
= len_gsub = len_jstf = len_math = 0;
122
error = otv_load_table( face, TTAG_GPOS, &gpos, &
len_gpos
);
162
ft_validator_init( &valid, gpos, gpos +
len_gpos
, FT_VALIDATE_DEFAULT );
Completed in 129 milliseconds