Searched refs:rectsF (Results 1 – 2 of 2) sorted by relevance
2394 GpRectF *rectsF; in GdipAddPathRectanglesI() local2406 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()
4191 GpRectF *rectsF; in GdipDrawRectanglesI() local4201 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() local4613 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 …]