ReactOS 0.4.16-dev-1238-gd80fdbe
pngshim.h
Go to the documentation of this file.
1/****************************************************************************
2 *
3 * pngshim.h
4 *
5 * PNG Bitmap glyph support.
6 *
7 * Copyright (C) 2013-2019 by
8 * Google, Inc.
9 * Written by Stuart Gill and Behdad Esfahbod.
10 *
11 * This file is part of the FreeType project, and may only be used,
12 * modified, and distributed under the terms of the FreeType project
13 * license, LICENSE.TXT. By continuing to use, modify, or distribute
14 * this file you indicate that you have read the license and
15 * understand and accept it fully.
16 *
17 */
18
19
20#ifndef PNGSHIM_H_
21#define PNGSHIM_H_
22
23
24#include <ft2build.h>
25#include "ttload.h"
26
27
29
30#ifdef FT_CONFIG_OPTION_USE_PNG
31
33 Load_SBit_Png( FT_GlyphSlot slot,
34 FT_Int x_offset,
35 FT_Int y_offset,
36 FT_Int pix_bits,
40 FT_UInt png_len,
41 FT_Bool populate_map_and_metrics,
42 FT_Bool metrics_only );
43
44#endif
45
47
48#endif /* PNGSHIM_H_ */
49
50
51/* 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
typedefFT_BEGIN_HEADER struct FT_MemoryRec_ * FT_Memory
Definition: ftsystem.h:65
FT_BEGIN_HEADER typedef unsigned char FT_Bool
Definition: fttypes.h:108
unsigned char FT_Byte
Definition: fttypes.h:154
int FT_Error
Definition: fttypes.h:299
unsigned int FT_UInt
Definition: fttypes.h:231
signed int FT_Int
Definition: fttypes.h:220
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
Definition: gl.h:1950
GLsizei GLenum const GLvoid GLuint GLsizei GLfloat * metrics
Definition: glext.h:11745
static char memory[1024 *256]
Definition: process.c:116
Definition: vfat.h:185