Searched refs:DrawAnnotationCommand (Results 1 – 3 of 3) sorted by relevance
275 class DrawAnnotationCommand : public DrawCommand {277 DrawAnnotationCommand(const SkRect&, const char key[], sk_sp<SkData> value);
1168 DrawAnnotationCommand::DrawAnnotationCommand(const SkRect& rect, in DrawAnnotationCommand() function in DrawAnnotationCommand1173 void DrawAnnotationCommand::execute(SkCanvas* canvas) const { in execute()1177 void DrawAnnotationCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
451 this->addDrawCommand(new DrawAnnotationCommand(rect, key, sk_ref_sp(value))); in onDrawAnnotation()