↓ 7 callersFunctioncreateMetallicGradient(
ctx: CanvasRenderingContext2D,
x: number,
y: number,
r1: number,
r2: number,
baseColor: TsColor,
crates/libretune-app/src/components/gauges/drawUtils.ts:58
↓ 7 callersFunctionparse_constant_lineParse a constant definition line from INI Format: name = class, type, offset, shape, units, scale, translate, min, max, digits Note: Uses split_ini_l
crates/libretune-core/src/ini/constants.rs:167
↓ 4 callersMethodfind_nearest_known(
&self,
row: usize,
col: usize,
row_dir: i32, // -1 (up), 0, or 1 (down)
crates/libretune-core/src/autotune/predictor.rs:248