Index
Modules:
stb_rect_pack
,
stb_rect_pack/stb_rect_pack
.
API symbols
Heuristic:
stb_rect_pack: Heuristic
newRectPackContext:
stb_rect_pack: newRectPackContext(width, height, nodes: int): ref RectPackContext
packRects:
stb_rect_pack: packRects(context: ref RectPackContext; rects: openArray[Rect]): bool
Rect:
stb_rect_pack: Rect
RectPackContext:
stb_rect_pack: RectPackContext
setHeuristic:
stb_rect_pack: setHeuristic(context: ref RectPackContext; heuristic: Heuristic)
STB_RECT_PACK_VERSION:
stb_rect_pack: STB_RECT_PACK_VERSION
stbrp_context:
stb_rect_pack: stbrp_context
stbrp_coord:
stb_rect_pack: stbrp_coord
STBRP_HEURISTIC_Skyline_BF_sortHeight:
stb_rect_pack: STBRP_HEURISTIC_Skyline_BF_sortHeight
STBRP_HEURISTIC_Skyline_BL_sortHeight:
stb_rect_pack: STBRP_HEURISTIC_Skyline_BL_sortHeight
STBRP_HEURISTIC_Skyline_default:
stb_rect_pack: STBRP_HEURISTIC_Skyline_default
stbrp_init_target:
stb_rect_pack: stbrp_init_target(context: ptr stbrp_context; width: cint; height: cint; nodes: ptr stbrp_node; num_nodes: cint)
STBRP_MAXVAL:
stb_rect_pack: STBRP_MAXVAL
stbrp_node:
stb_rect_pack: stbrp_node
stbrp_pack_rects:
stb_rect_pack: stbrp_pack_rects(context: ptr stbrp_context; rects: ptr stbrp_rect; num_rects: cint): cint
stbrp_rect:
stb_rect_pack: stbrp_rect
stbrp_setup_allow_out_of_mem:
stb_rect_pack: stbrp_setup_allow_out_of_mem(context: ptr stbrp_context; allow_out_of_mem: cint)
stbrp_setup_heuristic:
stb_rect_pack: stbrp_setup_heuristic(context: ptr stbrp_context; heuristic: cint)