Searched refs:otv_load_table (Results 1 – 2 of 2) sorted by relevance
/external/freetype/src/otvalid/ |
D | otvmod.c | 42 otv_load_table( FT_Face face, in otv_load_table() function 108 error = otv_load_table( face, TTAG_BASE, &base, &len_base ); in otv_validate() 115 error = otv_load_table( face, TTAG_GDEF, &gdef, &len_gdef ); in otv_validate() 122 error = otv_load_table( face, TTAG_GPOS, &gpos, &len_gpos ); in otv_validate() 129 error = otv_load_table( face, TTAG_GSUB, &gsub, &len_gsub ); in otv_validate() 136 error = otv_load_table( face, TTAG_JSTF, &jstf, &len_jstf ); in otv_validate() 143 error = otv_load_table( face, TTAG_MATH, &math, &len_math ); in otv_validate()
|
/external/freetype/ |
D | ChangeLog.23 | 7454 * src/otvalid/otvmod.c (otv_load_table): Make function argument
|