Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLiteDL.cpp394 struct DrawTextOnPath final : Op { struct
395 static const auto kType = Type::DrawTextOnPath;
396 DrawTextOnPath(size_t bytes, const SkPath& path, in DrawTextOnPath() argument
401 size_t bytes;
402 SkPath path;
403 SkMatrix matrix = SkMatrix::I();
404 SkPaint paint;
405 void draw(SkCanvas* c, const SkMatrix&) { in draw()