cyHeight         4266 third_party/wtl/include/atlctrls.h 	int SetItemHeight(int cyHeight)
cyHeight         4269 third_party/wtl/include/atlctrls.h 		return (int)::SendMessage(m_hWnd, TVM_SETITEMHEIGHT, cyHeight, 0L);
cyHeight         3484 third_party/wtl/include/atlctrlw.h 		int cyHeight = rect.bottom - rect.top;
cyHeight         3487 third_party/wtl/include/atlctrlw.h 		::SetRect(&rect, 0, 0, m_cxLeft, cyHeight);
cyHeight         3507 third_party/wtl/include/atlctrlw.h 		pT->_CalcIconRect(cxWidth, cyHeight, rcIcon);
cyHeight         3511 third_party/wtl/include/atlctrlw.h 		::SetRect(&rect, cxWidth - m_cxRight, 0, cxWidth, cyHeight);
cyHeight         3545 third_party/wtl/include/atlctrlw.h 		pT->_CalcBtnRects(cxWidth, cyHeight, arrRect);
cyHeight         4002 third_party/wtl/include/atlctrlw.h 	void _AdjustBtnSize(int cyHeight)
cyHeight         4004 third_party/wtl/include/atlctrlw.h 		if(cyHeight > 1 && m_cyBtnHeight > cyHeight)
cyHeight         4009 third_party/wtl/include/atlctrlw.h 				m_cyBtnHeight = cyHeight;
cyHeight         4010 third_party/wtl/include/atlctrlw.h 				m_cxBtnWidth = cyHeight;
cyHeight         4016 third_party/wtl/include/atlctrlw.h 				m_cyBtnHeight = cyHeight;
cyHeight         4017 third_party/wtl/include/atlctrlw.h 				m_cxBtnWidth = cyHeight + m_cxyOffset;
cyHeight         4023 third_party/wtl/include/atlctrlw.h 	void _CalcIconRect(int cxWidth, int cyHeight, RECT& rect, bool bInvertX = false) const
cyHeight         4028 third_party/wtl/include/atlctrlw.h 		int yStart = (cyHeight - m_cyIconHeight) / 2;
cyHeight         4038 third_party/wtl/include/atlctrlw.h 	void _CalcBtnRects(int cxWidth, int cyHeight, RECT arrRect[3], bool bInvertX = false) const
cyHeight         4040 third_party/wtl/include/atlctrlw.h 		int yStart = (cyHeight - m_cyBtnHeight) / 2;
cyHeight          729 third_party/wtl/include/atlctrlx.h 	unsigned char arrANDPlane[cxWidth * cyHeight / 8];
cyHeight          730 third_party/wtl/include/atlctrlx.h 	unsigned char arrXORPlane[cxWidth * cyHeight / 8];
cyHeight         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);
cyHeight         2551 third_party/wtl/include/atlctrlx.h 	void UpdateLayout(int cxWidth, int cyHeight)
cyHeight         2558 third_party/wtl/include/atlctrlx.h 			::SetRect(&rect, 0, 0, m_cxyHeader, cyHeight);
cyHeight         2563 third_party/wtl/include/atlctrlx.h 				m_wndClient.SetWindowPos(NULL, m_cxyHeader, 0, cxWidth - m_cxyHeader, cyHeight, SWP_NOZORDER);
cyHeight         2574 third_party/wtl/include/atlctrlx.h 				m_wndClient.SetWindowPos(NULL, 0, m_cxyHeader, cxWidth, cyHeight - m_cxyHeader, SWP_NOZORDER);
cyHeight         2576 third_party/wtl/include/atlctrlx.h 				rect.bottom = cyHeight;
cyHeight         3166 third_party/wtl/include/atlframe.h 	void DlgResize_UpdateLayout(int cxWidth, int cyHeight)
cyHeight         3176 third_party/wtl/include/atlframe.h 			if(cyHeight < m_ptMinTrackSize.y)
cyHeight         3177 third_party/wtl/include/atlframe.h 				cyHeight = m_ptMinTrackSize.y;
cyHeight         3206 third_party/wtl/include/atlframe.h 					pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i + j], true, pDataPrev);
cyHeight         3214 third_party/wtl/include/atlframe.h 				pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i], false);
cyHeight         3266 third_party/wtl/include/atlframe.h 	bool DlgResize_PositionControl(int cxWidth, int cyHeight, RECT& rectGroup, _AtlDlgResizeData& data, bool bGroup, 
cyHeight         3315 third_party/wtl/include/atlframe.h 				int cyBottom = rectGroup.bottom + cyHeight - m_sizeDialog.cy;
cyHeight         3322 third_party/wtl/include/atlframe.h 				rectCtl.top = rectGroup.top + ::MulDiv(data.m_rect.top - rectGroup.top, rectGroup.bottom - rectGroup.top + (cyHeight - m_sizeDialog.cy), rectGroup.bottom - rectGroup.top);
cyHeight         3326 third_party/wtl/include/atlframe.h 					rectCtl.bottom = rectGroup.top + ::MulDiv(data.m_rect.bottom - rectGroup.top, rectGroup.bottom - rectGroup.top + (cyHeight - m_sizeDialog.cy), rectGroup.bottom - rectGroup.top);
cyHeight         3364 third_party/wtl/include/atlframe.h 				rectCtl.top = (cyHeight - cyCtl) / 2;
cyHeight         3369 third_party/wtl/include/atlframe.h 				rectCtl.bottom = data.m_rect.bottom + (cyHeight - m_sizeDialog.cy);