Searched defs:srcx (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdiplusgraphics.h389 Status DrawImage(Image *image, REAL x, REAL y, REAL srcx, REAL srcy, argument
395 x, y, srcx, srcy, srcwidth, srcheight,
398 Status DrawImage(Image *image, INT x, INT y, INT srcx, INT srcy, argument
404 x, y, srcx, srcy, srcwidth, srcheight,
408 REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight,
419 srcx, srcy, srcwidth, srcheight, srcUnit,
424 INT srcx, INT srcy, INT srcwidth, INT srcheight,
435 srcx, srcy, srcwidth, srcheight, srcUnit,
454 REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight,
464 srcx, src
407 DrawImage(Image *image, const RectF& destRect, REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight, Unit srcUnit, const ImageAttributes *imageAttributes = NULL, DrawImageAbort callback = NULL, VOID *callbackData = NULL) argument
423 DrawImage(Image *image, const Rect& destRect, INT srcx, INT srcy, INT srcwidth, INT srcheight, Unit srcUnit, const ImageAttributes *imageAttributes = NULL, DrawImageAbort callback = NULL, VOID *callbackData = NULL) argument
453 DrawImage(Image *image, const PointF *destPoints, INT count, REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight, Unit srcUnit, const ImageAttributes *imageAttributes = NULL, DrawImageAbort callback = NULL, VOID *callbackData = NULL) argument
468 DrawImage(Image *image, const Point *destPoints, INT count, INT srcx, INT srcy, INT srcwidth, INT srcheight, Unit srcUnit, const ImageAttributes *imageAttributes = NULL, DrawImageAbort callback = NULL, VOID *callbackData = NULL) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdiplusgraphics.h389 Status DrawImage(Image *image, REAL x, REAL y, REAL srcx, REAL srcy, argument
395 x, y, srcx, srcy, srcwidth, srcheight,
398 Status DrawImage(Image *image, INT x, INT y, INT srcx, INT srcy, argument
404 x, y, srcx, srcy, srcwidth, srcheight,
408 REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight,
419 srcx, srcy, srcwidth, srcheight, srcUnit,
424 INT srcx, INT srcy, INT srcwidth, INT srcheight,
435 srcx, srcy, srcwidth, srcheight, srcUnit,
454 REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight,
464 srcx, src
407 DrawImage(Image *image, const RectF& destRect, REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight, Unit srcUnit, const ImageAttributes *imageAttributes = NULL, DrawImageAbort callback = NULL, VOID *callbackData = NULL) argument
423 DrawImage(Image *image, const Rect& destRect, INT srcx, INT srcy, INT srcwidth, INT srcheight, Unit srcUnit, const ImageAttributes *imageAttributes = NULL, DrawImageAbort callback = NULL, VOID *callbackData = NULL) argument
453 DrawImage(Image *image, const PointF *destPoints, INT count, REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight, Unit srcUnit, const ImageAttributes *imageAttributes = NULL, DrawImageAbort callback = NULL, VOID *callbackData = NULL) argument
468 DrawImage(Image *image, const Point *destPoints, INT count, INT srcx, INT srcy, INT srcwidth, INT srcheight, Unit srcUnit, const ImageAttributes *imageAttributes = NULL, DrawImageAbort callback = NULL, VOID *callbackData = NULL) argument
[all...]

Completed in 35 milliseconds