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