Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dfx_dib_transform.cpp447 std::unique_ptr<CFX_DIBitmap> pTransformed(new CFX_DIBitmap); in Continue() local
449 if (!pTransformed->Create(m_result.Width(), m_result.Height(), transformF)) in Continue()
452 pTransformed->Clear(0); in Continue()
453 if (pTransformed->m_pAlphaMask) in Continue()
454 pTransformed->m_pAlphaMask->Clear(0); in Continue()
460 if (!stretch_buf_mask && pTransformed->m_pAlphaMask) { in Continue()
461 pTransformed->m_pAlphaMask->Clear(0xff000000); in Continue()
462 } else if (pTransformed->m_pAlphaMask) { in Continue()
468 (uint8_t*)pTransformed->m_pAlphaMask->GetScanline(row); in Continue()
502 (uint8_t*)pTransformed->m_pAlphaMask->GetScanline(row); in Continue()
[all …]
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp188 std::unique_ptr<CFX_DIBitmap> pTransformed = in StartDIBits() local
190 if (!pTransformed) in StartDIBits()
193 return StretchDIBits(pTransformed.get(), color, full_rect.left, full_rect.top, in StartDIBits()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp513 std::unique_ptr<CFX_DIBitmap> pTransformed = in StartBitmapAlpha() local
515 if (!pTransformed) in StartBitmapAlpha()
519 pTransformed.get(), left, top, in StartBitmapAlpha()