nx_paint_walk_layout_text_test.nx
buildroot/runtime/nx_paint_walk_layout_text_test.nx
about
nx_paint_walk_layout_text_test.nx -- smoke for the integrated
background + TEXT-box rendering walk. Pairs with
nx_paint_walk_layout_test (background-only) which still passes
because new text rendering is gated on opt-in via
nx_paint_ctx_set_text.
Fixture: 1-box tree with a single TEXT box at (3, 2) carrying
the byte "1". The walk should rasterize the '1' glyph into the
framebuffer at that position.
dependencies 9 imports · 0 importers
imports: nx_syscalls.nxnx_css_tokenize.nxnx_css_apply.nxnx_css_color_decode.nxnx_layout_box.nxnx_paint_solid_rect.nxnx_paint_text.nxnx_font_bitmap_5x7.nxnx_paint_walk_layout.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
| none |
functions
| 21 | func _put_byte(buf: *u8, i: i64, v: i64) -> i64 called by 1: main |
| 26 | func main() -> i64 |