OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GET_PIC
(Results
1 - 13
of
13
) sorted by null
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshpic.h
43
#define
GET_PIC
( lib ) ( (PSHinterPIC*)( (lib)->pic_container.pshinter ) )
45
#define PSHINTER_INTERFACE_GET (
GET_PIC
( library )->pshinter_interface )
/external/pdfium/third_party/freetype/src/pshinter/
pshpic.h
43
#define
GET_PIC
( lib ) ( (PSHinterPIC*)( (lib)->pic_container.pshinter ) )
45
#define PSHINTER_INTERFACE_GET (
GET_PIC
( library )->pshinter_interface )
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psnames/
pspic.h
46
#define
GET_PIC
( lib ) \
48
#define PSCMAPS_SERVICES_GET (
GET_PIC
( library )->pscmaps_services )
49
#define PSCMAPS_INTERFACE_GET (
GET_PIC
( library )->pscmaps_interface )
/external/pdfium/third_party/freetype/src/psnames/
pspic.h
46
#define
GET_PIC
( lib ) \
48
#define PSCMAPS_SERVICES_GET (
GET_PIC
( library )->pscmaps_services )
49
#define PSCMAPS_INTERFACE_GET (
GET_PIC
( library )->pscmaps_interface )
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
basepic.h
60
#define
GET_PIC
( lib ) ( (BasePIC*)( (lib)->pic_container.base ) )
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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttpic.h
55
#define
GET_PIC
( lib ) \
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/pdfium/third_party/freetype/src/base/
basepic.h
60
#define
GET_PIC
( lib ) ( (BasePIC*)( (lib)->pic_container.base ) )
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/truetype/
ttpic.h
55
#define
GET_PIC
( lib ) \
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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afpic.h
71
#define
GET_PIC
( lib ) \
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 )
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
sfntpic.h
74
#define
GET_PIC
( lib ) \
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/
sfntpic.h
74
#define
GET_PIC
( lib ) \
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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffpic.h
68
#define
GET_PIC
( lib ) \
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/pdfium/third_party/freetype/src/cff/
cffpic.h
68
#define
GET_PIC
( lib ) \
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
...]
Completed in 614 milliseconds