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

  /external/freetype/src/sfnt/
sfntpic.h 28 #define FT_SFNT_SERVICES_GET sfnt_services
32 #define FT_SFNT_SERVICES_GET sfnt_services
56 FT_ServiceDescRec* sfnt_services; member in struct:sfntModulePIC_
69 #define FT_SFNT_SERVICES_GET (GET_PIC(library)->sfnt_services)
73 #define FT_SFNT_SERVICES_GET (GET_PIC(library)->sfnt_services)
sfntpic.c 48 if(container->sfnt_services)
49 FT_Destroy_Class_sfnt_services(library, container->sfnt_services);
50 container->sfnt_services = NULL;
76 error = FT_Create_Class_sfnt_services(library, &container->sfnt_services);
sfdriver.c 391 FT_DEFINE_SERVICEDESCREC5(sfnt_services,
399 FT_DEFINE_SERVICEDESCREC4(sfnt_services,
406 FT_DEFINE_SERVICEDESCREC4(sfnt_services,
413 FT_DEFINE_SERVICEDESCREC3(sfnt_services,

Completed in 4119 milliseconds