ReactOS 0.4.16-dev-1059-gb1cf981
psconv.h
Go to the documentation of this file.
1/****************************************************************************
2 *
3 * psconv.h
4 *
5 * Some convenience conversions (specification).
6 *
7 * Copyright (C) 2006-2019 by
8 * David Turner, Robert Wilhelm, and Werner Lemberg.
9 *
10 * This file is part of the FreeType project, and may only be used,
11 * modified, and distributed under the terms of the FreeType project
12 * license, LICENSE.TXT. By continuing to use, modify, or distribute
13 * this file you indicate that you have read the license and
14 * understand and accept it fully.
15 *
16 */
17
18
19#ifndef PSCONV_H_
20#define PSCONV_H_
21
22
23#include <ft2build.h>
24#include FT_INTERNAL_POSTSCRIPT_AUX_H
25
27
28
32 FT_Long base );
33
34
37 FT_Byte* limit );
38
42 FT_Long power_ten );
43
44#if 0
46 PS_Conv_StringDecode( FT_Byte** cursor,
49 FT_Offset n );
50#endif
51
56 FT_Offset n );
57
63 FT_UShort* seed );
64
65
67
68#endif /* PSCONV_H_ */
69
70
71/* END */
#define FT_LOCAL(x)
Definition: ftconfig.h:386
#define FT_END_HEADER
Definition: ftheader.h:54
#define FT_BEGIN_HEADER
Definition: ftheader.h:36
unsigned char FT_Byte
Definition: fttypes.h:154
signed long FT_Fixed
Definition: fttypes.h:287
signed long FT_Long
Definition: fttypes.h:242
unsigned short FT_UShort
Definition: fttypes.h:209
unsigned int FT_UInt
Definition: fttypes.h:231
size_t FT_Offset
Definition: fttypes.h:323
GLdouble n
Definition: glext.h:7729
GLuint buffer
Definition: glext.h:5915
GLint limit
Definition: glext.h:10326
const char cursor[]
Definition: icontest.c:13
PS_Conv_ToInt(FT_Byte **cursor, FT_Byte *limit)
Definition: psconv.c:162
PS_Conv_ToFixed(FT_Byte **cursor, FT_Byte *limit, FT_Long power_ten)
Definition: psconv.c:196
PS_Conv_EexecDecode(FT_Byte **cursor, FT_Byte *limit, FT_Byte *buffer, FT_Offset n, FT_UShort *seed)
Definition: psconv.c:558
PS_Conv_ASCIIHexDecode(FT_Byte **cursor, FT_Byte *limit, FT_Byte *buffer, FT_Offset n)
Definition: psconv.c:465
FT_BEGIN_HEADER PS_Conv_Strtol(FT_Byte **cursor, FT_Byte *limit, FT_Long base)
Definition: psconv.c:84