Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp63 CFX_DIBitmap* pFlipped = pSource->FlipImage(dest_width < 0, dest_height < 0); in StretchDIBits() local
64 if (pFlipped == NULL) { in StretchDIBits()
73 …FX_BOOL ret = GDI_StretchBitMask(pFlipped, dest_left, dest_top, abs(dest_width), abs(dest_height),… in StretchDIBits()
74 delete pFlipped; in StretchDIBits()
89 CFX_DIBitmap* pFlipped = pSource->FlipImage(dest_width < 0, dest_height < 0); in StretchDIBits() local
90 if (pFlipped == NULL) { in StretchDIBits()
99 …FX_BOOL ret = GDI_StretchDIBits(pFlipped, dest_left, dest_top, abs(dest_width), abs(dest_height), … in StretchDIBits()
100 delete pFlipped; in StretchDIBits()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp1387 CFX_DIBitmap* pFlipped = new CFX_DIBitmap; local
1388 if (!pFlipped->Create(m_Width, m_Height, GetFormat())) {
1389 delete pFlipped;
1392 pFlipped->CopyPalette(m_pPalette);
1393 FX_LPBYTE pDestBuffer = pFlipped->GetBuffer();
1436 pDestBuffer = pFlipped->m_pAlphaMask->GetBuffer();
1437 FX_DWORD dest_pitch = pFlipped->m_pAlphaMask->GetPitch();
1453 return pFlipped;