Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp634 CFX_DIBSource* pSrcClone = (CFX_DIBSource*)pSrcBitmap; local
642 pSrcClone = pSrcBitmap->CloneConvert(FXDIB_8bppMask);
643 if (!pSrcClone) {
658 pSrcClone = pSrcBitmap->CloneConvert(
661 pSrcClone = pSrcBitmap->CloneConvert(
664 if (!pSrcClone) {
673 if (pSrcClone != pSrcBitmap) {
674 delete pSrcClone;
682 if (pSrcClone != pSrcBitmap) {
683 delete pSrcClone;
[all …]