Searched defs:DrawAnnotation (Results 1 – 3 of 3) sorted by relevance
256 struct DrawAnnotation final : Op { struct257 static const auto kType = Type::DrawAnnotation;258 DrawAnnotation(const SkRect& rect, SkData* value) : rect(rect), value(sk_ref_sp(value)) {} in DrawAnnotation() function259 SkRect rect;260 sk_sp<SkData> value;261 void draw(SkCanvas* c, const SkMatrix&) const { in draw()
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