Home
last modified time | relevance | path

Searched refs:len_base (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/otvalid/
Dotvmod.c83 FT_ULong len_base, len_gdef, len_gpos, len_gsub, len_jstf; in otv_validate() local
90 len_base = len_gdef = len_gpos = len_gsub = len_jstf = len_math = 0; in otv_validate()
108 error = otv_load_table( face, TTAG_BASE, &base, &len_base ); in otv_validate()
152 ft_validator_init( &valid, base, base + len_base, FT_VALIDATE_DEFAULT ); in otv_validate()