Searched refs:corners (Results 1 – 3 of 3) sorted by relevance
378 FLOATOBJ_MulLong(&tmp, corners[1].x - corners[0].x); in PATH_ScaleNormalizedPoint()387 FLOATOBJ_MulLong(&tmp, corners[1].y - corners[0].y); in PATH_ScaleNormalizedPoint()416 FLOATOBJ_DivLong(&tmp, corners[1].x - corners[0].x); in PATH_NormalizePoint()999 corners[0].x = x1; corners[0].y = y1; in PATH_Arc()1000 corners[1].x = x2; corners[1].y = y2; in PATH_Arc()1008 if (corners[0].x > corners[1].x) in PATH_Arc()1011 corners[0].x = corners[1].x; in PATH_Arc()1014 if (corners[0].y > corners[1].y) in PATH_Arc()1017 corners[0].y = corners[1].y; in PATH_Arc()1119 centre.x = (corners[0].x + corners[1].x) / 2; in PATH_Arc()[all …]
1117 GpPointF corners[4]; in METAFILE_FillRectangles() local1122 corners[0].X = rects[i].X; in METAFILE_FillRectangles()1123 corners[0].Y = rects[i].Y; in METAFILE_FillRectangles()1124 corners[1].X = rects[i].X + rects[i].Width; in METAFILE_FillRectangles()1125 corners[1].Y = rects[i].Y; in METAFILE_FillRectangles()1126 corners[2].X = rects[i].X; in METAFILE_FillRectangles()1127 corners[2].Y = rects[i].Y + rects[i].Height; in METAFILE_FillRectangles()1128 corners[3].X = rects[i].X + rects[i].Width; in METAFILE_FillRectangles()1129 corners[3].Y = rects[i].Y + rects[i].Height; in METAFILE_FillRectangles()1132 CoordinateSpaceWorld, corners, 4); in METAFILE_FillRectangles()[all …]
5707 POINT corners[4]; in GdipDrawString() local5772 round_points(corners, rectcpy, 4); in GdipDrawString()5795 rgn = CreatePolygonRgn(corners, 4, ALTERNATE); in GdipDrawString()