HomeSort by relevance Sort by last modified time
    Searched defs:DrawAnnotation (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkLiteDL.cpp 55 M(DrawRRect) M(DrawDRRect) M(DrawAnnotation) M(DrawDrawable) M(DrawPicture) \
240 struct DrawAnnotation final : Op {
241 static const auto kType = Type::DrawAnnotation;
242 DrawAnnotation(const SkRect& rect, SkData* value) : rect(rect), value(sk_ref_sp(value)) {}
246 c->drawAnnotation(rect, pod<char>(this), value.get());
600 void SkLiteDL::drawAnnotation(const SkRect& rect, const char* key, SkData* value) {
602 void* pod = this->push<DrawAnnotation>(bytes, rect, value);
  /external/skqp/src/core/
SkLiteDL.cpp 55 M(DrawRRect) M(DrawDRRect) M(DrawAnnotation) M(DrawDrawable) M(DrawPicture) \
240 struct DrawAnnotation final : Op {
241 static const auto kType = Type::DrawAnnotation;
242 DrawAnnotation(const SkRect& rect, SkData* value) : rect(rect), value(sk_ref_sp(value)) {}
246 c->drawAnnotation(rect, pod<char>(this), value.get());
600 void SkLiteDL::drawAnnotation(const SkRect& rect, const char* key, SkData* value) {
602 void* pod = this->push<DrawAnnotation>(bytes, rect, value);
  /external/ImageMagick/MagickWand/
drawing-wand.c 695 % 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,
    [all...]

Completed in 156 milliseconds