Searched refs:DrawVertices (Results 1 – 2 of 2) sorted by relevance
50 X(DrawVertices)
449 struct DrawVertices final : Op { struct450 static const auto kType = Type::DrawVertices; argument451 DrawVertices(const SkVertices* v, int bc, SkBlendMode m, const SkPaint& p) in DrawVertices() argument691 void* pod = this->push<DrawVertices>(boneCount * sizeof(SkVertices::Bone), vertices, boneCount, in drawVertices()