ReactOS
0.4.16-dev-424-ge4748fe
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
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
_
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
pserror.c
Go to the documentation of this file.
1
/***************************************************************************/
2
/* */
3
/* pserror.c */
4
/* */
5
/* Adobe's code for error handling (body). */
6
/* */
7
/* Copyright 2006-2013 Adobe Systems Incorporated. */
8
/* */
9
/* This software, and all works of authorship, whether in source or */
10
/* object code form as indicated by the copyright notice(s) included */
11
/* herein (collectively, the "Work") is made available, and may only be */
12
/* used, modified, and distributed under the FreeType Project License, */
13
/* LICENSE.TXT. Additionally, subject to the terms and conditions of the */
14
/* FreeType Project License, each contributor to the Work hereby grants */
15
/* to any individual or legal entity exercising permissions granted by */
16
/* the FreeType Project License and this section (hereafter, "You" or */
17
/* "Your") a perpetual, worldwide, non-exclusive, no-charge, */
18
/* royalty-free, irrevocable (except as stated in this section) patent */
19
/* license to make, have made, use, offer to sell, sell, import, and */
20
/* otherwise transfer the Work, where such license applies only to those */
21
/* patent claims licensable by such contributor that are necessarily */
22
/* infringed by their contribution(s) alone or by combination of their */
23
/* contribution(s) with the Work to which such contribution(s) was */
24
/* submitted. If You institute patent litigation against any entity */
25
/* (including a cross-claim or counterclaim in a lawsuit) alleging that */
26
/* the Work or a contribution incorporated within the Work constitutes */
27
/* direct or contributory patent infringement, then any patent licenses */
28
/* granted to You under this License for that Work shall terminate as of */
29
/* the date such litigation is filed. */
30
/* */
31
/* By using, modifying, or distributing the Work you indicate that you */
32
/* have read and understood the terms and conditions of the */
33
/* FreeType Project License as well as those provided in this section, */
34
/* and you accept them fully. */
35
/* */
36
/***************************************************************************/
37
38
39
#include "
psft.h
"
40
#include "
pserror.h
"
41
42
43
FT_LOCAL_DEF
(
void
)
44
cf2_setError
(
FT_Error
*
error
,
45
FT_Error
value
)
46
{
47
if
(
error
&& !*
error
)
48
*
error
=
value
;
49
}
50
51
52
/* END */
FT_LOCAL_DEF
#define FT_LOCAL_DEF(x)
Definition:
ftconfig.h:388
FT_Error
int FT_Error
Definition:
fttypes.h:300
error
#define error(str)
Definition:
mkdosfs.c:1605
cf2_setError
cf2_setError(FT_Error *error, FT_Error value)
Definition:
pserror.c:44
pserror.h
psft.h
value
Definition:
pdh_main.c:94
sdk
lib
3rdparty
freetype
src
psaux
pserror.c
Generated on Mon Jan 6 2025 06:15:25 for ReactOS by
1.9.6