Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DDrawCommand.h482 class DrawTextBlobCommand : public DrawCommand {
484 DrawTextBlobCommand(sk_sp<SkTextBlob> blob, SkScalar x, SkScalar y, const SkPaint& paint);
DDrawCommand.cpp1638 DrawTextBlobCommand::DrawTextBlobCommand(sk_sp<SkTextBlob> blob, in DrawTextBlobCommand() function in DrawTextBlobCommand
1648 void DrawTextBlobCommand::execute(SkCanvas* canvas) const { in execute()
1652 bool DrawTextBlobCommand::render(SkCanvas* canvas) const { in render()
1666 void DrawTextBlobCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
DDebugCanvas.cpp514 new DrawTextBlobCommand(sk_ref_sp(const_cast<SkTextBlob*>(blob)), x, y, paint)); in onDrawTextBlob()