Searched defs:DrawAnnotation (Results 1 – 2 of 2) sorted by relevance
250 struct DrawAnnotation final : Op { struct251 static const auto kType = Type::DrawAnnotation;252 DrawAnnotation(const SkRect& rect, SkData* value) : rect(rect), value(sk_ref_sp(value)) {} in DrawAnnotation() argument253 SkRect rect;254 sk_sp<SkData> value;255 void draw(SkCanvas* c, const SkMatrix&) const { in draw()
702 WandExport void DrawAnnotation(DrawingWand *wand,const double x,const double y, in DrawAnnotation() function