Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp2253 CFX_DIBitmap* pFormatBitmap = nullptr; in ContinueDecode() local
2256 pFormatBitmap = new CFX_DIBitmap; in ContinueDecode()
2257 pFormatBitmap->Create(pClipBitmap->GetWidth(), in ContinueDecode()
2261 pFormatBitmap = new CFX_DIBitmap; in ContinueDecode()
2262 pFormatBitmap->Create(pClipBitmap->GetWidth(), in ContinueDecode()
2266 pFormatBitmap = new CFX_DIBitmap; in ContinueDecode()
2267 pFormatBitmap->Create(pClipBitmap->GetWidth(), in ContinueDecode()
2271 pFormatBitmap = new CFX_DIBitmap; in ContinueDecode()
2272 pFormatBitmap->Create(pClipBitmap->GetWidth(), in ContinueDecode()
2276 pFormatBitmap = pClipBitmap; in ContinueDecode()
[all …]