Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tools/debugger/
H A DDrawCommand.h275 class DrawAnnotationCommand : public DrawCommand {
277 DrawAnnotationCommand(const SkRect&, const char key[], sk_sp<SkData> value);
H A DDrawCommand.cpp1168 DrawAnnotationCommand::DrawAnnotationCommand(const SkRect& rect, in DrawAnnotationCommand() function in DrawAnnotationCommand
1173 void DrawAnnotationCommand::execute(SkCanvas* canvas) const { in execute()
1177 void DrawAnnotationCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
H A DDebugCanvas.cpp451 this->addDrawCommand(new DrawAnnotationCommand(rect, key, sk_ref_sp(value))); in onDrawAnnotation()