Home | History | Annotate | Download | only in autofit

Lines Matching refs:globals

54     AF_FaceGlobals  globals;
60 globals = (AF_FaceGlobals)face->autohint.data;
61 if ( !globals )
65 error = af_face_globals_new( face, &globals, module );
69 (FT_Pointer)globals;
76 *aglobals = globals;
135 AF_FaceGlobals globals;
138 error = af_property_get_face_globals( prop->face, &globals, module );
140 globals->increase_x_height = prop->limit;
165 AF_FaceGlobals globals;
168 error = af_property_get_face_globals( prop->face, &globals, module );
170 prop->map = globals->glyph_styles;
197 AF_FaceGlobals globals;
200 error = af_property_get_face_globals( prop->face, &globals, module );
202 prop->limit = globals->increase_x_height;