Searched defs:DrawPosText (Results 1 – 1 of 1) sorted by relevance
367 struct DrawPosText final : Op { struct368 static const auto kType = Type::DrawPosText;369 DrawPosText(size_t bytes, const SkPaint& paint, int n) in DrawPosText() function371 size_t bytes;372 SkPaint paint;373 int n;374 void draw(SkCanvas* c, const SkMatrix&) { in draw()