HomeSort by relevance Sort by last modified time
    Searched defs:FT_MEM_ZERO (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftmemory.h 225 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
227 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
231 FT_MEM_ZERO( dest, (count) * sizeof ( *(dest) ) )
  /external/freetype/include/internal/
ftmemory.h 225 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
227 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
231 FT_MEM_ZERO( dest, (count) * sizeof ( *(dest) ) )
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftmemory.h 338 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
340 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
344 FT_MEM_ZERO( dest, (count) * sizeof ( *(dest) ) )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftmemory.h 338 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
340 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
344 FT_MEM_ZERO( dest, (count) * sizeof ( *(dest) ) )
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 259 #ifndef FT_MEM_ZERO
260 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 262 #ifndef FT_MEM_ZERO
263 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 259 #ifndef FT_MEM_ZERO
260 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
    [all...]
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 253 #ifndef FT_MEM_ZERO
254 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
    [all...]
  /external/freetype/src/raster/
ftraster.c 253 #ifndef FT_MEM_ZERO
254 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 253 #ifndef FT_MEM_ZERO
254 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
    [all...]

Completed in 179 milliseconds