Lines Matching refs:PathPointTypeLine

105 		return PathPointTypeLine;  in gdip_get_first_point_type()
168 …ype ptype = ((type == CURVE_CLOSE) || (path->count == 0)) ? PathPointTypeStart : PathPointTypeLine; in append_curve()
224 if ((*currentType & PathPointTypePathTypeMask) == PathPointTypeLine) { in gdip_validate_path_types()
700 append (path, x1, y1, PathPointTypeLine, TRUE); in GdipAddPathLine()
701 append (path, x2, y2, PathPointTypeLine, FALSE); in GdipAddPathLine()
720 append (path, tmp->X, tmp->Y, PathPointTypeLine, (i == 0)); in GdipAddPathLine2()
767 append (path, sx, sy, PathPointTypeLine, FALSE); in append_arc()
896 append (path, x1, y1, PathPointTypeLine, TRUE); in GdipAddPathBezier()
918 append_point (path, *tmp, PathPointTypeLine, TRUE); in GdipAddPathBeziers()
1029 append (path, x + width, y, PathPointTypeLine, FALSE); in GdipAddPathRectangle()
1030 append (path, x + width, y + height, PathPointTypeLine, FALSE); in GdipAddPathRectangle()
1031 append (path, x, y + height, PathPointTypeLine | PathPointTypeCloseSubpath, FALSE); in GdipAddPathRectangle()
1145 append (path, cx + rx * cos_alpha, cy + ry * sin_alpha, PathPointTypeLine, FALSE); in GdipAddPathPie()
1152 append (path, cx, cy, PathPointTypeLine, FALSE); in GdipAddPathPie()
1176 append_point (path, *tmp, PathPointTypeLine, FALSE); in GdipAddPathPolygon()
1183 append_point (path, points [0], PathPointTypeLine, FALSE); in GdipAddPathPolygon()
1355 append (path, data[1].point.x, data[1].point.y, type | PathPointTypeLine, FALSE); in GdipAddPathString()
1416 append (path, tmp->X, tmp->Y, PathPointTypeLine, (i == 0)); in GdipAddPathLine2I()
1450 append (path, tmp->X, tmp->Y, PathPointTypeLine, TRUE); in GdipAddPathBeziersI()
1586 append (path, tmp->X, tmp->Y, PathPointTypeLine, FALSE); in GdipAddPathPolygonI()
1593 append (path, points [0].X, points [0].Y, PathPointTypeLine, FALSE); in GdipAddPathPolygonI()
1643 append (flat_path, x3, y3, PathPointTypeLine, FALSE); in nr_curve_flatten()
1741 append (flat_path, 0, 0, PathPointTypeLine, FALSE); in GdipFlattenPath()
1742 append (flat_path, 0, 0, PathPointTypeLine, FALSE); in GdipFlattenPath()
1743 append (flat_path, 0, 0, PathPointTypeLine, FALSE); in GdipFlattenPath()