Function tiny_skia_path::stroker::miter_joiner_inner

source ยท
fn miter_joiner_inner(
    before_unit_normal: Point,
    pivot: Point,
    after_unit_normal: Point,
    radius: f32,
    inv_miter_limit: f32,
    miter_clip: bool,
    prev_is_line: bool,
    curr_is_line: bool,
    builders: SwappableBuilders<'_>,
)