Home
last modified time | relevance | path

Searched refs:GET_PIC (Results 1 – 18 of 18) sorted by relevance

/external/freetype/src/cff/
Dcffpic.h74 #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/
Dcffpic.h68 #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/
Dsfntpic.h74 #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/
Dsfntpic.h74 #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/
Dafpic.h71 #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 )
Dafmodule.c111 ( GET_PIC( ft_module->library )->af_script_classes )
115 ( GET_PIC( ft_module->library )->af_style_classes )
/external/freetype/src/truetype/
Dttpic.h58 #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/
Dttpic.h55 #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/
Dbasepic.h60 #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/
Dbasepic.h60 #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/
Dpspic.h46 #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/
Dpspic.h46 #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/
Dpshpic.h43 #define GET_PIC( lib ) ( (PSHinterPIC*)( (lib)->pic_container.pshinter ) ) macro
45 #define PSHINTER_INTERFACE_GET ( GET_PIC( library )->pshinter_interface )
/external/freetype/src/raster/
Drastpic.h42 #define GET_PIC( lib ) \
44 #define FT_STANDARD_RASTER_GET ( GET_PIC( library )->ft_standard_raster )
/external/pdfium/third_party/freetype/src/pshinter/
Dpshpic.h43 #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/
Drastpic.h42 #define GET_PIC( lib ) \
44 #define FT_STANDARD_RASTER_GET ( GET_PIC( library )->ft_standard_raster )
/external/pdfium/third_party/freetype/src/smooth/
Dftspic.h42 #define GET_PIC( lib ) \
44 #define FT_GRAYS_RASTER_GET ( GET_PIC( library )->ft_grays_raster )
/external/freetype/src/smooth/
Dftspic.h42 #define GET_PIC( lib ) \
44 #define FT_GRAYS_RASTER_GET ( GET_PIC( library )->ft_grays_raster )