Searched defs:DrawTextRSXform (Results 1 – 2 of 2) sorted by relevance
396 struct DrawTextRSXform final : Op { struct397 static const auto kType = Type::DrawTextRSXform;398 DrawTextRSXform(size_t bytes, int xforms, const SkRect* cull, const SkPaint& paint) in DrawTextRSXform() argument402 size_t bytes;403 int xforms;404 SkRect cull = kUnset;405 SkPaint paint;406 void draw(SkCanvas* c, const SkMatrix&) const { in draw()