Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLiteDL.cpp372 struct DrawTextOnPath final : Op { struct
373 static const auto kType = Type::DrawTextOnPath;
374 DrawTextOnPath(size_t bytes, const SkPath& path, in DrawTextOnPath() function
379 size_t bytes;
380 SkPath path;
381 SkMatrix matrix = SkMatrix::I();
382 SkPaint paint;
383 void draw(SkCanvas* c, const SkMatrix&) const { in draw()