windowscodecs: Avoid signed-unsigned integer comparisons.
This commit is contained in:
parent
bb3549fc2f
commit
e458665a42
@ -93,7 +93,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
BYTE *srcdata;
|
BYTE *srcdata;
|
||||||
UINT srcstride, srcdatasize;
|
UINT srcstride, srcdatasize;
|
||||||
const BYTE *srcrow;
|
const BYTE *srcrow;
|
||||||
@ -160,7 +160,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
BYTE *srcdata;
|
BYTE *srcdata;
|
||||||
UINT srcstride, srcdatasize;
|
UINT srcstride, srcdatasize;
|
||||||
const BYTE *srcrow;
|
const BYTE *srcrow;
|
||||||
@ -223,7 +223,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
BYTE *srcdata;
|
BYTE *srcdata;
|
||||||
UINT srcstride, srcdatasize;
|
UINT srcstride, srcdatasize;
|
||||||
const BYTE *srcrow;
|
const BYTE *srcrow;
|
||||||
@ -283,7 +283,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
BYTE *srcdata;
|
BYTE *srcdata;
|
||||||
UINT srcstride, srcdatasize;
|
UINT srcstride, srcdatasize;
|
||||||
const BYTE *srcrow;
|
const BYTE *srcrow;
|
||||||
@ -325,7 +325,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
BYTE *srcdata;
|
BYTE *srcdata;
|
||||||
UINT srcstride, srcdatasize;
|
UINT srcstride, srcdatasize;
|
||||||
const BYTE *srcrow;
|
const BYTE *srcrow;
|
||||||
@ -378,7 +378,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
BYTE *srcdata;
|
BYTE *srcdata;
|
||||||
UINT srcstride, srcdatasize;
|
UINT srcstride, srcdatasize;
|
||||||
const BYTE *srcrow;
|
const BYTE *srcrow;
|
||||||
@ -420,7 +420,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
BYTE *srcdata;
|
BYTE *srcdata;
|
||||||
UINT srcstride, srcdatasize;
|
UINT srcstride, srcdatasize;
|
||||||
const BYTE *srcrow;
|
const BYTE *srcrow;
|
||||||
@ -468,7 +468,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
BYTE *srcdata;
|
BYTE *srcdata;
|
||||||
UINT srcstride, srcdatasize;
|
UINT srcstride, srcdatasize;
|
||||||
const BYTE *srcrow;
|
const BYTE *srcrow;
|
||||||
@ -516,7 +516,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
BYTE *srcdata;
|
BYTE *srcdata;
|
||||||
UINT srcstride, srcdatasize;
|
UINT srcstride, srcdatasize;
|
||||||
const BYTE *srcrow;
|
const BYTE *srcrow;
|
||||||
@ -564,7 +564,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
BYTE *srcdata;
|
BYTE *srcdata;
|
||||||
UINT srcstride, srcdatasize;
|
UINT srcstride, srcdatasize;
|
||||||
const BYTE *srcrow;
|
const BYTE *srcrow;
|
||||||
@ -607,7 +607,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
BYTE *srcdata;
|
BYTE *srcdata;
|
||||||
UINT srcstride, srcdatasize;
|
UINT srcstride, srcdatasize;
|
||||||
const BYTE *srcrow;
|
const BYTE *srcrow;
|
||||||
@ -655,7 +655,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
|
|
||||||
res = IWICBitmapSource_CopyPixels(This->source, prc, cbStride, cbBufferSize, pbBuffer);
|
res = IWICBitmapSource_CopyPixels(This->source, prc, cbStride, cbBufferSize, pbBuffer);
|
||||||
if (FAILED(res)) return res;
|
if (FAILED(res)) return res;
|
||||||
@ -674,7 +674,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
|
|
||||||
res = IWICBitmapSource_CopyPixels(This->source, prc, cbStride, cbBufferSize, pbBuffer);
|
res = IWICBitmapSource_CopyPixels(This->source, prc, cbStride, cbBufferSize, pbBuffer);
|
||||||
if (FAILED(res)) return res;
|
if (FAILED(res)) return res;
|
||||||
@ -696,7 +696,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
BYTE *srcdata;
|
BYTE *srcdata;
|
||||||
UINT srcstride, srcdatasize;
|
UINT srcstride, srcdatasize;
|
||||||
const BYTE *srcrow;
|
const BYTE *srcrow;
|
||||||
@ -740,7 +740,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
BYTE *srcdata;
|
BYTE *srcdata;
|
||||||
UINT srcstride, srcdatasize;
|
UINT srcstride, srcdatasize;
|
||||||
const BYTE *srcrow;
|
const BYTE *srcrow;
|
||||||
@ -838,7 +838,7 @@ static HRESULT copypixels_to_32bppPBGRA(struct FormatConverter *This, const WICR
|
|||||||
hr = copypixels_to_32bppBGRA(This, prc, cbStride, cbBufferSize, pbBuffer, source_format);
|
hr = copypixels_to_32bppBGRA(This, prc, cbStride, cbBufferSize, pbBuffer, source_format);
|
||||||
if (SUCCEEDED(hr) && prc)
|
if (SUCCEEDED(hr) && prc)
|
||||||
{
|
{
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
|
|
||||||
for (y=0; y<prc->Height; y++)
|
for (y=0; y<prc->Height; y++)
|
||||||
for (x=0; x<prc->Width; x++)
|
for (x=0; x<prc->Width; x++)
|
||||||
@ -879,7 +879,7 @@ static HRESULT copypixels_to_24bppBGR(struct FormatConverter *This, const WICRec
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
BYTE *srcdata;
|
BYTE *srcdata;
|
||||||
UINT srcstride, srcdatasize;
|
UINT srcstride, srcdatasize;
|
||||||
const BYTE *srcrow;
|
const BYTE *srcrow;
|
||||||
@ -947,7 +947,7 @@ static HRESULT copypixels_to_24bppRGB(struct FormatConverter *This, const WICRec
|
|||||||
if (prc)
|
if (prc)
|
||||||
{
|
{
|
||||||
HRESULT res;
|
HRESULT res;
|
||||||
UINT x, y;
|
INT x, y;
|
||||||
BYTE *srcdata;
|
BYTE *srcdata;
|
||||||
UINT srcstride, srcdatasize;
|
UINT srcstride, srcdatasize;
|
||||||
const BYTE *srcrow;
|
const BYTE *srcrow;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user