Searched refs:len_base (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/freetype/src/otvalid/ |
D | otvmod.c | 83 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()
|
/third_party/freetype/src/otvalid/ |
D | otvmod.c | 82 FT_ULong len_base, len_gdef, len_gpos, len_gsub, len_jstf; in otv_validate() local 89 len_base = len_gdef = len_gpos = len_gsub = len_jstf = len_math = 0; in otv_validate() 107 error = otv_load_table( face, TTAG_BASE, &base, &len_base ); in otv_validate() 151 ft_validator_init( &valid, base, base + len_base, FT_VALIDATE_DEFAULT ); in otv_validate()
|
/third_party/skia/third_party/externals/freetype/src/otvalid/ |
D | otvmod.c | 82 FT_ULong len_base, len_gdef, len_gpos, len_gsub, len_jstf; in otv_validate() local 89 len_base = len_gdef = len_gpos = len_gsub = len_jstf = len_math = 0; in otv_validate() 107 error = otv_load_table( face, TTAG_BASE, &base, &len_base ); in otv_validate() 151 ft_validator_init( &valid, base, base + len_base, FT_VALIDATE_DEFAULT ); in otv_validate()
|