Searched defs:pTempBitmap (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp146 CFX_DIBitmap* pTempBitmap = FX_NEW CFX_DIBitmap; local
147 if (!pTempBitmap) {
153 if (!pTempBitmap->Create(result_width, result_height, pSrc->GetFormat())) {
154 delete pTempBitmap;
160 pTempBitmap->CopyPalette(pSrc->GetPalette());
161 FX_LPBYTE dest_buf = pTempBitmap->GetBuffer();
162 int dest_pitch = pTempBitmap->GetPitch();
198 return pTempBitmap;

Completed in 119 milliseconds