Searched refs:DrawTextOnPath (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/core/ |
D | SkRecords.h | 76 M(DrawTextOnPath) \ 319 RECORD(DrawTextOnPath, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 58 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()
|
D | SkRecordDraw.cpp | 123 DRAW(DrawTextOnPath, drawTextOnPath(r.text, r.byteLength, r.path, &r.matrix, r.paint)); 495 Bounds bounds(const DrawTextOnPath& op) const { in bounds()
|
D | SkRecorder.cpp | 278 APPEND(DrawTextOnPath, in onDrawTextOnPath()
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 295 INSTALL_FACTORY(DrawTextOnPath); in fromJSON()
|