From 9b83919815f6a6ce5d73da1c28483970d0ca5589 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 3 Feb 2021 14:22:28 -0600 Subject: added dev/MinGfx/ --- dev/MinGfx/docs/html/structstbrp__context.html | 265 +++++++++++++++++++++++++ 1 file changed, 265 insertions(+) create mode 100644 dev/MinGfx/docs/html/structstbrp__context.html (limited to 'dev/MinGfx/docs/html/structstbrp__context.html') diff --git a/dev/MinGfx/docs/html/structstbrp__context.html b/dev/MinGfx/docs/html/structstbrp__context.html new file mode 100644 index 0000000..0336ebc --- /dev/null +++ b/dev/MinGfx/docs/html/structstbrp__context.html @@ -0,0 +1,265 @@ + + + + + + + +MinGfx Toolkit: stbrp_context Struct Reference + + + + + + + + + + + + +
+
+ + + + + + +
+
MinGfx Toolkit +  1.0 +
+
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
+
+
+ + + + + + + + +
+
+ + +
+ +
+ +
+
+ +
+
stbrp_context Struct Reference
+
+
+

Detailed Description

+
+

Definition at line 172 of file stb_rect_pack.h.

+
+

#include <stb_rect_pack.h>

+ + + + + + + + + + + + + + + + + + + + +

+Public Attributes

int width
 
int height
 
int align
 
int init_mode
 
int heuristic
 
int num_nodes
 
stbrp_nodeactive_head
 
stbrp_nodefree_head
 
stbrp_node extra [2]
 
+

Member Data Documentation

+ +

◆ active_head

+ +
+
+ + + + +
stbrp_node* stbrp_context::active_head
+
+ +

Definition at line 180 of file stb_rect_pack.h.

+ +
+
+ +

◆ align

+ +
+
+ + + + +
int stbrp_context::align
+
+ +

Definition at line 176 of file stb_rect_pack.h.

+ +
+
+ +

◆ extra

+ +
+
+ + + + +
stbrp_node stbrp_context::extra[2]
+
+ +

Definition at line 182 of file stb_rect_pack.h.

+ +
+
+ +

◆ free_head

+ +
+
+ + + + +
stbrp_node* stbrp_context::free_head
+
+ +

Definition at line 181 of file stb_rect_pack.h.

+ +
+
+ +

◆ height

+ +
+
+ + + + +
int stbrp_context::height
+
+ +

Definition at line 175 of file stb_rect_pack.h.

+ +
+
+ +

◆ heuristic

+ +
+
+ + + + +
int stbrp_context::heuristic
+
+ +

Definition at line 178 of file stb_rect_pack.h.

+ +
+
+ +

◆ init_mode

+ +
+
+ + + + +
int stbrp_context::init_mode
+
+ +

Definition at line 177 of file stb_rect_pack.h.

+ +
+
+ +

◆ num_nodes

+ +
+
+ + + + +
int stbrp_context::num_nodes
+
+ +

Definition at line 179 of file stb_rect_pack.h.

+ +
+
+ +

◆ width

+ +
+
+ + + + +
int stbrp_context::width
+
+ +

Definition at line 174 of file stb_rect_pack.h.

+ +
+
+
The documentation for this struct was generated from the following file: +
+ + + + + -- cgit v1.2.3