OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FT_ERROR
(Results
1 - 3
of
3
) sorted by null
/external/freetype/include/freetype/internal/
ftdebug.h
169
/* Define the
FT_ERROR
macro. */
177
#define
FT_ERROR
( varformat ) FT_Message varformat
181
#define
FT_ERROR
( varformat ) do { } while ( 0 ) /* nothing */
/external/freetype/src/smooth/
ftgrays.c
87
/* parameter of the FT_TRACE() and
FT_ERROR
() macros, used to print/log */
164
#ifndef
FT_ERROR
165
#define
FT_ERROR
( varformat ) FT_Message varformat
172
#define
FT_ERROR
( x ) do { } while ( 0 ) /* nothing */
[
all
...]
/external/freetype/src/raster/
ftraster.c
173
/* parameter of the FT_TRACE() and
FT_ERROR
() macros, used to print/log */
191
#ifndef
FT_ERROR
192
#define
FT_ERROR
( x ) do { } while ( 0 ) /* nothing */
227
#include FT_INTERNAL_DEBUG_H /* for FT_TRACE() and
FT_ERROR
() */
462
FT_Error
error;
[
all
...]
Completed in 420 milliseconds