Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLiteDL.cpp396 struct DrawTextRSXform final : Op { struct
397 static const auto kType = Type::DrawTextRSXform;
398 DrawTextRSXform(size_t bytes, int xforms, const SkRect* cull, const SkPaint& paint) in DrawTextRSXform() argument
402 size_t bytes;
403 int xforms;
404 SkRect cull = kUnset;
405 SkPaint paint;
406 void draw(SkCanvas* c, const SkMatrix&) const { in draw()
/external/skqp/src/core/
DSkLiteDL.cpp396 struct DrawTextRSXform final : Op { struct
397 static const auto kType = Type::DrawTextRSXform;
398 DrawTextRSXform(size_t bytes, int xforms, const SkRect* cull, const SkPaint& paint) in DrawTextRSXform() argument
402 size_t bytes;
403 int xforms;
404 SkRect cull = kUnset;
405 SkPaint paint;
406 void draw(SkCanvas* c, const SkMatrix&) const { in draw()