Searched refs:m_nHeight (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dgdiimage.h38 m_nWidth = m_nHeight = m_nDepth = 0;
54 { m_nWidth = nW; m_nHeight = nH; }
63 int m_nHeight; member in class:wxGDIImageRefData
194 int GetHeight() const { return IsNull() ? 0 : GetGDIImageData()->m_nHeight; }
198 void SetHeight(int nH) { EnsureHasData(); GetGDIImageData()->m_nHeight = nH; }
H A Dgauge.h70 int m_nHeight; member in class:wxGauge
H A Ddc.h92 int m_nHeight; member in class:wxDCCacheEntry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Downerdrw.cpp153 m_nHeight = 0;
257 m_nHeight = *pheight;
406 HBITMAP hbmpCheck = CreateBitmap(margin, m_nHeight, 1, 1, 0);
410 RECT rect = { 0, 0, margin, m_nHeight };
411 if ( m_nHeight > 0 )
417 BitBlt(hdc, rc.x, rc.y, margin, m_nHeight, hdcMem, 0, 0, SRCCOPY);
462 int heightDiff = m_nHeight - nBmpHeight;
472 rc.GetTop() + m_nHeight };
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Downerdrw.cpp46 m_nHeight = 0;
160 m_nHeight = *pHeight; // remember height for use in OnDrawItem
410 vRect.yTop = rRect.y + m_nHeight - 3;
452 int nHeightDiff = m_nHeight - nBmpHeight;
468 POINTL vPnt2 = {rRect.x + GetMarginWidth(), rRect.y + m_nHeight - 3};
H A Dgauge.cpp216 m_nHeight = nHeight;
297 return wxSize(m_nWidth,m_nHeight);
H A Dcursor.cpp36 m_nHeight = 32;
H A Dgdiimage.cpp385 pData->m_nHeight = vBmph.cy;
H A Dbitmap.cpp134 pRefData->m_nHeight = nHeight;
197 pRefData->m_nHeight = nHeight;
339 GetBitmapData()->m_nHeight = nH;
H A Ddc.cpp172 m_nHeight = nHeight;
184 m_nHeight = 0;
214 if (pEntry->m_nWidth < nWidth || pEntry->m_nHeight < nHeight)
232 pEntry->m_nHeight = nHeight;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Downerdrw.h176 size_t m_nHeight, // font height member in class:wxOwnerDrawn

Completed in 37 milliseconds