/reactos/base/applications/mspaint/ |
H A D | history.cpp | 167 CRect rcImage = { 0, 0, GetWidth(), GetHeight() }; in PushImageForUndo() 231 int oldWidth = GetWidth(); in StretchSkew() 253 int ImageModel::GetWidth() const in GetWidth() function in ImageModel 265 RECT rect = {0, 0, GetWidth(), GetHeight()}; in InvertColors() 279 StretchBlt(m_hDrawingDC, GetWidth() - 1, 0, -GetWidth(), GetHeight(), GetDC(), 0, 0, in FlipHorizontally() 280 GetWidth(), GetHeight(), SRCCOPY); in FlipHorizontally() 287 StretchBlt(m_hDrawingDC, 0, GetHeight() - 1, GetWidth(), -GetHeight(), GetDC(), 0, 0, in FlipVertically() 288 GetWidth(), GetHeight(), SRCCOPY); in FlipVertically() 306 ::StretchBlt(m_hDrawingDC, GetWidth() - 1, GetHeight() - 1, -GetWidth(), -GetHeight(), in RotateNTimes90Degrees() 307 m_hDrawingDC, 0, 0, GetWidth(), GetHeight(), SRCCOPY); in RotateNTimes90Degrees() [all …]
|
H A D | toolsmodel.cpp | 311 OnMouseMove(TRUE, imageModel.GetWidth(), imageModel.GetHeight()); in selectAll() 312 OnButtonUp(TRUE, imageModel.GetWidth(), imageModel.GetHeight()); in selectAll()
|
H A D | canvas.cpp | 68 rc = { 0, 0, imageModel.GetWidth(), imageModel.GetHeight() }; in GetImageRect() 144 SIZE sizeImage = { imageModel.GetWidth(), imageModel.GetHeight() }; in DoDraw() 219 CSize sizeZoomed = { Zoomed(imageModel.GetWidth()), Zoomed(imageModel.GetHeight()) }; in updateScrollRange() 436 INT cxImage = imageModel.GetWidth(), cyImage = imageModel.GetHeight(); in OnMouseMove() 536 INT cxImage = imageModel.GetWidth(), cyImage = imageModel.GetHeight(); in OnButtonUp()
|
H A D | history.h | 41 int GetWidth() const;
|
H A D | fullscreen.cpp | 43 INT cxDest = imageModel.GetWidth(); in OnPaint()
|
H A D | miniature.cpp | 104 int cxImage = imageModel.GetWidth(); in OnPaint()
|
H A D | main.cpp | 435 int curWidth = imageModel.GetWidth(); in InsertSelectionFromHBITMAP() 891 …::BitBlt(pd.hDC, 0, 0, imageModel.GetWidth(), imageModel.GetHeight(), imageModel.GetDC(), 0, 0, SR… in OnCommand() 1137 …Rect(imageModel.GetDC(), 0, 0, imageModel.GetWidth(), imageModel.GetHeight(), paletteModel.GetBgCo… in OnCommand() 1205 if (imageModel.GetWidth() != attributesDialog.newWidth || in OnCommand()
|
H A D | dialogs.cpp | 97 newWidth = imageModel.GetWidth(); in OnInitDialog() 156 newWidth = imageModel.GetWidth(); in OnDefault()
|
H A D | mouse.cpp | 618 if (0 <= x && x < imageModel.GetWidth() && 0 <= y && y < imageModel.GetHeight()) in fetchColor() 1213 else if (pt.x > imageModel.GetWidth()) in DrawWithMouseTool() 1214 xRel = imageModel.GetWidth() - g_ptStart.x; in DrawWithMouseTool()
|
H A D | registry.cpp | 201 BMPWidth = imageModel.GetWidth(); in Store()
|
/reactos/modules/rostests/apitests/atl/ |
H A D | CImage.cpp | 53 ok(image1.GetWidth() == width, "Line %d: %d vs %d\n", iLine, image1.GetWidth(), width); in Test_BitmapEntry() 85 ok(image1.GetWidth() == width, "Line %d: %d vs %d\n", iLine, image1.GetWidth(), width); in Test_CompatBitmapEntry() 188 ok(image1.GetWidth() == width, "Line %d: %d vs %d\n", iLine, image1.GetWidth(), width); in Test_DIBSectionEntry() 311 ok_int(image1.GetWidth(), 48); in Test_ResBitmap() 321 ok_int(image2.GetWidth(), 32); in Test_ResBitmap()
|
/reactos/sdk/lib/atl/ |
H A D | atlimage.h | 141 int width = GetWidth(); 177 GetWidth(), GetHeight(), 0, 0, dwROP); 248 return Draw(hDestDC, xDest, yDest, GetWidth(), GetHeight()); in Draw() 258 0, 0, GetWidth(), GetHeight()); in Draw() 346 int GetWidth() const noexcept in GetWidth() function 461 return MaskBlt(hDestDC, xDest, yDest, GetWidth(), GetHeight(), 486 return PlgBlt(hDestDC, pPoints, 0, 0, GetWidth(), GetHeight(), 628 0, 0, GetWidth(), GetHeight(), dwROP); 667 0, 0, GetWidth(), GetHeight(), crTransparent);
|
/reactos/sdk/lib/3rdparty/cardlib/ |
H A D | cardwindow.h | 55 int GetWidth() { return nWidth; } in GetWidth() function
|
/reactos/base/applications/network/telnet/src/ |
H A D | tconsole.h | 81 int GetWidth() {return CON_COLS;} in GetWidth() function
|
H A D | ansiprsr.cpp | 459 if (iParam[0] > Console.GetWidth()) in ParseEscapeANSI() 460 iParam[0] = Console.GetWidth(); // up to the end of line in ParseEscapeANSI()
|
H A D | tncon.cpp | 307 Network.do_naws(Console.GetWidth(), Console.GetHeight()); in telProcessConsole()
|
H A D | ttelhndl.cpp | 233 n = Console.GetWidth(); in ParseIAC()
|
/reactos/sdk/include/psdk/ |
H A D | gdipluslinecaps.h | 170 GetWidth() in GetWidth() function
|
H A D | gdipluspen.h | 215 GetWidth() in GetWidth() function
|
H A D | d3drmobj.h | 395 STDMETHOD_(DWORD, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_() 436 #define IDirect3DRMDevice_GetWidth(p) (p)->lpVtbl->GetWidth(p) 474 #define IDirect3DRMDevice_GetWidth(p) (p)->GetWidth() 522 STDMETHOD_(DWORD, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_() 613 #define IDirect3DRMDevice2_GetWidth(p) (p)->GetWidth() 667 STDMETHOD_(DWORD, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_() 770 #define IDirect3DRMDevice3_GetWidth(p) (p)->GetWidth() 833 STDMETHOD_(DWORD, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_() 922 #define IDirect3DRMViewport_GetWidth(p) (p)->GetWidth() 973 STDMETHOD_(DWORD, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_() [all …]
|
H A D | gdiplusheaders.h | 255 GetWidth() in GetWidth() function
|
/reactos/sdk/include/dxsdk/ |
H A D | d3dx9core.h | 230 STDMETHOD_(FLOAT, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_() 257 #define ID3DXLine_GetWidth(p) (p)->lpVtbl->GetWidth(p) 280 #define ID3DXLine_GetWidth(p) (p)->GetWidth()
|
H A D | d3dx9mesh.h | 566 STDMETHOD_(BOOL, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_() 595 STDMETHOD_(UINT, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_() 616 STDMETHOD_(UINT, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_()
|
/reactos/base/applications/rapps/ |
H A D | appview.cpp | 578 … min(((float)width / (float)pImage->GetWidth()), ((float)height / (float)pImage->GetHeight())); in PaintOnDC() 579 float ZoomedImgWidth = ZoomRatio * (float)pImage->GetWidth(); in PaintOnDC() 755 … max(min((float)pImage->GetWidth() / (float)pImage->GetHeight(), (float)SCRNSHOT_MAX_ASPECT_RAT), in GetRequestedWidth()
|
/reactos/dll/win32/mshtml/ |
H A D | nsiface.idl | 982 nsresult GetWidth(float *aWidth); 1626 nsresult GetWidth(uint32_t *aWidth); 1875 nsresult GetWidth(uint32_t *aWidth); 2047 nsresult GetWidth(nsAString *aWidth); 2117 nsresult GetWidth(nsAString *aWidth); 2148 nsresult GetWidth(nsAString *aWidth); 2221 nsresult GetWidth(nsAString *aWidth);
|