code wiki / _hdl_build / nx_vecphrase_proof.nx

nx_vecphrase_proof.nx

buildroot/runtime/_hdl_build/nx_vecphrase_proof.nx

1907 B39 linesdepth 4pulls 6 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

nx_vecphrase_proof.nx -- render a real lowercase phrase through the SOVEREIGN VECTOR FONT (nx_font.nx font_text -> aa_raster) to show its true s-class quality on words -- using ONLY the 8 currently-drawn glyphs (n h i s t e o r). Proves the tech is s-class; the gap is the rest of the alphabet (DATA).

dependencies 3 imports · 0 importers

nx_font.nx nx_aa_raster.nx nx_png_write.nx nx_vecphrase_proof.nx

imports: nx_font.nxnx_aa_raster.nxnx_png_write.nx

imported by: nobody (leaf or entry point)

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

main slen font_text font_sp_shift_disp font_sp_shift_geo font_sp_shift font_ws font_wdth font_emit font_emit_geo font_weight font_mod fe_ring fe_stroke fe_chaikin_cp font_mod ↻ gs_isqrt font_ws ↻ font_wdth ↻ font_slant font_swell gs_stroke_var gs_disc geo_arc fe_stroke ↻ fe_stroke ↻ geo_earc fe_stroke ↻ font_weight ↻ font_mod ↻ font_ws ↻ font_wdth ↻ font_slant ↻ fe_stroke ↻ gs_disc ↻ fe_ring ↻ font_adv font_adv_em font_adv_em_base font_adv_em_base_geo

structs

none

consts

7const K_MAGIC_1600: i64 = 1600
8const K_MAGIC_8192: i64 = 8192
9const K_MAGIC_1024: i64 = 1024

functions

11func slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n }
called by 1: main
13func main() -> i64