|
Ylva And Malin
|
#include <stdlib.h>

Go to the source code of this file.
Data Structures | |
| struct | stbrp_rect |
| struct | stbrp_node |
| struct | stbrp_context |
Macros | |
| #define | STB_RECT_PACK_VERSION 1 |
| #define | STBRP_DEF extern |
Typedefs | |
| typedef struct stbrp_context | stbrp_context |
| typedef struct stbrp_node | stbrp_node |
| typedef struct stbrp_rect | stbrp_rect |
| typedef unsigned short | stbrp_coord |
Enumerations | |
| enum | { STBRP_HEURISTIC_Skyline_default =0, STBRP_HEURISTIC_Skyline_BL_sortHeight = STBRP_HEURISTIC_Skyline_default, STBRP_HEURISTIC_Skyline_BF_sortHeight } |
Functions | |
| int | stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects) |
| void | stbrp_init_target (stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes) |
| void | stbrp_setup_allow_out_of_mem (stbrp_context *context, int allow_out_of_mem) |
| void | stbrp_setup_heuristic (stbrp_context *context, int heuristic) |
| #define STB_RECT_PACK_VERSION 1 |
| #define STBRP_DEF extern |
| typedef struct stbrp_context stbrp_context |
| typedef unsigned short stbrp_coord |
| typedef struct stbrp_node stbrp_node |
| typedef struct stbrp_rect stbrp_rect |
| anonymous enum |
| void stbrp_init_target | ( | stbrp_context * | context, |
| int | width, | ||
| int | height, | ||
| stbrp_node * | nodes, | ||
| int | num_nodes | ||
| ) |
| int stbrp_pack_rects | ( | stbrp_context * | context, |
| stbrp_rect * | rects, | ||
| int | num_rects | ||
| ) |

| void stbrp_setup_allow_out_of_mem | ( | stbrp_context * | context, |
| int | allow_out_of_mem | ||
| ) |
| void stbrp_setup_heuristic | ( | stbrp_context * | context, |
| int | heuristic | ||
| ) |
1.8.11