Home
last modified time | relevance | path

Searched refs:pDpiY (Results 1 – 15 of 15) sorted by relevance

/reactos/dll/win32/windowscodecs/
H A Dfliprotate.c129 double *pDpiX, double *pDpiY) in FlipRotator_GetResolution() argument
132 TRACE("(%p,%p,%p)\n", iface, pDpiX, pDpiY); in FlipRotator_GetResolution()
137 return IWICBitmapSource_GetResolution(This->source, pDpiY, pDpiX); in FlipRotator_GetResolution()
139 return IWICBitmapSource_GetResolution(This->source, pDpiX, pDpiY); in FlipRotator_GetResolution()
H A Dcolortransform.c115 double *pDpiX, double *pDpiY) in ColorTransform_GetResolution() argument
118 TRACE("(%p,%p,%p)\n", iface, pDpiX, pDpiY); in ColorTransform_GetResolution()
120 return IWICBitmapSource_GetResolution(This->dst, pDpiX, pDpiY); in ColorTransform_GetResolution()
H A Dscaler.c154 double *pDpiX, double *pDpiY) in BitmapScaler_GetResolution() argument
157 TRACE("(%p,%p,%p)\n", iface, pDpiX, pDpiY); in BitmapScaler_GetResolution()
162 if (!pDpiX || !pDpiY) in BitmapScaler_GetResolution()
165 return IWICBitmapSource_GetResolution(This->source, pDpiX, pDpiY); in BitmapScaler_GetResolution()
H A Dbmpdecode.c163 static HRESULT BmpHeader_GetResolution(BITMAPV5HEADER *bih, double *pDpiX, double *pDpiY) in BmpHeader_GetResolution() argument
185 *pDpiY = 96.0; in BmpHeader_GetResolution()
190 *pDpiY = resy * 0.0254; in BmpHeader_GetResolution()
197 double *pDpiX, double *pDpiY) in BmpFrameDecode_GetResolution() argument
200 TRACE("(%p,%p,%p)\n", iface, pDpiX, pDpiY); in BmpFrameDecode_GetResolution()
202 return BmpHeader_GetResolution(&This->bih, pDpiX, pDpiY); in BmpFrameDecode_GetResolution()
H A Dbitmap.c336 double *pDpiX, double *pDpiY) in BitmapImpl_GetResolution() argument
339 TRACE("(%p,%p,%p)\n", iface, pDpiX, pDpiY); in BitmapImpl_GetResolution()
341 if (!pDpiX || !pDpiY) in BitmapImpl_GetResolution()
346 *pDpiY = This->dpiy; in BitmapImpl_GetResolution()
H A Dicoformat.c156 double *pDpiX, double *pDpiY) in IcoFrameDecode_GetResolution() argument
161 *pDpiY = This->dpiY; in IcoFrameDecode_GetResolution()
163 TRACE("(%p) -> (%f,%f)\n", iface, *pDpiX, *pDpiY); in IcoFrameDecode_GetResolution()
H A Djpegformat.c603 double *pDpiX, double *pDpiY) in JpegDecoder_Frame_GetResolution() argument
613 *pDpiY = This->cinfo.Y_density * 2.54; in JpegDecoder_Frame_GetResolution()
618 *pDpiY = This->cinfo.Y_density; in JpegDecoder_Frame_GetResolution()
624 *pDpiY = 96.0; in JpegDecoder_Frame_GetResolution()
630 TRACE("(%p)->(%0.2f,%0.2f)\n", iface, *pDpiX, *pDpiY); in JpegDecoder_Frame_GetResolution()
H A Dproxy.c273 double *pDpiX, double *pDpiY) in IWICBitmapSource_GetResolution_Proxy_W() argument
275 return IWICBitmapSource_GetResolution(iface, pDpiX, pDpiY); in IWICBitmapSource_GetResolution_Proxy_W()
H A Dtiffformat.c960 double *pDpiX, double *pDpiY) in TiffFrameDecode_GetResolution() argument
966 *pDpiX = *pDpiY = 96.0; in TiffFrameDecode_GetResolution()
979 *pDpiY = This->decode_info.yres; in TiffFrameDecode_GetResolution()
983 *pDpiY = This->decode_info.yres * 2.54; in TiffFrameDecode_GetResolution()
988 TRACE("(%p) <-- %f,%f unit=%i\n", iface, *pDpiX, *pDpiY, This->decode_info.resolution_unit); in TiffFrameDecode_GetResolution()
H A Dtgaformat.c594 double *pDpiX, double *pDpiY) in TgaDecoder_Frame_GetResolution() argument
596 FIXME("(%p,%p,%p): stub\n", iface, pDpiX, pDpiY); in TgaDecoder_Frame_GetResolution()
H A Dpngformat.c994 double *pDpiX, double *pDpiY) in PngDecoder_Frame_GetResolution() argument
1007 *pDpiY = yres * 0.0254; in PngDecoder_Frame_GetResolution()
1012 *pDpiX = *pDpiY = 96.0; in PngDecoder_Frame_GetResolution()
1017 TRACE("(%p)->(%0.2f,%0.2f)\n", iface, *pDpiX, *pDpiY); in PngDecoder_Frame_GetResolution()
H A Dconverter.c1617 double *pDpiX, double *pDpiY) in FormatConverter_GetResolution() argument
1621 TRACE("(%p,%p,%p)\n", iface, pDpiX, pDpiY); in FormatConverter_GetResolution()
1624 return IWICBitmapSource_GetResolution(This->source, pDpiX, pDpiY); in FormatConverter_GetResolution()
H A Dgifformat.c697 double *pDpiX, double *pDpiY) in GifFrameDecode_GetResolution() argument
702 TRACE("(%p,%p,%p)\n", iface, pDpiX, pDpiY); in GifFrameDecode_GetResolution()
705 *pDpiY = 96.0; in GifFrameDecode_GetResolution()
/reactos/modules/rostests/winetests/windowscodecs/
H A Dconverter.c112 double *pDpiX, double *pDpiY) in BitmapTestSrc_GetResolution() argument
116 *pDpiY = This->data->yres; in BitmapTestSrc_GetResolution()
/reactos/sdk/include/psdk/
H A Dwincodec.idl359 [out] double *pDpiY);