/reactos/dll/win32/windowscodecs/ |
H A D | main.c | 59 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 D | fliprotate.c | 160 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 D | gifformat.c | 751 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 D | wincodecs_private.h | 173 UINT srcwidth, UINT srcheight, INT srcstride,
|
/reactos/sdk/include/psdk/ |
H A D | gdiplusgraphics.h | 328 …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 D | bsops.h | 41 void * srcdata, int srcwidth, int srcheight,
|
H A D | bsops.c | 561 void * srcdata, int srcwidth, int srcheight, in bs_memblt() argument
|
/reactos/dll/win32/gdiplus/ |
H A D | graphics.c | 886 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 D | gdiplus_private.h | 101 REAL srcheight, GpUnit srcUnit, GDIPCONST GpImageAttributes* imageAttributes,
|
H A D | image.c | 5363 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 D | metafile.c | 4192 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()
|