Home
last modified time | relevance | path

Searched defs:DrawTextRSXform (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkLiteDL.cpp387 struct DrawTextRSXform final : Op { struct
388 static const auto kType = Type::DrawTextRSXform;
389 DrawTextRSXform(size_t bytes, const SkRect* cull, const SkPaint& paint) in DrawTextRSXform() function
393 size_t bytes;
394 SkRect cull = kUnset;
395 SkPaint paint;
396 void draw(SkCanvas* c, const SkMatrix&) const { in draw()