Searched defs:DrawTextRSXform (Results 1 – 1 of 1) sorted by relevance
409 struct DrawTextRSXform final : Op { struct410 static const auto kType = Type::DrawTextRSXform;411 DrawTextRSXform(size_t bytes, const SkRect* cull, const SkPaint& paint) in DrawTextRSXform() function415 size_t bytes;416 SkRect cull = kUnset;417 SkPaint paint;418 void draw(SkCanvas* c, const SkMatrix&) { in draw()