Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLiteDL.cpp409 struct DrawTextRSXform final : Op { struct
410 static const auto kType = Type::DrawTextRSXform;
411 DrawTextRSXform(size_t bytes, const SkRect* cull, const SkPaint& paint) in DrawTextRSXform() function
415 size_t bytes;
416 SkRect cull = kUnset;
417 SkPaint paint;
418 void draw(SkCanvas* c, const SkMatrix&) { in draw()