code wiki / _hdl_build / nx_imgsrc_probe.nx
nx_imgsrc_probe.nx
buildroot/runtime/_hdl_build/nx_imgsrc_probe.nx
about
nx_imgsrc_probe.nx -- headless diagnosis: after the SHARED br_layout, does page.bsrc_off get the
<img src> for image boxes? Lays out a saved HTML file and prints every box that received a src.
If images have their src here, the bug is downstream (GUI fetch/decode/blit); if not, br_layout's
positional element->box src mapping is dropping them (a shared fix).
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_browser_render.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 7 | const K_MAGIC_1024: i64 = 1024 |
functions
| 9 | func pw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 10 | func pn(v: i64) -> i64 |
| 19 | func main(argc: i64, argv: *i64) -> i64 |