Home
last modified time | relevance | path

Searched defs:DrawVertices (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkRecords.h313 struct DrawVertices { struct
314 static const Type kType = DrawVertices_Type; argument
316 DrawVertices(const SkPaint& paint, in DrawVertices() function
335 SkPaint paint;
336 SkCanvas::VertexMode vmode;
337 int vertexCount;
338 PODArray<SkPoint> vertices;
339 PODArray<SkPoint> texs;
340 PODArray<SkColor> colors;
341 SkAutoTUnref<SkXfermode> xmode;
[all …]