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

  /external/freetype/include/freetype/internal/
ftmemory.h 237 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftmemory.h 230 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
  /external/freetype/src/smooth/
ftgrays.c 289 #ifndef FT_ZERO
290 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
    [all...]
  /external/freetype/src/raster/
ftraster.c 254 #ifndef FT_ZERO
255 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
    [all...]

Completed in 415 milliseconds