Home
last modified time | relevance | path

Searched refs:DrawAnnotation (Results 1 – 15 of 15) sorted by relevance

/external/skqp/src/core/
DSkRecords.h76 M(DrawAnnotation)
327 RECORD(DrawAnnotation, 0, // TODO: kDraw_Tag, skia:5548
DSkLiteDL.cpp57 M(DrawRRect) M(DrawDRRect) M(DrawAnnotation) M(DrawDrawable) M(DrawPicture) \
250 struct DrawAnnotation final : Op { struct
251 static const auto kType = Type::DrawAnnotation; argument
252 DrawAnnotation(const SkRect& rect, SkData* value) : rect(rect), value(sk_ref_sp(value)) {} in DrawAnnotation() argument
559 void* pod = this->push<DrawAnnotation>(bytes, rect, value); in drawAnnotation()
DSkRecordDraw.cpp134 DRAW(DrawAnnotation, drawAnnotation(r.rect, r.key.c_str(), r.value.get()));
452 Bounds bounds(const DrawAnnotation& op) const { in bounds()
DSkRecorder.cpp324 this->append<SkRecords::DrawAnnotation>(rect, SkString(key), sk_ref_sp(value)); in onDrawAnnotation()
/external/skia/src/core/
DSkRecords.h80 M(DrawAnnotation) \
319 RECORD(DrawAnnotation, 0, // TODO: kDraw_Tag, skia:5548
DSkRecordDraw.cpp139 DRAW(DrawAnnotation, drawAnnotation(r.rect, r.key.c_str(), r.value.get()));
463 Bounds bounds(const DrawAnnotation& op) const { in bounds()
DSkRecorder.cpp288 this->append<SkRecords::DrawAnnotation>(rect, SkString(key), sk_ref_sp(value)); in onDrawAnnotation()
/external/skqp/tools/
DDumpRecord.cpp80 void print(const SkRecords::DrawAnnotation& command, double ns) { in print()
/external/skia/tools/
Ddump_record.cpp90 void print(const SkRecords::DrawAnnotation& command, double ns) { in print()
/external/ImageMagick/MagickWand/
Ddrawing-wand.h131 DrawAnnotation(DrawingWand *,const double,const double,const unsigned char *),
Ddrawing-wand.c703 WandExport void DrawAnnotation(DrawingWand *wand,const double x,const double y, in DrawAnnotation() function
/external/ImageMagick/tests/
Dwandtest.c5320 (void) DrawAnnotation(drawing_wand,15,5,(const unsigned char *) "Magick"); in main()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1254 using MagickCore::DrawAnnotation;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1469 DrawAnnotation( context_, _x, _y, in operator ()()
/external/ImageMagick/coders/
Dwmf.c1630 DrawAnnotation(WmfDrawingWand, 0, 0, (unsigned char*)draw_text->str); in ipa_draw_text()