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

  /external/freetype/src/psnames/
pspic.h 37 FT_ServiceDescRec* pscmaps_services;
pspic.c 27 FT_Error FT_Create_Class_pscmaps_services( FT_Library, FT_ServiceDescRec**);
28 void FT_Destroy_Class_pscmaps_services( FT_Library, FT_ServiceDescRec*);
  /external/freetype/include/freetype/internal/
ftserv.h 162 } FT_ServiceDescRec;
164 typedef const FT_ServiceDescRec* FT_ServiceDesc;
172 /* Used to initialize an array of FT_ServiceDescRec structs. */
189 static const FT_ServiceDescRec class_[] = \
196 static const FT_ServiceDescRec class_[] = \
204 static const FT_ServiceDescRec class_[] = \
214 static const FT_ServiceDescRec class_[] = \
225 static const FT_ServiceDescRec class_[] = \
238 static const FT_ServiceDescRec class_[] = \
254 FT_ServiceDescRec* clazz )
    [all...]
  /external/freetype/src/truetype/
ttpic.h 38 FT_ServiceDescRec* tt_services;
ttpic.c 27 FT_Error FT_Create_Class_tt_services( FT_Library, FT_ServiceDescRec**);
28 void FT_Destroy_Class_tt_services( FT_Library, FT_ServiceDescRec*);
  /external/freetype/src/cff/
cffpic.c 27 FT_Error FT_Create_Class_cff_services( FT_Library, FT_ServiceDescRec**);
28 void FT_Destroy_Class_cff_services( FT_Library, FT_ServiceDescRec*);
cffpic.h 49 FT_ServiceDescRec* cff_services;
  /external/freetype/src/sfnt/
sfntpic.c 27 FT_Error FT_Create_Class_sfnt_services( FT_Library, FT_ServiceDescRec**);
28 void FT_Destroy_Class_sfnt_services( FT_Library, FT_ServiceDescRec*);
sfntpic.h 56 FT_ServiceDescRec* sfnt_services;

Completed in 68 milliseconds