/external/skqp/experimental/pvg/ |
D | draw_msg.proto | 234 message DrawImage { message 263 DrawImage draw_image = 11;
|
/external/skia/experimental/pvg/ |
D | draw_msg.proto | 234 message DrawImage { message 263 DrawImage draw_image = 11;
|
/external/skqp/tests/ |
D | RecorderTest.cpp | 92 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImage>()); in DEF_TEST()
|
/external/skqp/src/core/ |
D | SkRecords.h | 56 M(DrawImage) \ 234 RECORD(DrawImage, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 58 M(DrawImage) M(DrawImageNine) M(DrawImageRect) M(DrawImageLattice) M(DrawImageSet) \ 286 struct DrawImage final : Op { struct 287 static const auto kType = Type::DrawImage; argument 288 DrawImage(sk_sp<const SkImage>&& image, SkScalar x, SkScalar y, const SkPaint* paint) in DrawImage() function 570 this->push<DrawImage>(0, std::move(image), x,y, paint); in drawImage()
|
D | SkRecordDraw.cpp | 102 DRAW(DrawImage, drawImage(r.image.get(), r.left, r.top, r.paint)); 375 Bounds bounds(const DrawImage& op) const { in bounds()
|
D | SkRecorder.cpp | 237 this->append<SkRecords::DrawImage>(this->copy(paint), sk_ref_sp(image), left, top); in onDrawImage()
|
/external/skia/src/core/ |
D | SkRecords.h | 62 M(DrawImage) \ 237 RECORD(DrawImage, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
|
D | SkRecordDraw.cpp | 110 DRAW(DrawImage, drawImage(r.image.get(), r.left, r.top, r.sampling, r.paint)); 396 Bounds bounds(const DrawImage& op) const { in bounds()
|
D | SkRecorder.cpp | 210 this->append<SkRecords::DrawImage>(this->copy(paint), sk_ref_sp(image), x, y, sampling); in onDrawImage2()
|
/external/skia/tests/ |
D | RecorderTest.cpp | 93 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImage>()); in DEF_TEST()
|
/external/ImageMagick/MagickCore/ |
D | draw.h | 396 DrawImage(Image *,const DrawInfo *,ExceptionInfo *),
|
D | annotate.c | 499 (void) DrawImage(image,undercolor_info,exception); in AnnotateImage() 521 (void) DrawImage(image,annotate_info,exception); in AnnotateImage() 529 (void) DrawImage(image,annotate_info,exception); in AnnotateImage() 543 (void) DrawImage(image,annotate_info,exception); in AnnotateImage() 1821 (void) DrawImage(image,annotate_info,exception); in RenderFreetype()
|
D | methods.h | 303 #define DrawImage PrependMagickMethod(DrawImage) macro
|
D | feature.c | 1832 (void) DrawImage(image,draw_info,exception); in RenderHoughLines()
|
D | visual-effects.c | 3240 (void) DrawImage(oval_image,draw_info,exception); in VignetteImage()
|
/external/ImageMagick/coders/ |
D | mvg.c | 239 (void) DrawImage(image,draw_info,exception); in ReadMVGImage()
|
D | ttf.c | 289 (void) DrawImage(image,draw_info,exception); in ReadTTFImage()
|
D | emf.c | 780 graphics->DrawImage(source,0,0,(INT) image->columns,(INT) image->rows); in ReadEMFImage()
|
D | msl.c | 2726 (void) DrawImage(msl_info->image[n],draw_info,exception); in MSLStartElement()
|
/external/ImageMagick/ |
D | Magickshr.opt | 31 symbol_vector=(DrawImage=PROCEDURE)
|
/external/skia/site/docs/dev/tools/ |
D | debugger.md | 90 memory, for cross referencing with DrawImage\* commands in the command list
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1262 using MagickCore::DrawImage;
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 4375 status=DrawImage(wand->image,CurrentContext,wand->exception); in DrawRender()
|
D | operation.c | 2291 (void) DrawImage(_image,_draw_info,_exception); in CLISimpleOperatorImage()
|