code wiki / (root) / nx_gif_consumer_gate_t139.nx

nx_gif_consumer_gate_t139.nx

buildroot/runtime/nx_gif_consumer_gate_t139.nx

6455 B56 linesdepth 10pulls 77 transitivereach 0 importersview sourcekind tooltopic gif
docsdependenciesstructsconstsfunctions

dependencies 3 imports · 0 importers

nx_browser_render_gif_t139.nx nx_img_bytes_to_rgb_gif_t139.nx nx_gate_verdict.nx nx_gif_consumer_gate_t139.nx

imports: nx_browser_render_gif_t139.nxnx_img_bytes_to_rgb_gif_t139.nxnx_gate_verdict.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main gv_puts sys_write gv_ctr sys_mmap nxa_die sys_write ↻ sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ gif_own gif_own_size nx_img_bytes_decode_result gif_own ↻ gif_decode_canvas_rgba gif_own ↻ gif_anim_init gif_own ↻ gif_scan gif_scan_from gif_u16le gif_release gif_own_size ↻ gif_anim_next gif_scan_from ↻ gif_indices_from_info gif_own ↻ gif_release ↻ gif_lzw gif_own ↻ gif_release ↻

structs

none

consts

none

functions

4func gb_pages() -> i64
called by 1: main calls 2: gif_owngif_release
13func gc_image(page: *Page) -> i64 {var i: i64=0;while i<page.tree.count{if page.bsrc_off[i]>=0{return i}i=i+1}return 0-1}
called by 1: main
14func gc_canvas(page: *Page) -> i64 {var i: i64=0;while i<page.tree.count{if page.bcanvas[i]==1{return i}i=i+1}return 0-1}
called by 1: main
15func main(argc: i64,argv: *i64) -> i64