• Home
  • Raw
  • Download

Lines Matching refs:AppendPoint

953   path.AppendPoint(pPts[0], FXPT_TYPE::MoveTo, false);  in DrawFillArea()
955 path.AppendPoint(pPts[i], FXPT_TYPE::LineTo, false); in DrawFillArea()
982 path.AppendPoint(ptMoveTo, FXPT_TYPE::MoveTo, false); in DrawStrokeLine()
983 path.AppendPoint(ptLineTo, FXPT_TYPE::LineTo, false); in DrawStrokeLine()
1065 path.AppendPoint( in DrawBorder()
1068 path.AppendPoint( in DrawBorder()
1071 path.AppendPoint( in DrawBorder()
1074 path.AppendPoint( in DrawBorder()
1077 path.AppendPoint( in DrawBorder()
1099 pathLT.AppendPoint(CFX_PointF(fLeft + fHalfWidth, fBottom + fHalfWidth), in DrawBorder()
1101 pathLT.AppendPoint(CFX_PointF(fLeft + fHalfWidth, fTop - fHalfWidth), in DrawBorder()
1103 pathLT.AppendPoint(CFX_PointF(fRight - fHalfWidth, fTop - fHalfWidth), in DrawBorder()
1105 pathLT.AppendPoint( in DrawBorder()
1108 pathLT.AppendPoint( in DrawBorder()
1111 pathLT.AppendPoint( in DrawBorder()
1114 pathLT.AppendPoint(CFX_PointF(fLeft + fHalfWidth, fBottom + fHalfWidth), in DrawBorder()
1122 pathRB.AppendPoint(CFX_PointF(fRight - fHalfWidth, fTop - fHalfWidth), in DrawBorder()
1124 pathRB.AppendPoint( in DrawBorder()
1127 pathRB.AppendPoint(CFX_PointF(fLeft + fHalfWidth, fBottom + fHalfWidth), in DrawBorder()
1129 pathRB.AppendPoint( in DrawBorder()
1132 pathRB.AppendPoint( in DrawBorder()
1135 pathRB.AppendPoint( in DrawBorder()
1138 pathRB.AppendPoint(CFX_PointF(fRight - fHalfWidth, fTop - fHalfWidth), in DrawBorder()
1157 path.AppendPoint(CFX_PointF(fLeft, fBottom + fWidth / 2), in DrawBorder()
1159 path.AppendPoint(CFX_PointF(fRight, fBottom + fWidth / 2), in DrawBorder()