/external/freetype/src/base/ |
H A D | ftpic.c | 35 FT_MEM_SET( pic_container, 0, sizeof ( *pic_container ) );
|
H A D | basepic.c | 80 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
H A D | ftdbgmem.c | 632 FT_MEM_SET( address, 0xF3, node->size );
|
/external/pdfium/third_party/freetype/src/base/ |
H A D | ftpic.c | 35 FT_MEM_SET( pic_container, 0, sizeof ( *pic_container ) );
|
H A D | basepic.c | 80 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
H A D | ftdbgmem.c | 631 FT_MEM_SET( address, 0xF3, node->size );
|
/external/freetype/src/pshinter/ |
H A D | pshpic.c | 60 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
/external/freetype/src/raster/ |
H A D | rastpic.c | 74 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
/external/pdfium/third_party/freetype/src/pshinter/ |
H A D | pshpic.c | 60 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
/external/pdfium/third_party/freetype/src/raster/ |
H A D | rastpic.c | 74 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
/external/freetype/src/psnames/ |
H A D | pspic.c | 75 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
/external/freetype/src/smooth/ |
H A D | ftspic.c | 74 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
H A 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 );
|
/external/freetype/src/truetype/ |
H A D | ttpic.c | 76 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
/external/pdfium/third_party/freetype/src/psnames/ |
H A D | pspic.c | 75 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
/external/pdfium/third_party/freetype/src/smooth/ |
H A D | ftspic.c | 74 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
H A 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 );
|
/external/pdfium/third_party/freetype/src/truetype/ |
H A D | ttpic.c | 76 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
/external/freetype/src/sfnt/ |
H A D | sfntpic.c | 106 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
/external/pdfium/third_party/freetype/src/sfnt/ |
H A D | sfntpic.c | 106 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
/external/freetype/src/autofit/ |
H A D | afpic.c | 89 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
/external/freetype/src/cff/ |
H A D | cffpic.c | 99 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
/external/pdfium/third_party/freetype/src/cff/ |
H A D | cffpic.c | 99 FT_MEM_SET( container, 0, sizeof ( *container ) );
|
/external/freetype/include/freetype/internal/ |
H A 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/ |
H A 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 )
|