Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dgdiplusgraphics.h294 DrawImage(Image *image, INT x, INT y) in DrawImage() function
300 DrawImage(Image *image, const Point &point) in DrawImage() function
302 return DrawImage(image, point.X, point.Y); in DrawImage()
306 DrawImage(Image *image, REAL x, REAL y) in DrawImage() function
312 DrawImage(Image *image, const PointF &point) in DrawImage() function
335 DrawImage(Image *image, const RectF &rect) in DrawImage() function
348 DrawImage( in DrawImage() function
367 DrawImage(
386 DrawImage(
412 DrawImage(Image *image, const Rect &rect) in DrawImage() function
[all …]
/reactos/base/applications/rapps/
H A Dappview.cpp582 graphics.DrawImage( in PaintOnDC()