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

1 2

  /external/freetype/src/base/
ftpic.c 35 FT_MEM_SET( pic_container, 0, sizeof ( *pic_container ) );
basepic.c 80 FT_MEM_SET( container, 0, sizeof ( *container ) );
ftdbgmem.c 632 FT_MEM_SET( address, 0xF3, node->size );
  /external/pdfium/third_party/freetype/src/base/
ftpic.c 35 FT_MEM_SET( pic_container, 0, sizeof ( *pic_container ) );
basepic.c 80 FT_MEM_SET( container, 0, sizeof ( *container ) );
ftdbgmem.c 631 FT_MEM_SET( address, 0xF3, node->size );
  /external/freetype/src/pshinter/
pshpic.c 60 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/freetype/src/raster/
rastpic.c 74 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/pdfium/third_party/freetype/src/pshinter/
pshpic.c 60 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/pdfium/third_party/freetype/src/raster/
rastpic.c 74 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/freetype/src/psnames/
pspic.c 75 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/freetype/src/smooth/
ftspic.c 74 FT_MEM_SET( container, 0, sizeof ( *container ) );
ftgrays.c 281 #ifndef FT_MEM_SET
282 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c )
286 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
    [all...]
  /external/freetype/src/truetype/
ttpic.c 76 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/pdfium/third_party/freetype/src/psnames/
pspic.c 75 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/pdfium/third_party/freetype/src/smooth/
ftspic.c 74 FT_MEM_SET( container, 0, sizeof ( *container ) );
ftgrays.c 278 #ifndef FT_MEM_SET
279 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c )
283 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttpic.c 76 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/freetype/src/sfnt/
sfntpic.c 106 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/pdfium/third_party/freetype/src/sfnt/
sfntpic.c 106 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/freetype/src/autofit/
afpic.c 89 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/freetype/src/cff/
cffpic.c 99 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/pdfium/third_party/freetype/src/cff/
cffpic.c 99 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/freetype/include/freetype/internal/
ftmemory.h 225 #define FT_MEM_SET( dest, byte, count ) \
235 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftmemory.h 218 #define FT_MEM_SET( dest, byte, count ) \
228 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )

Completed in 185 milliseconds

1 2