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