Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.cpp2256 CFX_DIBitmap* pFormatBitmap = NULL; in ContinueDecode() local
2259 pFormatBitmap = new CFX_DIBitmap; in ContinueDecode()
2260 pFormatBitmap->Create(pClipBitmap->GetWidth(), in ContinueDecode()
2264 pFormatBitmap = new CFX_DIBitmap; in ContinueDecode()
2265 pFormatBitmap->Create(pClipBitmap->GetWidth(), in ContinueDecode()
2269 pFormatBitmap = new CFX_DIBitmap; in ContinueDecode()
2270 pFormatBitmap->Create(pClipBitmap->GetWidth(), in ContinueDecode()
2274 pFormatBitmap = new CFX_DIBitmap; in ContinueDecode()
2275 pFormatBitmap->Create(pClipBitmap->GetWidth(), in ContinueDecode()
2279 pFormatBitmap = pClipBitmap; in ContinueDecode()
[all …]