Home
last modified time | relevance | path

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

/reactos/dll/win32/windowscodecs/
H A Dconverter.c1031 static HRESULT copypixels_to_24bppBGR(struct FormatConverter *This, const WICRect *prc, in copypixels_to_24bppBGR() function
1375 return copypixels_to_24bppBGR(This, NULL, cbStride, cbBufferSize, pbBuffer, source_format); in copypixels_to_8bppGray()
1383 hr = copypixels_to_24bppBGR(This, prc, srcstride, srcdatasize, srcdata, source_format); in copypixels_to_8bppGray()
1460 return copypixels_to_24bppBGR(This, NULL, cbStride, cbBufferSize, pbBuffer, source_format); in copypixels_to_8bppIndexed()
1473 hr = copypixels_to_24bppBGR(This, prc, srcstride, srcdatasize, srcdata, source_format); in copypixels_to_8bppIndexed()
1510 {format_24bppBGR, &GUID_WICPixelFormat24bppBGR, copypixels_to_24bppBGR},