Searched refs:DrawVertices (Results 1 – 5 of 5) sorted by relevance
56 DrawVertices, enumerator
313 struct CanvasOp<CanvasOpType::DrawVertices> {
48 X(DrawVertices)
434 struct DrawVertices final : Op { struct435 static const auto kType = Type::DrawVertices; argument436 DrawVertices(const SkVertices* v, SkBlendMode m, const SkPaint& p) in DrawVertices() function751 this->push<DrawVertices>(0, vert, mode, paint); in drawVertices()
454 buffer.push<Op::DrawVertices> ({ in TEST()