Searched refs:len_jstf (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() 136 error = otv_load_table( face, TTAG_JSTF, &jstf, &len_jstf ); in otv_validate() 192 ft_validator_init( &valid, jstf, jstf + len_jstf, 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() 135 error = otv_load_table( face, TTAG_JSTF, &jstf, &len_jstf ); in otv_validate() 191 ft_validator_init( &valid, jstf, jstf + len_jstf, 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() 135 error = otv_load_table( face, TTAG_JSTF, &jstf, &len_jstf ); in otv_validate() 191 ft_validator_init( &valid, jstf, jstf + len_jstf, FT_VALIDATE_DEFAULT ); in otv_validate()
|