Searched refs:vHeight (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dstattext.cpp244 wxCoord vHeight; local
247 GetSize(&vWidth, &vHeight);
248 if (!(vX == -1 && vY == -1 && vWidth == -1 && vHeight == -1))
249 DoSetSize(vX, vY, vWidth, vHeight, wxSIZE_AUTO_WIDTH | wxSIZE_AUTO_HEIGHT);
H A Dtoolbar.cpp1038 wxCoord vHeight; local
1069 vHeight = pTool->GetHeight() + m_vTextY + 2;
1076 vHeight = pTool->GetHeight() + 4;
1081 vDC.DrawLine(vX + vWidth, vY + vHeight, vX, vY + vHeight);
1082 vDC.DrawLine(vX + vWidth, vY, vX + vWidth, vY + vHeight);
1085 vDC.DrawLine(vX, vY + vHeight, vX, vY);
1090 vDC.DrawLine(vX + vWidth, vY + vHeight, vX, vY + vHeight);
1091 vDC.DrawLine(vX + vWidth, vY, vX + vWidth, vY + vHeight);
1104 wxCoord vHeight; local
[all...]
H A Ddc.cpp444 , wxCoord vHeight
449 vY = OS2Y(vY,vHeight);
452 vRect.yTop = vY + vHeight;
784 , wxCoord vHeight
789 vY1 = OS2Y(vY1,vHeight);
794 vPoint[1].y = vY1 + vHeight;
803 if(vWidth > 4 && vHeight > 4)
822 wxCoord vY2 = vY1 + vHeight;
970 , wxCoord vHeight
986 vY = OS2Y(vY,vHeight);
1687 wxCoord vHeight; local
2420 DoBlit( wxCoord vXdest, wxCoord vYdest, wxCoord vWidth, wxCoord vHeight, wxDC* pSource, wxCoord vXsrc, wxCoord vYsrc, int nRop, bool bUseMask, wxCoord WXUNUSED(vXsrcMask), wxCoord WXUNUSED(vYsrcMask) ) argument
[all...]
H A Dregion.cpp118 , wxCoord vHeight
136 vRect.yTop = y + vHeight;
363 , wxCoord& vHeight
378 vHeight = vRect.yTop - vRect.yBottom;
383 x = y = vWidth = vHeight = 0L;
396 wxCoord vHeight; local
404 ,vHeight
406 return ((vWidth == 0) && (vHeight == 0));
H A Dchecklst.cpp397 wxCoord vHeight; local
401 vHeight = (wxCoord)(vDc.GetCharHeight() * 2.5);
408 nY = nParentHeight - (nY + vHeight);
410 size_t nItem = (size_t)(nY / vHeight);
H A Ddcprint.cpp362 wxCoord WXUNUSED(vHeight),
H A Dlistbox.cpp774 wxCoord vHeight; local
786 vHeight = (wxCoord)(vDc.GetCharHeight() * 2.5);
787 pMeasureStruct->rclItem.yTop = (USHORT)vHeight;
789 return long(MRFROM2SHORT((USHORT)vHeight, (USHORT)vWidth));
H A Dframe.cpp682 wxCoord vHeight; local
738 vHeight = (wxCoord)(vRect.yTop - vRect.yBottom);
742 ,vHeight - vSheight
754 vHeight = (wxCoord)(vRect.yTop - vRect.yBottom);
758 ,vHeight - vSheight
H A Dwindow.cpp1330 int vHeight; local
1331 DoGetSize(NULL,&vHeight);
1333 vPoint.y = pWindow->GetOS2ParentHeight(pParent) - vPoint.y - vHeight;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Ddcprint.h51 ,wxCoord vHeight
H A Ddc.h233 ,wxCoord vHeight
246 ,wxCoord vHeight
251 ,wxCoord vHeight
257 ,wxCoord vHeight
287 ,wxCoord vHeight
301 ,wxCoord vHeight
H A Dregion.h24 ,wxCoord vHeight

Completed in 99 milliseconds