• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/

Lines Matching refs:vX

676     wxCoord                         vX;
689 rEvent.GetPosition(&vX, &vY);
691 wxToolBarTool* pTool = (wxToolBarTool *)FindToolForPosition( vX
771 ,vX
861 wxCoord vX;
867 ,&vX
870 if (pTool->GetWidth() > vX) // large tools
872 vLeft = pTool->m_vX + (pTool->GetWidth() - vX);
873 GetSize(&vX, &vY);
881 vLeft += (wxCoord)((m_vTextX - vX)/2);
906 wxCoord vX;
912 ,&vX
915 vLeft += (wxCoord)((m_vTextX - vX)/2);
939 wxCoord vX
956 if ((vX >= (pTool->m_vX - ((wxCoord)(pTool->GetWidth()/2) - 2))) &&
958 (vX <= (pTool->m_vX + pTool->GetWidth())) &&
966 if ((vX >= pTool->m_vX) &&
968 (vX <= (pTool->m_vX + pTool->GetWidth())) &&
1035 wxCoord vX;
1060 vX = pTool->m_vX - 2;
1065 vX = pTool->m_vX - (wxCoord)(pTool->GetWidth()/2);
1073 vX = pTool->m_vX - 2;
1081 vDC.DrawLine(vX + vWidth, vY + vHeight, vX, vY + vHeight);
1082 vDC.DrawLine(vX + vWidth, vY, vX + vWidth, vY + vHeight);
1084 vDC.DrawLine(vX, vY, vX + vWidth, vY);
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);
1092 vDC.DrawLine(vX, vY, vX + vWidth, vY);
1093 vDC.DrawLine(vX, vY + vHeight, vX, vY);
1101 wxCoord vX;
1129 vX = pTool->m_vX - 2;
1134 vX = pTool->m_vX - (wxCoord)(pTool->GetWidth()/2);
1142 vX = pTool->m_vX - 2;
1150 vDC.DrawLine(vX + vWidth, vY + vHeight, vX, vY + vHeight);
1151 vDC.DrawLine(vX + vWidth, vY, vX + vWidth, vY + vHeight);
1153 vDC.DrawLine(vX, vY, vX + vWidth, vY);
1154 vDC.DrawLine(vX, vY + vHeight, vX, vY);
1159 vDC.DrawLine(vX + vWidth, vY + vHeight, vX, vY + vHeight);
1160 vDC.DrawLine(vX + vWidth, vY, vX + vWidth, vY + vHeight);
1161 vDC.DrawLine(vX, vY, vX + vWidth, vY);
1162 vDC.DrawLine(vX, vY + vHeight, vX, vY);