Function skia_bindings::SkVertices_MakeCopy
source · pub unsafe extern "C" fn SkVertices_MakeCopy(
mode: SkVertices_VertexMode,
vertexCount: c_int,
positions: *const SkPoint,
texs: *const SkPoint,
colors: *const SkColor,
indexCount: c_int,
indices: *const u16
) -> sk_sp<SkVertices>