From 342403a02f8063903d0f38327430721d4d0ae331 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 20 Sep 2021 18:15:14 -0500 Subject: do ass1 --- dev/MinGfx/docs/html/stb__rect__pack_8h.html | 806 +++++++++++++-------------- 1 file changed, 403 insertions(+), 403 deletions(-) (limited to 'dev/MinGfx/docs/html/stb__rect__pack_8h.html') diff --git a/dev/MinGfx/docs/html/stb__rect__pack_8h.html b/dev/MinGfx/docs/html/stb__rect__pack_8h.html index 654ccfc..778bd30 100644 --- a/dev/MinGfx/docs/html/stb__rect__pack_8h.html +++ b/dev/MinGfx/docs/html/stb__rect__pack_8h.html @@ -1,403 +1,403 @@ - - - - - - - -MinGfx Toolkit: src/stb_rect_pack.h File Reference - - - - - - - - - - - - -
-
- - - - - - -
-
MinGfx Toolkit -  1.0 -
-
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
-
-
- - - - - - - - -
-
- - -
- -
- - -
-
- -
-
stb_rect_pack.h File Reference
-
-
- -

Go to the source code of this file.

- - - - - - - - -

-Classes

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

STBRP_DEF int stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects)
 
STBRP_DEF void stbrp_init_target (stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes)
 
STBRP_DEF void stbrp_setup_allow_out_of_mem (stbrp_context *context, int allow_out_of_mem)
 
STBRP_DEF void stbrp_setup_heuristic (stbrp_context *context, int heuristic)
 
-

Macro Definition Documentation

- -

◆ STB_RECT_PACK_VERSION

- -
-
- - - - -
#define STB_RECT_PACK_VERSION   1
-
- -

Definition at line 59 of file stb_rect_pack.h.

- -
-
- -

◆ STBRP_DEF

- -
-
- - - - -
#define STBRP_DEF   extern
-
- -

Definition at line 64 of file stb_rect_pack.h.

- -
-
-

Typedef Documentation

- -

◆ stbrp_context

- -
-
- - - - -
typedef struct stbrp_context stbrp_context
-
- -

Definition at line 1 of file stb_rect_pack.h.

- -
-
- -

◆ stbrp_coord

- -
-
- - - - -
typedef unsigned short stbrp_coord
-
- -

Definition at line 78 of file stb_rect_pack.h.

- -
-
- -

◆ stbrp_node

- -
-
- - - - -
typedef struct stbrp_node stbrp_node
-
- -

Definition at line 1 of file stb_rect_pack.h.

- -
-
- -

◆ stbrp_rect

- -
-
- - - - -
typedef struct stbrp_rect stbrp_rect
-
- -

Definition at line 1 of file stb_rect_pack.h.

- -
-
-

Enumeration Type Documentation

- -

◆ anonymous enum

- -
-
- - - - -
anonymous enum
-
- - - - -
Enumerator
STBRP_HEURISTIC_Skyline_default 
STBRP_HEURISTIC_Skyline_BL_sortHeight 
STBRP_HEURISTIC_Skyline_BF_sortHeight 
- -

Definition at line 153 of file stb_rect_pack.h.

- -
-
-

Function Documentation

- -

◆ stbrp_init_target()

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
STBRP_DEF void stbrp_init_target (stbrp_contextcontext,
int width,
int height,
stbrp_nodenodes,
int num_nodes 
)
-
- -
-
- -

◆ stbrp_pack_rects()

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
STBRP_DEF int stbrp_pack_rects (stbrp_contextcontext,
stbrp_rectrects,
int num_rects 
)
-
- -
-
- -

◆ stbrp_setup_allow_out_of_mem()

- -
-
- - - - - - - - - - - - - - - - - - -
STBRP_DEF void stbrp_setup_allow_out_of_mem (stbrp_contextcontext,
int allow_out_of_mem 
)
-
- -
-
- -

◆ stbrp_setup_heuristic()

- -
-
- - - - - - - - - - - - - - - - - - -
STBRP_DEF void stbrp_setup_heuristic (stbrp_contextcontext,
int heuristic 
)
-
- -
-
-
- - - - - + + + + + + + +MinGfx Toolkit: src/stb_rect_pack.h File Reference + + + + + + + + + + + + +
+
+ + + + + + +
+
MinGfx Toolkit +  1.0 +
+
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
stb_rect_pack.h File Reference
+
+
+ +

Go to the source code of this file.

+ + + + + + + + +

+Classes

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

STBRP_DEF int stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects)
 
STBRP_DEF void stbrp_init_target (stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes)
 
STBRP_DEF void stbrp_setup_allow_out_of_mem (stbrp_context *context, int allow_out_of_mem)
 
STBRP_DEF void stbrp_setup_heuristic (stbrp_context *context, int heuristic)
 
+

Macro Definition Documentation

+ +

◆ STB_RECT_PACK_VERSION

+ +
+
+ + + + +
#define STB_RECT_PACK_VERSION   1
+
+ +

Definition at line 59 of file stb_rect_pack.h.

+ +
+
+ +

◆ STBRP_DEF

+ +
+
+ + + + +
#define STBRP_DEF   extern
+
+ +

Definition at line 64 of file stb_rect_pack.h.

+ +
+
+

Typedef Documentation

+ +

◆ stbrp_context

+ +
+
+ + + + +
typedef struct stbrp_context stbrp_context
+
+ +

Definition at line 1 of file stb_rect_pack.h.

+ +
+
+ +

◆ stbrp_coord

+ +
+
+ + + + +
typedef unsigned short stbrp_coord
+
+ +

Definition at line 78 of file stb_rect_pack.h.

+ +
+
+ +

◆ stbrp_node

+ +
+
+ + + + +
typedef struct stbrp_node stbrp_node
+
+ +

Definition at line 1 of file stb_rect_pack.h.

+ +
+
+ +

◆ stbrp_rect

+ +
+
+ + + + +
typedef struct stbrp_rect stbrp_rect
+
+ +

Definition at line 1 of file stb_rect_pack.h.

+ +
+
+

Enumeration Type Documentation

+ +

◆ anonymous enum

+ +
+
+ + + + +
anonymous enum
+
+ + + + +
Enumerator
STBRP_HEURISTIC_Skyline_default 
STBRP_HEURISTIC_Skyline_BL_sortHeight 
STBRP_HEURISTIC_Skyline_BF_sortHeight 
+ +

Definition at line 153 of file stb_rect_pack.h.

+ +
+
+

Function Documentation

+ +

◆ stbrp_init_target()

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
STBRP_DEF void stbrp_init_target (stbrp_contextcontext,
int width,
int height,
stbrp_nodenodes,
int num_nodes 
)
+
+ +
+
+ +

◆ stbrp_pack_rects()

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
STBRP_DEF int stbrp_pack_rects (stbrp_contextcontext,
stbrp_rectrects,
int num_rects 
)
+
+ +
+
+ +

◆ stbrp_setup_allow_out_of_mem()

+ +
+
+ + + + + + + + + + + + + + + + + + +
STBRP_DEF void stbrp_setup_allow_out_of_mem (stbrp_contextcontext,
int allow_out_of_mem 
)
+
+ +
+
+ +

◆ stbrp_setup_heuristic()

+ +
+
+ + + + + + + + + + + + + + + + + + +
STBRP_DEF void stbrp_setup_heuristic (stbrp_contextcontext,
int heuristic 
)
+
+ +
+
+
+ + + + + -- cgit v1.2.3