/external/freetype/src/cff/ |
D | cffpic.h | 74 #define GET_PIC( lib ) \ macro 78 ( GET_PIC( library )->cff_service_ps_info ) 80 ( GET_PIC( library )->cff_service_glyph_dict ) 82 ( GET_PIC( library )->cff_service_ps_name ) 84 ( GET_PIC( library )->cff_service_get_cmap_info ) 86 ( GET_PIC( library )->cff_service_cid_info ) 88 ( GET_PIC( library )->cff_service_properties ) 90 ( GET_PIC( library )->cff_services ) 92 ( GET_PIC( library )->cff_service_multi_masters ) 94 ( GET_PIC( library )->cff_service_metrics_variations ) [all …]
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffpic.h | 68 #define GET_PIC( lib ) \ macro 72 ( GET_PIC( library )->cff_service_ps_info ) 74 ( GET_PIC( library )->cff_service_glyph_dict ) 76 ( GET_PIC( library )->cff_service_ps_name ) 78 ( GET_PIC( library )->cff_service_get_cmap_info ) 80 ( GET_PIC( library )->cff_service_cid_info ) 82 ( GET_PIC( library )->cff_service_properties ) 84 ( GET_PIC( library )->cff_services ) 86 ( GET_PIC( library )->cff_cmap_encoding_class_rec ) 88 ( GET_PIC( library )->cff_cmap_unicode_class_rec ) [all …]
|
/external/freetype/src/sfnt/ |
D | sfntpic.h | 74 #define GET_PIC( lib ) \ macro 78 ( GET_PIC( library )->sfnt_services ) 80 ( GET_PIC( library )->sfnt_service_glyph_dict ) 82 ( GET_PIC( library )->sfnt_service_ps_name ) 84 ( GET_PIC( library )->tt_service_get_cmap_info ) 86 ( GET_PIC( library )->tt_cmap_classes ) 88 ( GET_PIC( library )->sfnt_service_sfnt_table ) 90 ( GET_PIC( library )->sfnt_service_bdf ) 92 ( GET_PIC( library )->sfnt_interface )
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | sfntpic.h | 74 #define GET_PIC( lib ) \ macro 78 ( GET_PIC( library )->sfnt_services ) 80 ( GET_PIC( library )->sfnt_service_glyph_dict ) 82 ( GET_PIC( library )->sfnt_service_ps_name ) 84 ( GET_PIC( library )->tt_service_get_cmap_info ) 86 ( GET_PIC( library )->tt_cmap_classes ) 88 ( GET_PIC( library )->sfnt_service_sfnt_table ) 90 ( GET_PIC( library )->sfnt_service_bdf ) 92 ( GET_PIC( library )->sfnt_interface )
|
/external/freetype/src/autofit/ |
D | afpic.h | 71 #define GET_PIC( lib ) \ macro 75 ( GET_PIC( library )->af_services ) 77 ( GET_PIC( library )->af_service_properties ) 80 ( GET_PIC( FT_FACE_LIBRARY( globals->face ) )->af_writing_system_classes ) 82 ( GET_PIC( FT_FACE_LIBRARY( globals->face ) )->af_script_classes ) 84 ( GET_PIC( FT_FACE_LIBRARY( globals->face ) )->af_style_classes ) 86 ( GET_PIC( library )->af_autofitter_interface )
|
D | afmodule.c | 111 ( GET_PIC( ft_module->library )->af_script_classes ) 115 ( GET_PIC( ft_module->library )->af_style_classes )
|
/external/freetype/src/truetype/ |
D | ttpic.h | 58 #define GET_PIC( lib ) \ macro 61 ( GET_PIC( library )->tt_services ) 63 ( GET_PIC( library )->tt_service_metrics_variations ) 65 ( GET_PIC( library )->tt_service_gx_multi_masters ) 67 ( GET_PIC( library )->tt_service_truetype_glyf ) 69 ( GET_PIC( library )->tt_service_properties )
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttpic.h | 55 #define GET_PIC( lib ) \ macro 58 ( GET_PIC( library )->tt_services ) 60 ( GET_PIC( library )->tt_service_gx_multi_masters ) 62 ( GET_PIC( library )->tt_service_truetype_glyf ) 64 ( GET_PIC( library )->tt_service_properties )
|
/external/freetype/src/base/ |
D | basepic.h | 60 #define GET_PIC( lib ) ( (BasePIC*)( (lib)->pic_container.base ) ) macro 63 ( &GET_PIC( library )->ft_outline_glyph_class ) 65 ( &GET_PIC( library )->ft_bitmap_glyph_class ) 67 ( GET_PIC( library )->default_module_classes ) 71 ( GET_PIC( library )->ft_raccess_guess_table )
|
/external/pdfium/third_party/freetype/src/base/ |
D | basepic.h | 60 #define GET_PIC( lib ) ( (BasePIC*)( (lib)->pic_container.base ) ) macro 63 ( &GET_PIC( library )->ft_outline_glyph_class ) 65 ( &GET_PIC( library )->ft_bitmap_glyph_class ) 67 ( GET_PIC( library )->default_module_classes ) 71 ( GET_PIC( library )->ft_raccess_guess_table )
|
/external/pdfium/third_party/freetype/src/psnames/ |
D | pspic.h | 46 #define GET_PIC( lib ) \ macro 48 #define PSCMAPS_SERVICES_GET ( GET_PIC( library )->pscmaps_services ) 49 #define PSCMAPS_INTERFACE_GET ( GET_PIC( library )->pscmaps_interface )
|
/external/freetype/src/psnames/ |
D | pspic.h | 46 #define GET_PIC( lib ) \ macro 48 #define PSCMAPS_SERVICES_GET ( GET_PIC( library )->pscmaps_services ) 49 #define PSCMAPS_INTERFACE_GET ( GET_PIC( library )->pscmaps_interface )
|
/external/freetype/src/pshinter/ |
D | pshpic.h | 43 #define GET_PIC( lib ) ( (PSHinterPIC*)( (lib)->pic_container.pshinter ) ) macro 45 #define PSHINTER_INTERFACE_GET ( GET_PIC( library )->pshinter_interface )
|
/external/freetype/src/raster/ |
D | rastpic.h | 42 #define GET_PIC( lib ) \ 44 #define FT_STANDARD_RASTER_GET ( GET_PIC( library )->ft_standard_raster )
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshpic.h | 43 #define GET_PIC( lib ) ( (PSHinterPIC*)( (lib)->pic_container.pshinter ) ) macro 45 #define PSHINTER_INTERFACE_GET ( GET_PIC( library )->pshinter_interface )
|
/external/pdfium/third_party/freetype/src/raster/ |
D | rastpic.h | 42 #define GET_PIC( lib ) \ 44 #define FT_STANDARD_RASTER_GET ( GET_PIC( library )->ft_standard_raster )
|
/external/pdfium/third_party/freetype/src/smooth/ |
D | ftspic.h | 42 #define GET_PIC( lib ) \ 44 #define FT_GRAYS_RASTER_GET ( GET_PIC( library )->ft_grays_raster )
|
/external/freetype/src/smooth/ |
D | ftspic.h | 42 #define GET_PIC( lib ) \ 44 #define FT_GRAYS_RASTER_GET ( GET_PIC( library )->ft_grays_raster )
|