/external/freetype/src/base/ |
D | ftpic.c | 35 FT_MEM_SET( pic_container, 0, sizeof ( *pic_container ) ); in ft_pic_container_init()
|
D | basepic.c | 80 FT_MEM_SET( container, 0, sizeof ( *container ) ); in ft_base_pic_init()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftpic.c | 35 FT_MEM_SET( pic_container, 0, sizeof ( *pic_container ) ); in ft_pic_container_init()
|
D | basepic.c | 80 FT_MEM_SET( container, 0, sizeof ( *container ) ); in ft_base_pic_init()
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshpic.c | 60 FT_MEM_SET( container, 0, sizeof ( *container ) ); in pshinter_module_class_pic_init()
|
/external/freetype/src/pshinter/ |
D | pshpic.c | 60 FT_MEM_SET( container, 0, sizeof ( *container ) ); in pshinter_module_class_pic_init()
|
/external/pdfium/third_party/freetype/src/raster/ |
D | rastpic.c | 74 FT_MEM_SET( container, 0, sizeof ( *container ) ); in ft_raster1_renderer_class_pic_init()
|
D | ftraster.c | 248 #ifndef FT_MEM_SET 249 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c ) macro 253 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
|
/external/freetype/src/raster/ |
D | rastpic.c | 74 FT_MEM_SET( container, 0, sizeof ( *container ) ); in ft_raster1_renderer_class_pic_init()
|
D | ftraster.c | 246 #ifndef FT_MEM_SET 247 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c ) macro 251 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
|
/external/pdfium/third_party/freetype/src/psnames/ |
D | pspic.c | 75 FT_MEM_SET( container, 0, sizeof ( *container ) ); in psnames_module_class_pic_init()
|
/external/freetype/src/smooth/ |
D | ftspic.c | 74 FT_MEM_SET( container, 0, sizeof ( *container ) ); in ft_smooth_renderer_class_pic_init()
|
D | ftgrays.c | 281 #ifndef FT_MEM_SET 282 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c ) macro 286 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) 1287 FT_MEM_SET( q, c, acount ); in gray_hline()
|
/external/pdfium/third_party/freetype/src/smooth/ |
D | ftspic.c | 74 FT_MEM_SET( container, 0, sizeof ( *container ) ); in ft_smooth_renderer_class_pic_init()
|
D | ftgrays.c | 278 #ifndef FT_MEM_SET 279 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c ) macro 283 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) 1228 FT_MEM_SET( p + spans->x, (unsigned char)coverage, spans->len ); in gray_render_span()
|
/external/freetype/src/psnames/ |
D | pspic.c | 75 FT_MEM_SET( container, 0, sizeof ( *container ) ); in psnames_module_class_pic_init()
|
/external/freetype/src/truetype/ |
D | ttpic.c | 76 FT_MEM_SET( container, 0, sizeof ( *container ) ); in tt_driver_class_pic_init()
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttpic.c | 76 FT_MEM_SET( container, 0, sizeof ( *container ) ); in tt_driver_class_pic_init()
|
/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 225 #define FT_MEM_SET( dest, byte, count ) \ macro 235 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | ftmemory.h | 218 #define FT_MEM_SET( dest, byte, count ) \ macro 228 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | sfntpic.c | 106 FT_MEM_SET( container, 0, sizeof ( *container ) ); in sfnt_module_class_pic_init()
|
/external/freetype/src/cff/ |
D | cffpic.c | 99 FT_MEM_SET( container, 0, sizeof ( *container ) ); in cff_driver_class_pic_init()
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffpic.c | 99 FT_MEM_SET( container, 0, sizeof ( *container ) ); in cff_driver_class_pic_init()
|
/external/freetype/src/sfnt/ |
D | sfntpic.c | 106 FT_MEM_SET( container, 0, sizeof ( *container ) ); in sfnt_module_class_pic_init()
|
/external/freetype/src/autofit/ |
D | afpic.c | 89 FT_MEM_SET( container, 0, sizeof ( *container ) ); in autofit_module_class_pic_init()
|