/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/skia/tests/ |
D | RecorderTest.cpp | 92 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImage>()); in DEF_TEST()
|
/external/skqp/tests/ |
D | RecorderTest.cpp | 92 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImage>()); in DEF_TEST()
|
/external/skia/src/core/ |
D | SkRecords.h | 59 M(DrawImage) \ 256 RECORD(DrawImage, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
|
D | SkRecordDraw.cpp | 109 DRAW(DrawImage, drawImage(r.image.get(), r.left, r.top, r.paint)); 384 Bounds bounds(const DrawImage& op) const { in bounds()
|
D | SkRecorder.cpp | 235 this->append<SkRecords::DrawImage>(this->copy(paint), sk_ref_sp(image), left, top); in onDrawImage()
|
/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/ImageMagick/MagickCore/ |
D | draw.h | 396 DrawImage(Image *,const DrawInfo *,ExceptionInfo *),
|
D | annotate.c | 496 (void) DrawImage(image,undercolor_info,exception); in AnnotateImage() 518 (void) DrawImage(image,annotate_info,exception); in AnnotateImage() 526 (void) DrawImage(image,annotate_info,exception); in AnnotateImage() 540 (void) DrawImage(image,annotate_info,exception); in AnnotateImage() 1765 (void) DrawImage(image,annotate_info,exception); in RenderFreetype()
|
D | methods.h | 287 #define DrawImage PrependMagickMethod(DrawImage) macro
|
D | feature.c | 1831 (void) DrawImage(image,draw_info,exception); in RenderHoughLines()
|
D | visual-effects.c | 3230 (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 | 782 graphics->DrawImage(source,0,0,(INT) image->columns,(INT) image->rows); in ReadEMFImage()
|
/external/ImageMagick/ |
D | Magickshr.opt | 31 symbol_vector=(DrawImage=PROCEDURE)
|
/external/skia/site/dev/tools/ |
D | debugger.md | 85 saved in the file, `@24205864` is it's address in wasm memory, for cross referencing with DrawImage*
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1244 using MagickCore::DrawImage;
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 4374 status=DrawImage(wand->image,CurrentContext,wand->exception); in DrawRender()
|
D | operation.c | 2241 (void) DrawImage(_image,_draw_info,_exception); in CLISimpleOperatorImage()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 7431 DrawImage = 76 in Mogrify() 9158 (void) DrawImage(image,draw_info,exception); in Mogrify()
|