Home
last modified time | relevance | path

Searched refs:DrawImage (Results 1 – 25 of 29) sorted by relevance

12

/external/skqp/experimental/pvg/
Ddraw_msg.proto234 message DrawImage { message
263 DrawImage draw_image = 11;
/external/skia/experimental/pvg/
Ddraw_msg.proto234 message DrawImage { message
263 DrawImage draw_image = 11;
/external/skqp/tests/
DRecorderTest.cpp92 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImage>()); in DEF_TEST()
/external/skqp/src/core/
DSkRecords.h56 M(DrawImage) \
234 RECORD(DrawImage, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
DSkLiteDL.cpp58 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()
DSkRecordDraw.cpp102 DRAW(DrawImage, drawImage(r.image.get(), r.left, r.top, r.paint));
375 Bounds bounds(const DrawImage& op) const { in bounds()
DSkRecorder.cpp237 this->append<SkRecords::DrawImage>(this->copy(paint), sk_ref_sp(image), left, top); in onDrawImage()
/external/skia/src/core/
DSkRecords.h62 M(DrawImage) \
237 RECORD(DrawImage, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
DSkRecordDraw.cpp110 DRAW(DrawImage, drawImage(r.image.get(), r.left, r.top, r.sampling, r.paint));
396 Bounds bounds(const DrawImage& op) const { in bounds()
DSkRecorder.cpp210 this->append<SkRecords::DrawImage>(this->copy(paint), sk_ref_sp(image), x, y, sampling); in onDrawImage2()
/external/skia/tests/
DRecorderTest.cpp93 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImage>()); in DEF_TEST()
/external/ImageMagick/MagickCore/
Ddraw.h396 DrawImage(Image *,const DrawInfo *,ExceptionInfo *),
Dannotate.c499 (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()
Dmethods.h303 #define DrawImage PrependMagickMethod(DrawImage) macro
Dfeature.c1832 (void) DrawImage(image,draw_info,exception); in RenderHoughLines()
Dvisual-effects.c3240 (void) DrawImage(oval_image,draw_info,exception); in VignetteImage()
/external/ImageMagick/coders/
Dmvg.c239 (void) DrawImage(image,draw_info,exception); in ReadMVGImage()
Dttf.c289 (void) DrawImage(image,draw_info,exception); in ReadTTFImage()
Demf.c780 graphics->DrawImage(source,0,0,(INT) image->columns,(INT) image->rows); in ReadEMFImage()
Dmsl.c2726 (void) DrawImage(msl_info->image[n],draw_info,exception); in MSLStartElement()
/external/ImageMagick/
DMagickshr.opt31 symbol_vector=(DrawImage=PROCEDURE)
/external/skia/site/docs/dev/tools/
Ddebugger.md90 memory, for cross referencing with DrawImage\* commands in the command list
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1262 using MagickCore::DrawImage;
/external/ImageMagick/MagickWand/
Ddrawing-wand.c4375 status=DrawImage(wand->image,CurrentContext,wand->exception); in DrawRender()
Doperation.c2291 (void) DrawImage(_image,_draw_info,_exception); in CLISimpleOperatorImage()

12