Home
last modified time | relevance | path

Searched refs:DrawTextBlobCommand (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tools/debugger/
DDrawCommand.h492 class DrawTextBlobCommand : public DrawCommand {
494 DrawTextBlobCommand(sk_sp<SkTextBlob> blob, SkScalar x, SkScalar y, const SkPaint& paint);
DDrawCommand.cpp1634 DrawTextBlobCommand::DrawTextBlobCommand(sk_sp<SkTextBlob> blob, in DrawTextBlobCommand() function in DrawTextBlobCommand
1644 void DrawTextBlobCommand::execute(SkCanvas* canvas) const { in execute()
1648 bool DrawTextBlobCommand::render(SkCanvas* canvas) const { in render()
1662 void DrawTextBlobCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
DDebugCanvas.cpp532 new DrawTextBlobCommand(sk_ref_sp(const_cast<SkTextBlob*>(blob)), x, y, paint)); in onDrawTextBlob()