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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiImage/
HiiImage.h 250 EFI_HII_DRAW_IMAGE DrawImage;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiImage.h 348 EFI_HII_DRAW_IMAGE DrawImage;
  /external/skia/src/core/
SkLiteDL.cpp 56 M(DrawImage) M(DrawImageNine) M(DrawImageRect) M(DrawImageLattice) \
276 struct DrawImage final : Op {
277 static const auto kType = Type::DrawImage;
278 DrawImage(sk_sp<const SkImage>&& image, SkScalar x, SkScalar y, const SkPaint* paint)
285 void draw(SkCanvas* c, const SkMatrix&) const { c->drawImage(image.get(), x,y, &paint); }
612 void SkLiteDL::drawImage(sk_sp<const SkImage> image, SkScalar x, SkScalar y, const SkPaint* paint) {
613 this->push<DrawImage>(0, std::move(image), x,y, paint);
  /external/skqp/src/core/
SkLiteDL.cpp 56 M(DrawImage) M(DrawImageNine) M(DrawImageRect) M(DrawImageLattice) \
276 struct DrawImage final : Op {
277 static const auto kType = Type::DrawImage;
278 DrawImage(sk_sp<const SkImage>&& image, SkScalar x, SkScalar y, const SkPaint* paint)
285 void draw(SkCanvas* c, const SkMatrix&) const { c->drawImage(image.get(), x,y, &paint); }
612 void SkLiteDL::drawImage(sk_sp<const SkImage> image, SkScalar x, SkScalar y, const SkPaint* paint) {
613 this->push<DrawImage>(0, std::move(image), x,y, paint);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h 319 Status DrawImage(Image *image, REAL x, REAL y)
326 Status DrawImage(Image *image, INT x, INT y)
333 Status DrawImage(Image *image, const PointF& point)
340 Status DrawImage(Image *image, const Point& point)
347 Status DrawImage(Image *image, REAL x, REAL y, REAL width, REAL height)
354 Status DrawImage(Image *image, INT x, INT y, INT width, INT height)
361 Status DrawImage(Image *image, const RectF& rect)
368 Status DrawImage(Image *image, const Rect& rect)
375 Status DrawImage(Image *image, const PointF *destPoints, INT count)
382 Status DrawImage(Image *image, const Point *destPoints, INT count
    [all...]
  /external/ImageMagick/MagickCore/
draw.c     [all...]
methods.h 300 #define DrawImage PrependMagickMethod(DrawImage)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1_1.h 464 STDMETHOD(DrawImage)(ID2D1Image *image, CONST D2D1_POINT_2F *targetOffset, CONST D2D1_RECT_F *imageRectangle,
714 STDMETHOD_(void, DrawImage)(ID2D1Image *image, CONST D2D1_POINT_2F *targetOffset = NULL,
780 void DrawImage(ID2D1Effect *effect, CONST D2D1_POINT_2F *targetOffset = NULL, CONST D2D1_RECT_F *imageRectangle = NULL,
785 DrawImage(output, targetOffset, imageRectangle, interpolationMode, compositeMode);
789 void DrawImage(ID2D1Image *image, D2D1_INTERPOLATION_MODE interpolationMode,
791 DrawImage(image, NULL, NULL, interpolationMode, compositeMode);
794 void DrawImage(ID2D1Effect *effect, D2D1_INTERPOLATION_MODE interpolationMode,
796 DrawImage(effect, NULL, NULL, interpolationMode, compositeMode);
799 void DrawImage(ID2D1Image *image, D2D1_POINT_2F targetOffset,
    [all...]

Completed in 240 milliseconds