nx_browser_demo_html_nishi.nx
buildroot/runtime/nx_browser_demo_html_nishi.nx
about
nx_browser_demo_html_nishi.nx -- end-to-end demo rendering
"<body>NISHI</body>" through the full bits-up substrate pipeline.
Composes the same stack as nx_browser_demo_html (HTML tokenize ->
layout_from_dom -> paint walk with text -> ASCII dump) but with
the expanded font subset that supports N-I-S-H letters.
dependencies 12 imports · 0 importers
diagram shows first 10 each side; +2 more imports, +0 more importers in the complete lists below.
imports: nx_syscalls.nxnx_css_tokenize.nxnx_css_apply.nxnx_css_color_decode.nxnx_html_tokenizer.nxnx_layout_box.nxnx_layout_default_display.nxnx_layout_from_dom.nxnx_paint_solid_rect.nxnx_paint_text.nxnx_paint_walk_layout.nxnx_paint_fb_ascii_dump.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
| 19 | const K_MAGIC_1024: i64 = 1024 |
functions
| 21 | func _put_byte(buf: *u8, i: i64, v: i64) -> i64 called by 1: main |
| 26 | func main() -> i64 |