#include "imgui.h"
#include "imgui_internal.h"
#include <stdio.h>
#include <alloca.h>
#include "stb_rect_pack.h"
#include "stb_truetype.h"
Go to the source code of this file.
|
static void | Decode85 (const unsigned char *src, unsigned char *dst) |
|
static unsigned int | Decode85Byte (char c) |
|
static const char * | GetDefaultCompressedFontDataTTFBase85 () |
|
static void | PathBezierToCasteljau (ImVector< ImVec2 > *path, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float tess_tol, int level) |
|
static void | stb__lit (unsigned char *data, unsigned int length) |
|
static void | stb__match (unsigned char *data, unsigned int length) |
|
static unsigned int | stb_adler32 (unsigned int adler32, unsigned char *buffer, unsigned int buflen) |
|
static unsigned int | stb_decompress (unsigned char *output, unsigned char *i, unsigned int length) |
|
static unsigned int | stb_decompress_length (unsigned char *input) |
|
static unsigned char * | stb_decompress_token (unsigned char *i) |
|
#define GetCurrentClipRect |
( |
| ) |
(_ClipRectStack.Size ? _ClipRectStack.Data[_ClipRectStack.Size-1] : GNullClipRect) |
#define GetCurrentTextureId |
( |
| ) |
(_TextureIdStack.Size ? _TextureIdStack.Data[_TextureIdStack.Size-1] : NULL) |
#define IMGUI_DEFINE_MATH_OPERATORS |
#define IMGUI_DEFINE_PLACEMENT_NEW |
#define stb__in2 |
( |
|
x | ) |
((i[x] << 8) + i[(x)+1]) |
#define STB_RECT_PACK_IMPLEMENTATION |
#define STB_TRUETYPE_IMPLEMENTATION |
static void Decode85 |
( |
const unsigned char * |
src, |
|
|
unsigned char * |
dst |
|
) |
| |
|
static |
static unsigned int Decode85Byte |
( |
char |
c | ) |
|
|
static |
static const char * GetDefaultCompressedFontDataTTFBase85 |
( |
| ) |
|
|
static |
static void PathBezierToCasteljau |
( |
ImVector< ImVec2 > * |
path, |
|
|
float |
x1, |
|
|
float |
y1, |
|
|
float |
x2, |
|
|
float |
y2, |
|
|
float |
x3, |
|
|
float |
y3, |
|
|
float |
x4, |
|
|
float |
y4, |
|
|
float |
tess_tol, |
|
|
int |
level |
|
) |
| |
|
static |
static void stb__lit |
( |
unsigned char * |
data, |
|
|
unsigned int |
length |
|
) |
| |
|
static |
static void stb__match |
( |
unsigned char * |
data, |
|
|
unsigned int |
length |
|
) |
| |
|
static |
static unsigned int stb_adler32 |
( |
unsigned int |
adler32, |
|
|
unsigned char * |
buffer, |
|
|
unsigned int |
buflen |
|
) |
| |
|
static |
static unsigned int stb_decompress |
( |
unsigned char * |
output, |
|
|
unsigned char * |
i, |
|
|
unsigned int |
length |
|
) |
| |
|
static |
static unsigned int stb_decompress_length |
( |
unsigned char * |
input | ) |
|
|
static |
static unsigned char* stb_decompress_token |
( |
unsigned char * |
i | ) |
|
|
static |
const ImVec4 GNullClipRect(-8192.0f,-8192.0f,+8192.0f,+8192.0f) |
|
static |
const char proggy_clean_ttf_compressed_data_base85[11980+1] |
|
static |
unsigned char* stb__barrier |
|
static |
unsigned char * stb__barrier2 |
|
static |
unsigned char * stb__barrier3 |
|
static |
unsigned char * stb__barrier4 |
|
static |