Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp2239 CFX_DIBitmap* pClipBitmap = in ContinueDecode() local
2244 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 …]