• Home
  • Raw
  • Download

Lines Matching refs:fHalfWidth

360   FX_FLOAT fHalfWidth = (rcRect.right - rcRect.left) / 2.0f;  in ScaleRect()  local
367 ptCenter.x - fHalfWidth * fScale, ptCenter.y - fHalfHeight * fScale, in ScaleRect()
368 ptCenter.x + fHalfWidth * fScale, ptCenter.y + fHalfHeight * fScale); in ScaleRect()
877 FX_FLOAT fHalfWidth = fWidth / 2.0f; in GetBorderAppStream() local
919 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth in GetBorderAppStream()
921 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth in GetBorderAppStream()
923 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth in GetBorderAppStream()
925 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GetBorderAppStream()
927 sAppStream << fLeft + fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GetBorderAppStream()
929 sAppStream << fLeft + fHalfWidth * 2 << " " in GetBorderAppStream()
930 << fBottom + fHalfWidth * 2 << " l f\n"; in GetBorderAppStream()
936 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth in GetBorderAppStream()
938 sAppStream << fRight - fHalfWidth << " " << fBottom + fHalfWidth in GetBorderAppStream()
940 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth in GetBorderAppStream()
942 sAppStream << fLeft + fHalfWidth * 2 << " " in GetBorderAppStream()
943 << fBottom + fHalfWidth * 2 << " l\n"; in GetBorderAppStream()
944 sAppStream << fRight - fHalfWidth * 2 << " " in GetBorderAppStream()
945 << fBottom + fHalfWidth * 2 << " l\n"; in GetBorderAppStream()
946 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GetBorderAppStream()
955 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " " in GetBorderAppStream()
956 << fRight - fLeft - fHalfWidth * 2 << " " in GetBorderAppStream()
957 << fTop - fBottom - fHalfWidth * 2 << " re f*\n"; in GetBorderAppStream()
1015 FX_FLOAT fHalfWidth = fWidth / 2.0f; in GetCircleBorderAppStream() local
1019 sAppStream << "q\n" << fHalfWidth << " w\n" << sColor in GetCircleBorderAppStream()
1025 sAppStream << "q\n" << fHalfWidth << " w\n" << sColor in GetCircleBorderAppStream()
1027 CPWL_Utils::DeflateRect(rect, fHalfWidth * 0.75f), in GetCircleBorderAppStream()
1034 sAppStream << "q\n" << fHalfWidth << " w\n" << sColor in GetCircleBorderAppStream()
1036 CPWL_Utils::DeflateRect(rect, fHalfWidth * 0.75f), in GetCircleBorderAppStream()
1042 FX_FLOAT fHalfWidth = fWidth / 2.0f; in GetCircleBorderAppStream() local
1046 sAppStream << "q\n" << fHalfWidth << " w\n" << sColor in GetCircleBorderAppStream()
1052 sAppStream << "q\n" << fHalfWidth << " w\n" << sColor in GetCircleBorderAppStream()
1054 CPWL_Utils::DeflateRect(rect, fHalfWidth * 0.75f), in GetCircleBorderAppStream()
1061 sAppStream << "q\n" << fHalfWidth << " w\n" << sColor in GetCircleBorderAppStream()
1063 CPWL_Utils::DeflateRect(rect, fHalfWidth * 0.75f), in GetCircleBorderAppStream()
1482 FX_FLOAT fHalfWidth = fWidth / 2.0f; in DrawBorder() local
1524 gsd.m_LineWidth = fHalfWidth; in DrawBorder()
1529 pathLT.SetPoint(0, fLeft + fHalfWidth, fBottom + fHalfWidth, in DrawBorder()
1531 pathLT.SetPoint(1, fLeft + fHalfWidth, fTop - fHalfWidth, FXPT_LINETO); in DrawBorder()
1532 pathLT.SetPoint(2, fRight - fHalfWidth, fTop - fHalfWidth, FXPT_LINETO); in DrawBorder()
1533 pathLT.SetPoint(3, fRight - fHalfWidth * 2, fTop - fHalfWidth * 2, in DrawBorder()
1535 pathLT.SetPoint(4, fLeft + fHalfWidth * 2, fTop - fHalfWidth * 2, in DrawBorder()
1537 pathLT.SetPoint(5, fLeft + fHalfWidth * 2, fBottom + fHalfWidth * 2, in DrawBorder()
1539 pathLT.SetPoint(6, fLeft + fHalfWidth, fBottom + fHalfWidth, in DrawBorder()
1549 pathRB.SetPoint(0, fRight - fHalfWidth, fTop - fHalfWidth, FXPT_MOVETO); in DrawBorder()
1550 pathRB.SetPoint(1, fRight - fHalfWidth, fBottom + fHalfWidth, in DrawBorder()
1552 pathRB.SetPoint(2, fLeft + fHalfWidth, fBottom + fHalfWidth, in DrawBorder()
1554 pathRB.SetPoint(3, fLeft + fHalfWidth * 2, fBottom + fHalfWidth * 2, in DrawBorder()
1556 pathRB.SetPoint(4, fRight - fHalfWidth * 2, fBottom + fHalfWidth * 2, in DrawBorder()
1558 pathRB.SetPoint(5, fRight - fHalfWidth * 2, fTop - fHalfWidth * 2, in DrawBorder()
1560 pathRB.SetPoint(6, fRight - fHalfWidth, fTop - fHalfWidth, FXPT_LINETO); in DrawBorder()
1569 path.AppendRect(fLeft + fHalfWidth, fBottom + fHalfWidth, in DrawBorder()
1570 fRight - fHalfWidth, fTop - fHalfWidth); in DrawBorder()