Home
last modified time | relevance | path

Searched refs:pDpiX (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
184 *pDpiX = 96.0; in BmpHeader_GetResolution()
189 *pDpiX = resx * 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()
345 *pDpiX = This->dpix; in BitmapImpl_GetResolution()
H A Dicoformat.c156 double *pDpiX, double *pDpiY) in IcoFrameDecode_GetResolution() argument
160 *pDpiX = This->dpiX; 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
612 *pDpiX = This->cinfo.X_density * 2.54; in JpegDecoder_Frame_GetResolution()
617 *pDpiX = This->cinfo.X_density; in JpegDecoder_Frame_GetResolution()
623 *pDpiX = 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()
978 *pDpiX = This->decode_info.xres; in TiffFrameDecode_GetResolution()
982 *pDpiX = This->decode_info.xres * 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
1006 *pDpiX = xres * 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()
704 *pDpiX = 96.0 / aspect; in GifFrameDecode_GetResolution()
/reactos/modules/rostests/winetests/windowscodecs/
H A Dconverter.c112 double *pDpiX, double *pDpiY) in BitmapTestSrc_GetResolution() argument
115 *pDpiX = This->data->xres; in BitmapTestSrc_GetResolution()
/reactos/sdk/include/psdk/
H A Dwincodec.idl358 [out] double *pDpiX,