Searched refs:DrawVertices (Results 1 – 5 of 5) sorted by relevance
56 DrawVertices, enumerator
319 struct CanvasOp<CanvasOpType::DrawVertices> {
49 X(DrawVertices)
514 struct DrawVertices final : Op { struct515 static const auto kType = Type::DrawVertices; argument516 DrawVertices(const SkVertices* v, SkBlendMode m, const SkPaint& p) in DrawVertices() function923 this->push<DrawVertices>(0, vert, mode, paint); in drawVertices()
463 buffer.push<Op::DrawVertices> ({ in TEST()