nx_color_meter.nx
buildroot/runtime/nx_color_meter.nx
dependencies 0 imports · 1 importers
imports: none
imported by: nx_color_meter_test.nx
structs
| none |
consts
| 1 | const NX_MAGIC_1000000: i64 = 1000000 |
| 2 | const NX_MAGIC_50000: i64 = 50000 |
| 3 | const NX_MAGIC_10000: i64 = 10000 |
| 13 | const NX_CMY_C: i64 = 0 |
| 14 | const NX_CMY_M: i64 = 1 |
| 15 | const NX_CMY_Y: i64 = 2 |
| 16 | const NX_CMY_K: i64 = 3 |
| 65 | const NX_CSUP_OK: i64 = 1 |
| 66 | const NX_CSUP_LOW: i64 = 2 |
| 67 | const NX_CSUP_EMPTY: i64 = 3 |
| 68 | const NX_CSUP_UNKNOWN: i64 = 4 |
functions
| 21 | func nx_color_coverage(rgb: *u8, npix: i64, out4: *i64) -> i64 called by 1: main |
| 56 | func nx_color_remaining_bp(yield_pages: i64, consumed_ppm: i64) -> i64 called by 1: main |
| 69 | func nx_color_status(remaining_bp: i64) -> i64 called by 1: main |