Home
last modified time | relevance | path

Searched refs:srcheight (Results 1 – 11 of 11) sorted by relevance

/reactos/dll/win32/windowscodecs/
H A Dmain.c59 UINT srcwidth, UINT srcheight, INT srcstride, in copy_pixels() argument
71 rect.Height = srcheight; in copy_pixels()
76 if (rc->X < 0 || rc->Y < 0 || rc->X+rc->Width > srcwidth || rc->Y+rc->Height > srcheight) in copy_pixels()
89 if (rc->X == 0 && rc->Y == 0 && rc->Width == srcwidth && rc->Height == srcheight && in copy_pixels()
92 memcpy(dstbuffer, srcbuffer, srcstride * srcheight); in copy_pixels()
H A Dfliprotate.c160 UINT srcy, srcwidth, srcheight; in FlipRotator_CopyPixels() local
175 hr = IWICBitmapSource_GetSize(This->source, &srcwidth, &srcheight); in FlipRotator_CopyPixels()
193 srcy = srcheight - 1 - y; in FlipRotator_CopyPixels()
H A Dgifformat.c751 UINT srcwidth, UINT srcheight, INT srcstride, const WICRect *rc, in copy_interlaced_pixels() argument
765 rect.Height = srcheight; in copy_interlaced_pixels()
770 if (rc->X < 0 || rc->Y < 0 || rc->X+rc->Width > srcwidth || rc->Y+rc->Height > srcheight) in copy_interlaced_pixels()
788 src = srcbuffer + srcstride * ((srcheight+7)/8 + y/8); in copy_interlaced_pixels()
790 src = srcbuffer + srcstride * ((srcheight+3)/4 + y/4); in copy_interlaced_pixels()
792 src = srcbuffer + srcstride * ((srcheight+1)/2 + y/2); in copy_interlaced_pixels()
H A Dwincodecs_private.h173 UINT srcwidth, UINT srcheight, INT srcstride,
/reactos/sdk/include/psdk/
H A Dgdiplusgraphics.h328 …DrawImage(Image *image, REAL x, REAL y, REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight, Unit … in DrawImage() argument
331 … nativeGraphics, image ? getNat(image) : NULL, x, y, srcx, srcy, srcwidth, srcheight, srcUnit)); in DrawImage()
355 REAL srcheight, in DrawImage() argument
362 …raphics, image ? getNat(image) : NULL, destPoints, count, srcx, srcy, srcwidth, srcheight, srcUnit, in DrawImage()
373 INT srcheight,
381 … srcy, srcwidth, srcheight, srcUnit, imageAttributes ? getNat(imageAttributes) : NULL, callback,
393 INT srcheight,
418 …DrawImage(Image *image, INT x, INT y, INT srcx, INT srcy, INT srcwidth, INT srcheight, Unit srcUni… in DrawImage() argument
421 … nativeGraphics, image ? getNat(image) : NULL, x, y, srcx, srcy, srcwidth, srcheight, srcUnit)); in DrawImage()
431 REAL srcheight,
[all …]
/reactos/base/applications/mstsc/
H A Dbsops.h41 void * srcdata, int srcwidth, int srcheight,
H A Dbsops.c561 void * srcdata, int srcwidth, int srcheight, in bs_memblt() argument
/reactos/dll/win32/gdiplus/
H A Dgraphics.c886 bottom = (INT)(ceilf(srcy+srcheight)); in get_bitmap_sample_size()
893 bottom = gdip_round(srcy+srcheight); in get_bitmap_sample_size()
3009 height = srcheight * scale_y; in GdipDrawImagePointRect()
3114 if (srcheight < 0) in GdipDrawImagePointsRect()
3117 srcy = srcy + srcheight; in GdipDrawImagePointsRect()
3118 srcheight = -srcheight; in GdipDrawImagePointsRect()
3138 srcheight = units_to_pixels(srcheight, srcUnit, image->yres); in GdipDrawImagePointsRect()
3205 m21 = (ptf[2].X - ptf[0].X) / srcheight; in GdipDrawImagePointsRect()
3459 rc.Height = srcheight; in GdipDrawImagePointsRect()
3500 REAL srcwidth, REAL srcheight, GpUnit srcUnit, in GdipDrawImageRectRect() argument
[all …]
H A Dgdiplus_private.h101 REAL srcheight, GpUnit srcUnit, GDIPCONST GpImageAttributes* imageAttributes,
H A Dimage.c5363 UINT srcwidth, srcheight; in GdipGetImageThumbnail() local
5375 GdipGetImageHeight(image, &srcheight); in GdipGetImageThumbnail()
5387 0, 0, width, height, 0, 0, srcwidth, srcheight, UnitPixel, in GdipGetImageThumbnail()
H A Dmetafile.c4192 REAL srcheight, GpUnit srcUnit, GDIPCONST GpImageAttributes* imageAttributes, in METAFILE_DrawImagePointsRect() argument
4262 draw_image_record->SrcRect.Height = units_to_pixels(srcheight, srcUnit, metafile->image.yres); in METAFILE_DrawImagePointsRect()