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

  /external/freetype/src/type42/
t42types.h 40 const void* afm_data;
t42objs.c 447 if ( face->afm_data )
448 T1_Done_AFM( memory, (T1_AFM*)face->afm_data );
  /external/freetype/include/freetype/internal/
t1types.h 206 const void* afm_data; member in struct:T1_FaceRec_
238 void* afm_data;
245 /* since version 2.1.8, but was originally positioned after `afm_data' */
  /external/freetype/src/type1/
t1afm.c 248 if ( face->afm_data )
252 T1_Done_Metrics( memory, (AFM_FontInfo)face->afm_data );
254 face->afm_data = NULL;
313 face->afm_data = fi;
376 AFM_FontInfo fi = (AFM_FontInfo)( (T1_Face)face )->afm_data;
t1objs.c 261 if ( face->afm_data )
262 T1_Done_Metrics( memory, (AFM_FontInfo)face->afm_data );
t1driver.c 712 if ( face->afm_data )
713 T1_Get_Kerning( (AFM_FontInfo)face->afm_data,

Completed in 1124 milliseconds