Searched refs:pConverted (Results 1 – 1 of 1) sorted by relevance
430 RetainPtr<CFX_DIBSource> pConverted = source_extractor.GetBitmap(); in DrawDIBits() local431 if (!pConverted) in DrawDIBits()436 pConverted = pConverted->CloneConvert(FXDIB_Rgb); in DrawDIBits()440 pConverted = pConverted->CloneConvert(FXDIB_Rgb); in DrawDIBits()444 pConverted = pConverted->CloneConvert(FXDIB_Cmyk); in DrawDIBits()448 pConverted = pConverted->CloneConvert(FXDIB_Cmyk); in DrawDIBits()454 if (!pConverted) { in DrawDIBits()459 int bpp = pConverted->GetBPP() / 8; in DrawDIBits()464 CCodec_JpegModule::JpegEncode(pConverted, &output_buf, &output_size)) { in DrawDIBits()472 const uint8_t* src_scan = pConverted->GetScanline(row); in DrawDIBits()