fn matrix_mul_scaled(a: &[Fixed; 6], b: &[Fixed; 6], scaling: i32) -> [Fixed; 6]Expand description
Simple fixed point matrix multiplication with a scaling factor.
Note: this transforms the translation component of b by the upper 2x2 of
a. This matches the offset transform FreeType uses when concatenating
the matrices from the top and font dicts.