Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecords.h76 M(DrawTextOnPath) \
319 RECORD(DrawTextOnPath, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
DSkLiteDL.cpp58 M(DrawTextOnPath) M(DrawTextRSXform) M(DrawTextBlob) \
372 struct DrawTextOnPath final : Op { struct
373 static const auto kType = Type::DrawTextOnPath; argument
374 DrawTextOnPath(size_t bytes, const SkPath& path, in DrawTextOnPath() argument
639 void* pod = this->push<DrawTextOnPath>(bytes, bytes, path, matrix, paint); in drawTextOnPath()
DSkRecordDraw.cpp123 DRAW(DrawTextOnPath, drawTextOnPath(r.text, r.byteLength, r.path, &r.matrix, r.paint));
495 Bounds bounds(const DrawTextOnPath& op) const { in bounds()
DSkRecorder.cpp278 APPEND(DrawTextOnPath, in onDrawTextOnPath()
/external/skia/tools/debugger/
DSkDrawCommand.cpp295 INSTALL_FACTORY(DrawTextOnPath); in fromJSON()