cxWidth 662 third_party/wtl/include/atlctrls.h void SetColumnWidth(int cxWidth) cxWidth 665 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, LB_SETCOLUMNWIDTH, cxWidth, 0L); cxWidth 8646 third_party/wtl/include/atlctrls.h BOOL SetBandWidth(int nBand, int cxWidth) cxWidth 8649 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_SETBANDWIDTH, nBand, cxWidth); cxWidth 3483 third_party/wtl/include/atlctrlw.h int cxWidth = rect.right - rect.left; cxWidth 3507 third_party/wtl/include/atlctrlw.h pT->_CalcIconRect(cxWidth, cyHeight, rcIcon); cxWidth 3511 third_party/wtl/include/atlctrlw.h ::SetRect(&rect, cxWidth - m_cxRight, 0, cxWidth, cyHeight); cxWidth 3545 third_party/wtl/include/atlctrlw.h pT->_CalcBtnRects(cxWidth, cyHeight, arrRect); cxWidth 4023 third_party/wtl/include/atlctrlw.h void _CalcIconRect(int cxWidth, int cyHeight, RECT& rect, bool bInvertX = false) const cxWidth 4033 third_party/wtl/include/atlctrlw.h ::SetRect(&rect, cxWidth - (xStart + m_cxBtnWidth), yStart, cxWidth - xStart, yStart + m_cyBtnHeight); cxWidth 4038 third_party/wtl/include/atlctrlw.h void _CalcBtnRects(int cxWidth, int cyHeight, RECT arrRect[3], bool bInvertX = false) const cxWidth 4044 third_party/wtl/include/atlctrlw.h RECT rcBtn = { cxWidth - m_cxBtnWidth, yStart, cxWidth, yStart + m_cyBtnHeight }; cxWidth 729 third_party/wtl/include/atlctrlx.h unsigned char arrANDPlane[cxWidth * cyHeight / 8]; cxWidth 730 third_party/wtl/include/atlctrlx.h unsigned char arrXORPlane[cxWidth * cyHeight / 8]; cxWidth 1367 third_party/wtl/include/atlctrlx.h m_hCursor = ::CreateCursor(ModuleHelper::GetModuleInstance(), _AtlHyperLink_CursorData.xHotSpot, _AtlHyperLink_CursorData.yHotSpot, _AtlHyperLink_CursorData.cxWidth, _AtlHyperLink_CursorData.cyHeight, _AtlHyperLink_CursorData.arrANDPlane, _AtlHyperLink_CursorData.arrXORPlane); cxWidth 2034 third_party/wtl/include/atlctrlx.h BOOL SetPaneWidth(int nPaneID, int cxWidth) cxWidth 2050 third_party/wtl/include/atlctrlx.h int cxOff = cxWidth - cxPaneWidth; cxWidth 2551 third_party/wtl/include/atlctrlx.h void UpdateLayout(int cxWidth, int cyHeight) cxWidth 2563 third_party/wtl/include/atlctrlx.h m_wndClient.SetWindowPos(NULL, m_cxyHeader, 0, cxWidth - m_cxyHeader, cyHeight, SWP_NOZORDER); cxWidth 2565 third_party/wtl/include/atlctrlx.h rect.right = cxWidth; cxWidth 2569 third_party/wtl/include/atlctrlx.h ::SetRect(&rect, 0, 0, cxWidth, m_cxyHeader); cxWidth 2574 third_party/wtl/include/atlctrlx.h m_wndClient.SetWindowPos(NULL, 0, m_cxyHeader, cxWidth, cyHeight - m_cxyHeader, SWP_NOZORDER); cxWidth 5834 third_party/wtl/include/atldlgs.h void SetWidth(UINT cxWidth) cxWidth 5836 third_party/wtl/include/atldlgs.h this->cxWidth = cxWidth; cxWidth 5962 third_party/wtl/include/atldlgs.h void SetWidth(UINT cxWidth) cxWidth 5963 third_party/wtl/include/atldlgs.h { m_tdc.SetWidth(cxWidth); } cxWidth 597 third_party/wtl/include/atlframe.h static BOOL AddSimpleReBarBandCtrl(HWND hWndReBar, HWND hWndBand, int nID = 0, LPCTSTR lpstrTitle = NULL, BOOL bNewRow = FALSE, int cxWidth = 0, BOOL bFullWidthAlways = FALSE) cxWidth 643 third_party/wtl/include/atlframe.h rbBand.cx = (cxWidth != 0) ? cxWidth : rcTmp.right; cxWidth 664 third_party/wtl/include/atlframe.h rbBand.cx = (cxWidth != 0) ? cxWidth : (rcTmp.right - rcTmp.left); cxWidth 689 third_party/wtl/include/atlframe.h BOOL AddSimpleReBarBand(HWND hWndBand, LPCTSTR lpstrTitle = NULL, BOOL bNewRow = FALSE, int cxWidth = 0, BOOL bFullWidthAlways = FALSE) cxWidth 693 third_party/wtl/include/atlframe.h return AddSimpleReBarBandCtrl(m_hWndToolBar, hWndBand, 0, lpstrTitle, bNewRow, cxWidth, bFullWidthAlways); cxWidth 3166 third_party/wtl/include/atlframe.h void DlgResize_UpdateLayout(int cxWidth, int cyHeight) cxWidth 3174 third_party/wtl/include/atlframe.h if(cxWidth < m_ptMinTrackSize.x) cxWidth 3175 third_party/wtl/include/atlframe.h cxWidth = m_ptMinTrackSize.x; cxWidth 3206 third_party/wtl/include/atlframe.h pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i + j], true, pDataPrev); cxWidth 3214 third_party/wtl/include/atlframe.h pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i], false); cxWidth 3266 third_party/wtl/include/atlframe.h bool DlgResize_PositionControl(int cxWidth, int cyHeight, RECT& rectGroup, _AtlDlgResizeData& data, bool bGroup, cxWidth 3283 third_party/wtl/include/atlframe.h int cxRight = rectGroup.right + cxWidth - m_sizeDialog.cx; cxWidth 3290 third_party/wtl/include/atlframe.h rectCtl.left = rectGroup.left + ::MulDiv(data.m_rect.left - rectGroup.left, rectGroup.right - rectGroup.left + (cxWidth - m_sizeDialog.cx), rectGroup.right - rectGroup.left); cxWidth 3294 third_party/wtl/include/atlframe.h rectCtl.right = rectGroup.left + ::MulDiv(data.m_rect.right - rectGroup.left, rectGroup.right - rectGroup.left + (cxWidth - m_sizeDialog.cx), rectGroup.right - rectGroup.left); cxWidth 3350 third_party/wtl/include/atlframe.h rectCtl.left = (cxWidth - cxCtl) / 2; cxWidth 3355 third_party/wtl/include/atlframe.h rectCtl.right = data.m_rect.right + (cxWidth - m_sizeDialog.cx); cxWidth 2093 third_party/wtl/include/atlgdi.h BOOL DrawIconEx(int x, int y, HICON hIcon, int cxWidth, int cyWidth, UINT uStepIfAniCur = 0, HBRUSH hbrFlickerFreeDraw = NULL, UINT uFlags = DI_NORMAL) cxWidth 2096 third_party/wtl/include/atlgdi.h return ::DrawIconEx(m_hDC, x, y, hIcon, cxWidth, cyWidth, uStepIfAniCur, hbrFlickerFreeDraw, uFlags); cxWidth 823 third_party/wtl/include/atluser.h BOOL DrawIconEx(HDC hDC, int x, int y, int cxWidth, int cyWidth, UINT uStepIfAniCur = 0, HBRUSH hbrFlickerFreeDraw = NULL, UINT uFlags = DI_NORMAL) cxWidth 826 third_party/wtl/include/atluser.h return ::DrawIconEx(hDC, x, y, m_hIcon, cxWidth, cyWidth, uStepIfAniCur, hbrFlickerFreeDraw, uFlags);