sk_vertices

Procs

proc refNative(this: SkVertices) {...}{.raises: [], tags: [].}
  Source Edit
proc unrefNative(this: SkVertices) {...}{.raises: [], tags: [].}
  Source Edit
proc copy(vmode: SkVertexMode; positions: openArray[SkPoint];
         texs: openArray[SkPoint]; colors: openArray[SkColor];
         indices: openArray[uint16]): SkVertices {...}{.raises: [ValueError], tags: [].}
  Source Edit

Templates

template copy(vmode: SkVertexMode; positions: openArray[SkPoint];
             texs: openArray[SkPoint]; colors: openArray[SkColor]): SkVertices
  Source Edit
template copy(vmode: SkVertexMode; positions: openArray[SkPoint];
             colors: openArray[SkColor]): SkVertices
  Source Edit
template copy(vmode: SkVertexMode; positions: openArray[SkPoint];
             texs: openArray[SkPoint]): SkVertices
  Source Edit
template copy(vmode: SkVertexMode; positions: openArray[SkPoint];
             colors: openArray[SkColor]; indices: openArray[uint16]): SkVertices
  Source Edit