OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FT_MEM_ZERO
(Results
1 - 6
of
6
) sorted by null
/external/freetype/include/freetype/internal/
ftmemory.h
235
#define
FT_MEM_ZERO
( dest, count ) FT_MEM_SET( dest, 0, count )
237
#define FT_ZERO( p )
FT_MEM_ZERO
( p, sizeof ( *(p) ) )
241
FT_MEM_ZERO
( dest, \
/external/pdfium/third_party/freetype/include/freetype/internal/
ftmemory.h
228
#define
FT_MEM_ZERO
( dest, count ) FT_MEM_SET( dest, 0, count )
230
#define FT_ZERO( p )
FT_MEM_ZERO
( p, sizeof ( *(p) ) )
234
FT_MEM_ZERO
( dest, \
/external/freetype/src/smooth/
ftgrays.c
285
#ifndef
FT_MEM_ZERO
286
#define
FT_MEM_ZERO
( dest, count ) FT_MEM_SET( dest, 0, count )
290
#define FT_ZERO( p )
FT_MEM_ZERO
( p, sizeof ( *(p) ) )
[
all
...]
/external/pdfium/third_party/freetype/src/smooth/
ftgrays.c
282
#ifndef
FT_MEM_ZERO
283
#define
FT_MEM_ZERO
( dest, count ) FT_MEM_SET( dest, 0, count )
[
all
...]
/external/freetype/src/raster/
ftraster.c
250
#ifndef
FT_MEM_ZERO
251
#define
FT_MEM_ZERO
( dest, count ) FT_MEM_SET( dest, 0, count )
255
#define FT_ZERO( p )
FT_MEM_ZERO
( p, sizeof ( *(p) ) )
[
all
...]
/external/pdfium/third_party/freetype/src/raster/
ftraster.c
252
#ifndef
FT_MEM_ZERO
253
#define
FT_MEM_ZERO
( dest, count ) FT_MEM_SET( dest, 0, count )
[
all
...]
Completed in 289 milliseconds