OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FT_UNUSED
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/freetype2/include/
ftconfig.h
125
/*
FT_UNUSED
is a macro used to indicate that a given parameter is not */
127
#ifndef
FT_UNUSED
128
#define
FT_UNUSED
( arg ) ( (arg) = (arg) )
/external/chromium_org/third_party/freetype/include/freetype/config/
ftconfig.h
98
/*
FT_UNUSED
is a macro used to indicate that a given parameter is not */
100
#ifndef
FT_UNUSED
101
#define
FT_UNUSED
( arg ) ( (arg) = (arg) )
/external/freetype/include/freetype/config/
ftconfig.h
98
/*
FT_UNUSED
is a macro used to indicate that a given parameter is not */
100
#ifndef
FT_UNUSED
101
#define
FT_UNUSED
( arg ) ( (arg) = (arg) )
/external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c
143
#define
FT_UNUSED
( x ) (x) = (x)
169
FT_UNUSED
( error );
170
FT_UNUSED
( line );
171
FT_UNUSED
( file );
[
all
...]
/external/freetype/src/smooth/
ftgrays.c
143
#define
FT_UNUSED
( x ) (x) = (x)
169
FT_UNUSED
( error );
170
FT_UNUSED
( line );
171
FT_UNUSED
( file );
[
all
...]
/external/chromium_org/third_party/freetype/src/raster/
ftraster.c
190
#define
FT_UNUSED
( x ) (x) = (x)
419
#define FT_UNUSED_RASTER
FT_UNUSED
( worker )
[
all
...]
/external/freetype/src/raster/
ftraster.c
190
#define
FT_UNUSED
( x ) (x) = (x)
419
#define FT_UNUSED_RASTER
FT_UNUSED
( worker )
[
all
...]
Completed in 176 milliseconds