ReactOS
0.4.16-dev-1063-gd722e70
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
Functions
fterrors.c File Reference
#include <
ft2build.h
>
Include dependency graph for fterrors.c:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions
FT_Error_String
(
FT_Error
error_code
)
Function Documentation
◆
FT_Error_String()
FT_Error_String
(
FT_Error
error_code
)
Definition at line
26
of file
fterrors.c
.
27
{
28
if
(
error_code
< 0 ||
29
error_code
>=
FT_ERR_CAT
(
FT_ERR_PREFIX
,
Max
) )
30
return
NULL
;
31
32
#if defined( FT_CONFIG_OPTION_ERROR_STRINGS ) || \
33
defined( FT_DEBUG_LEVEL_ERROR )
34
35
#undef FTERRORS_H_
36
#define FT_ERROR_START_LIST switch ( FT_ERROR_BASE( error_code ) ) {
37
#define FT_ERRORDEF( e, v, s ) case v: return s;
38
#define FT_ERROR_END_LIST }
39
40
#include FT_ERRORS_H
41
42
#endif
/* defined( FT_CONFIG_OPTION_ERROR_STRINGS ) || ... */
43
44
return
NULL
;
45
}
Max
#define Max(a, b)
Definition:
cdprocs.h:78
NULL
#define NULL
Definition:
types.h:112
FT_ERR_PREFIX
#define FT_ERR_PREFIX
Definition:
fterrors.h:146
FT_ERR_CAT
#define FT_ERR_CAT(x, y)
Definition:
fttypes.h:595
error_code
static int error_code[8]
Definition:
odbccp32.c:61
sdk
lib
3rdparty
freetype
src
base
fterrors.c
Generated on Thu May 1 2025 06:27:40 for ReactOS by
1.9.6