HomeSort by relevance Sort by last modified time
    Searched refs:AF_FaceGlobals (Results 1 - 4 of 4) sorted by null

  /external/freetype/src/autofit/
afglobal.h 43 typedef struct AF_FaceGlobalsRec_* AF_FaceGlobals;
48 AF_FaceGlobals *aglobals );
51 af_face_globals_get_metrics( AF_FaceGlobals globals,
57 af_face_globals_free( AF_FaceGlobals globals );
60 af_face_globals_is_digit( AF_FaceGlobals globals,
afloader.h 31 AF_FaceGlobals globals; /* current face globals */
afglobal.c 79 af_face_globals_compute_script_coverage( AF_FaceGlobals globals )
181 AF_FaceGlobals *aglobals )
185 AF_FaceGlobals globals = NULL;
211 af_face_globals_free( AF_FaceGlobals globals )
245 af_face_globals_get_metrics( AF_FaceGlobals globals,
309 af_face_globals_is_digit( AF_FaceGlobals globals,
afloader.c 51 loader->globals = (AF_FaceGlobals)face->autohint.data;

Completed in 21 milliseconds