[PATCH 2/2] gdiplus: Implement GdipBitmapGetHistogram()

Vincent Povirk madewokherd at gmail.com
Tue Nov 1 16:03:12 CDT 2016


> +    ok(ch1[0x3f] == WIDTH, "Got green (0x3f) %u\n", ch1[0x3f]);
> +    ok(ch2[0x20] == WIDTH, "Got blue (0x20) %u\n", ch1[0x20]);
> +
> +return;
> +
> +    /* ARGB histogram from RGB data. */
> +    stat = pGdipBitmapGetHistogram(bm, HistogramFormatARGB, 256, ch0, ch1, ch2, NULL);
> +    expect(InvalidParameter, stat);

That return doesn't look like it's supposed to be there.



More information about the wine-devel mailing list