From: Vincent Povirk Subject: [1/3] gdiplus: Process a row instead of a column in inner conversion loop. Message-Id: Date: Fri, 19 Sep 2014 11:23:59 -0500 From 5180b10a2751196059025f824ff6039e06fdb69e Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Thu, 18 Sep 2014 13:22:14 -0500 Subject: [PATCH 1/3] gdiplus: Process a row instead of a column in inner conversion loop. --- dlls/gdiplus/image.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dlls/gdiplus/image.c b/dlls/gdiplus/image.c index 7964cd8..0564f33 100644 --- a/dlls/gdiplus/image.c +++ b/dlls/gdiplus/image.c @@ -582,8 +582,8 @@ GpStatus convert_pixels(INT width, INT height, } #define convert_indexed_to_rgb(getpixel_function, setpixel_function) do { \ - for (x=0; x