Home
last modified time | relevance | path

Searched refs:rectsF (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/gdiplus/
H A Dgraphicspath.c2394 GpRectF *rectsF; in GdipAddPathRectanglesI() local
2406 rectsF = heap_alloc_zero(sizeof(GpRectF)*count); in GdipAddPathRectanglesI()
2409 rectsF[i].X = (REAL)rects[i].X; in GdipAddPathRectanglesI()
2410 rectsF[i].Y = (REAL)rects[i].Y; in GdipAddPathRectanglesI()
2411 rectsF[i].Width = (REAL)rects[i].Width; in GdipAddPathRectanglesI()
2412 rectsF[i].Height = (REAL)rects[i].Height; in GdipAddPathRectanglesI()
2415 retstat = GdipAddPathRectangles(path, rectsF, count); in GdipAddPathRectanglesI()
2416 heap_free(rectsF); in GdipAddPathRectanglesI()
H A Dgraphics.c4191 GpRectF *rectsF; in GdipDrawRectanglesI() local
4201 if(!rectsF) in GdipDrawRectanglesI()
4205 rectsF[i].X = (REAL)rects[i].X; in GdipDrawRectanglesI()
4206 rectsF[i].Y = (REAL)rects[i].Y; in GdipDrawRectanglesI()
4207 rectsF[i].Width = (REAL)rects[i].Width; in GdipDrawRectanglesI()
4212 heap_free(rectsF); in GdipDrawRectanglesI()
4603 GpRectF *rectsF; in GdipFillRectanglesI() local
4613 if(!rectsF) in GdipFillRectanglesI()
4617 rectsF[i].X = (REAL)rects[i].X; in GdipFillRectanglesI()
4618 rectsF[i].Y = (REAL)rects[i].Y; in GdipFillRectanglesI()
[all …]