OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FT_ERR_BASE
(Results
1 - 10
of
10
) sorted by null
/external/freetype/src/autofit/
aferrors.h
34
#define
FT_ERR_BASE
FT_Mod_Err_Autofit
/external/freetype/src/cff/
cfferrs.h
33
#define
FT_ERR_BASE
FT_Mod_Err_CFF
/external/freetype/src/psaux/
psauxerr.h
34
#define
FT_ERR_BASE
FT_Mod_Err_PSaux
/external/freetype/src/pshinter/
pshnterr.h
33
#define
FT_ERR_BASE
FT_Mod_Err_PShinter
/external/freetype/src/psnames/
psnamerr.h
34
#define
FT_ERR_BASE
FT_Mod_Err_PSnames
/external/freetype/src/raster/
rasterrs.h
34
#define
FT_ERR_BASE
FT_Mod_Err_Raster
/external/freetype/src/smooth/
ftsmerrs.h
34
#define
FT_ERR_BASE
FT_Mod_Err_Smooth
/external/freetype/src/truetype/
tterrors.h
34
#define
FT_ERR_BASE
FT_Mod_Err_TrueType
/external/freetype/src/sfnt/
sferrors.h
33
#define
FT_ERR_BASE
FT_Mod_Err_SFNT
/external/freetype/include/freetype/
fterrors.h
119
/*
FT_ERR_BASE
is used as the base for module-specific errors. */
123
#ifndef
FT_ERR_BASE
124
#define
FT_ERR_BASE
FT_Mod_Err_Base
129
#undef
FT_ERR_BASE
130
#define
FT_ERR_BASE
0
154
FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v +
FT_ERR_BASE
, s )
196
#undef
FT_ERR_BASE
Completed in 99 milliseconds