Searched defs:DrawAnnotation (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkLiteDL.cpp53 M(DrawRRect) M(DrawDRRect) M(DrawAnnotation) M(DrawDrawable) M(DrawPicture) \
238 struct DrawAnnotation final : Op {
239 static const auto kType = Type::DrawAnnotation;
240 DrawAnnotation(const SkRect& rect, SkData* value) : rect(rect), value(sk_ref_sp(value)) {} function in struct:__anon16967::final
597 void* pod = this->push<DrawAnnotation>(bytes, rect, value);
/external/ImageMagick/MagickWand/
H A Ddrawing-wand.c695 % DrawAnnotation() draws text on the image.
697 % The format of the DrawAnnotation method is:
699 % void DrawAnnotation(DrawingWand *wand,const double x,
713 WandExport void DrawAnnotation(DrawingWand *wand,const double x,const double y,
702 WandExport void DrawAnnotation(DrawingWand *wand,const double x,const double y, function

Completed in 156 milliseconds