Function tiny_skia_path::path_geometry::find_cubic_extrema

source ยท
pub(crate) fn find_cubic_extrema(
    a: f32,
    b: f32,
    c: f32,
    d: f32,
    t_values: &mut [NormalizedF32Exclusive; 3],
) -> usize