rasterize_to_tri_list

Function rasterize_to_tri_list 

Source
pub fn rasterize_to_tri_list<'a>(
    fill_mode: FillMode,
    types: &[u8],
    points: &[POINT],
    clip_x: i32,
    clip_y: i32,
    clip_width: i32,
    clip_height: i32,
    need_inside: bool,
    need_outside: bool,
    rasterization_truncates: bool,
    output_buffer: Option<&'a mut [OutputVertex]>,
) -> CHwTVertexBuffer<'a, OutputVertex>