Lines Matching refs:SetPoint
55 path.SetPoint(i, pPathData[i].point.x, pPathData[i].point.y, in GetPathDataFromArray()
59 path.SetPoint(i, pPathData[i].point.x, pPathData[i].point.y, in GetPathDataFromArray()
63 path.SetPoint(i, pPathData[i].point.x, pPathData[i].point.y, in GetPathDataFromArray()
1384 path.SetPoint(0, pPts[0].x, pPts[0].y, FXPT_MOVETO); in DrawFillArea()
1386 path.SetPoint(i, pPts[i].x, pPts[i].y, FXPT_LINETO); in DrawFillArea()
1414 path.SetPoint(0, ptMoveTo.x, ptMoveTo.y, FXPT_MOVETO); in DrawStrokeLine()
1415 path.SetPoint(1, ptLineTo.x, ptLineTo.y, FXPT_LINETO); in DrawStrokeLine()
1499 path.SetPoint(0, fLeft + fWidth / 2.0f, fBottom + fWidth / 2.0f, in DrawBorder()
1501 path.SetPoint(1, fLeft + fWidth / 2.0f, fTop - fWidth / 2.0f, in DrawBorder()
1503 path.SetPoint(2, fRight - fWidth / 2.0f, fTop - fWidth / 2.0f, in DrawBorder()
1505 path.SetPoint(3, fRight - fWidth / 2.0f, fBottom + fWidth / 2.0f, in DrawBorder()
1507 path.SetPoint(4, fLeft + fWidth / 2.0f, fBottom + fWidth / 2.0f, 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()
1580 path.SetPoint(0, fLeft, fBottom + fWidth / 2, FXPT_MOVETO); in DrawBorder()
1581 path.SetPoint(1, fRight, fBottom + fWidth / 2, FXPT_LINETO); in DrawBorder()
1609 PathData.SetPoint(PathData.GetPointCount() - 1, fStartX, fY, FXPT_MOVETO); in AddSquigglyPath()
1616 PathData.SetPoint(PathData.GetPointCount() - 1, fx, fY + (i & 1) * fStep, in AddSquigglyPath()