Searched refs:pClipBitmap (Results 1 – 1 of 1) sorted by relevance
2239 CFX_DIBitmap* pClipBitmap = in ContinueDecode() local2244 if (pDIBitmap != pClipBitmap) { in ContinueDecode()2247 if (!pClipBitmap) { in ContinueDecode()2257 pFormatBitmap->Create(pClipBitmap->GetWidth(), in ContinueDecode()2258 pClipBitmap->GetHeight(), FXDIB_8bppRgb); in ContinueDecode()2262 pFormatBitmap->Create(pClipBitmap->GetWidth(), in ContinueDecode()2263 pClipBitmap->GetHeight(), FXDIB_8bppMask); in ContinueDecode()2267 pFormatBitmap->Create(pClipBitmap->GetWidth(), in ContinueDecode()2268 pClipBitmap->GetHeight(), FXDIB_Rgb); in ContinueDecode()2272 pFormatBitmap->Create(pClipBitmap->GetWidth(), in ContinueDecode()[all …]