• 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:vY

442 , wxCoord                           vY
449 vY = OS2Y(vY,vHeight);
452 vRect.yTop = vY + vHeight;
454 vRect.yBottom = vY;
553 , wxCoord vY
565 vPtlPos.y = OS2Y(vY,0); // Loads y-coordinate
580 , wxCoord vY
588 vPoint.y = OS2Y(vY,0);
604 , wxCoord vY
607 vY = OS2Y(vY,0);
610 wxCoord vY1 = vY - VIEWPORT_EXTENT;
612 wxCoord vY2 = vY + VIEWPORT_EXTENT;
616 vPoint[0].y = vY;
619 vPoint[1].y = vY;
831 , wxCoord vY
843 vPoint.y = OS2Y(vY,0);
846 ,vY
968 , wxCoord vY
986 vY = OS2Y(vY,vHeight);
993 vY = OS2Y(vY,vHeight);
998 wxCoord vY2 = vY + vHeight;
1001 vPoint[0].y = vY;
1003 vPoint[1].y = vY + vHeight - 1;
1040 vPoint[0].y = vY + 1;
1042 vPoint[1].y = vY + vHeight - 2;
1051 CalcBoundingBox(vX, vY);
1057 , wxCoord vY
1076 vY = OS2Y(vY,vHeight);
1083 vY = OS2Y(vY,vHeight);
1088 wxCoord vY2 = (vY + vHeight);
1091 vPoint[0].y = vY;
1093 vPoint[1].y = vY + vHeight - 1;
1132 vPoint[0].y = vY + 1;
1134 vPoint[1].y = vY + vHeight - 2;
1144 CalcBoundingBox(vX, vY);
1151 , wxCoord vY
1160 vY = OS2Y(vY,vHeight);
1170 vPtlPos.y = vY + vHeight/2; // Loads y-coordinate
1185 wxCoord vY2 = (vY + vHeight);
1187 CalcBoundingBox(vX, vY);
1193 , wxCoord vY
1208 vY = OS2Y(vY,vHeight);
1224 vPtlPos.y = (wxCoord)(vY + vHeight/2 * (1. + sin(DegToRad(dSa)))); // Loads y-coordinate
1231 vPtlPos.y = vY + vHeight/2; // Loads y-coordinate
1244 wxCoord vY2 = (vY + vHeight);
1246 CalcBoundingBox(vX, vY);
1253 , wxCoord vY
1263 DoDrawBitmap(rIcon.GetXpmSrc(), vX, vY, true);
1269 DoDrawBitmap(vBitmap, vX, vY, false);
1271 CalcBoundingBox(vX, vY);
1272 CalcBoundingBox(vX + rIcon.GetWidth(), vY + rIcon.GetHeight());
1278 , wxCoord vY
1290 vY = OS2Y(vY,rBmp.GetHeight());
1293 vPoint[0].y = vY + rBmp.GetHeight();
1295 vPoint[1].y = vY;
1683 , wxCoord vY
1691 ,vY
1694 CalcBoundingBox(vX, vY);
1696 CalcBoundingBox((vX + vWidth), (vY + vHeight));
1701 wxCoord vY )
1742 vPtlStart.y = OS2Y(vY,vTextY);
1750 vPtlStart.y = OS2Y(vY,vTextY);
1753 vPtlStart.y = vY;
1785 , wxCoord vY
1793 ,vY
2330 , wxCoord vY
2339 vRect.yTop += vY;
2341 vRect.yBottom = vY;
2349 , wxCoord vY
2355 m_deviceOriginY = vY;
2361 vRect.yBottom -= vY;
2362 vRect.yTop -= vY;