Searched refs:FT_MEM_SET (Results 1 - 25 of 29) sorted by relevance

12

/external/freetype/src/base/
H A Dftpic.c35 FT_MEM_SET( pic_container, 0, sizeof ( *pic_container ) );
H A Dbasepic.c80 FT_MEM_SET( container, 0, sizeof ( *container ) );
H A Dftdbgmem.c632 FT_MEM_SET( address, 0xF3, node->size );
/external/pdfium/third_party/freetype/src/base/
H A Dftpic.c35 FT_MEM_SET( pic_container, 0, sizeof ( *pic_container ) );
H A Dbasepic.c80 FT_MEM_SET( container, 0, sizeof ( *container ) );
H A Dftdbgmem.c631 FT_MEM_SET( address, 0xF3, node->size );
/external/freetype/src/pshinter/
H A Dpshpic.c60 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/freetype/src/raster/
H A Drastpic.c74 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshpic.c60 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/pdfium/third_party/freetype/src/raster/
H A Drastpic.c74 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/freetype/src/psnames/
H A Dpspic.c75 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/freetype/src/smooth/
H A Dftspic.c74 FT_MEM_SET( container, 0, sizeof ( *container ) );
H A Dftgrays.c281 #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 Dttpic.c76 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/pdfium/third_party/freetype/src/psnames/
H A Dpspic.c75 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/pdfium/third_party/freetype/src/smooth/
H A Dftspic.c74 FT_MEM_SET( container, 0, sizeof ( *container ) );
H A Dftgrays.c278 #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 Dttpic.c76 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/freetype/src/sfnt/
H A Dsfntpic.c106 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/pdfium/third_party/freetype/src/sfnt/
H A Dsfntpic.c106 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/freetype/src/autofit/
H A Dafpic.c89 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/freetype/src/cff/
H A Dcffpic.c99 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/pdfium/third_party/freetype/src/cff/
H A Dcffpic.c99 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/freetype/include/freetype/internal/
H A Dftmemory.h225 #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 Dftmemory.h218 #define FT_MEM_SET( dest, byte, count ) \ macro
228 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )

Completed in 338 milliseconds

12