HomeSort by: relevance | last modified time | path
    Searched defs:otv_load_table (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/otvalid/
otvmod.c 41 otv_load_table( FT_Face face, function
107 error = otv_load_table( face, TTAG_BASE, &base, &len_base );
114 error = otv_load_table( face, TTAG_GDEF, &gdef, &len_gdef );
121 error = otv_load_table( face, TTAG_GPOS, &gpos, &len_gpos );
128 error = otv_load_table( face, TTAG_GSUB, &gsub, &len_gsub );
135 error = otv_load_table( face, TTAG_JSTF, &jstf, &len_jstf );
142 error = otv_load_table( face, TTAG_MATH, &math, &len_math );

Completed in 53 milliseconds