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