HomeSort by relevance Sort by last modified time
    Searched refs:FT_MEM_SET (Results 1 - 16 of 16) sorted by null

  /external/freetype/src/base/
ftpic.c 34 FT_MEM_SET( pic_container, 0, sizeof ( *pic_container ) );
basepic.c 67 FT_MEM_SET( container, 0, sizeof ( *container ) );
ftdbgmem.c 634 FT_MEM_SET( address, 0xF3, node->size );
  /external/freetype/src/pshinter/
pshpic.c 59 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/freetype/src/autofit/
afpic.c 69 FT_MEM_SET( container, 0, sizeof ( *container ) );
afglobal.c 89 FT_MEM_SET( globals->glyph_scripts,
  /external/freetype/src/psnames/
pspic.c 73 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/freetype/src/raster/
rastpic.c 69 FT_MEM_SET( container, 0, sizeof ( *container ) );
ftraster.c 242 #ifndef FT_MEM_SET
243 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c )
247 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
    [all...]
  /external/freetype/src/smooth/
ftspic.c 71 FT_MEM_SET( container, 0, sizeof ( *container ) );
ftgrays.c 225 #ifndef FT_MEM_SET
226 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c )
230 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
    [all...]
  /external/freetype/src/truetype/
ttpic.c 77 FT_MEM_SET( container, 0, sizeof ( *container ) );
ttobjs.c 330 FT_MEM_SET( num_matched_ids, 0,
    [all...]
  /external/freetype/src/cff/
cffpic.c 113 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/freetype/src/sfnt/
sfntpic.c 109 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/freetype/include/freetype/internal/
ftmemory.h 201 #define FT_MEM_SET( dest, byte, count ) ft_memset( dest, byte, count )
208 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )

Completed in 1095 milliseconds