Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1274 std::unique_ptr<CFX_DIBitmap> pStretched( in UseFoxitStretchEngine() local
1276 if (!pStretched) in UseFoxitStretchEngine()
1279 FX_RECT src_rect(0, 0, pStretched->GetWidth(), pStretched->GetHeight()); in UseFoxitStretchEngine()
1280 return SetDIBits(pStretched.get(), color, &src_rect, pClipRect->left, in UseFoxitStretchEngine()
1309 std::unique_ptr<CFX_DIBitmap> pStretched( in StretchDIBits() local
1311 if (!pStretched) in StretchDIBits()
1319 0, 0, clip_width, clip_height, pStretched.get(), color, 0, 0, in StretchDIBits()
Dfx_win32_gdipext.cpp480 auto pStretched = pdfium::MakeUnique<CFX_DIBitmap>(); in StretchMonoToGray() local
481 if (!pStretched->Create(result_width, result_height, FXDIB_8bppRgb)) in StretchMonoToGray()
484 LPBYTE dest_buf = pStretched->GetBuffer(); in StretchMonoToGray()
516 return pStretched; in StretchMonoToGray()
565 std::unique_ptr<CFX_DIBitmap> pStretched; in OutputImageMask() local
567 pStretched = in OutputImageMask()
570 pStretched = in OutputImageMask()
577 pStretched->GetBuffer(), &bitmap); in OutputImageMask()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp482 std::unique_ptr<CFX_DIBitmap> pStretched( in StartDIBSource() local
484 if (pStretched) { in StartDIBSource()
485 m_pRenderStatus->CompositeDIBitmap(pStretched.get(), dest_rect.left, in StartDIBSource()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp705 std::unique_ptr<CFX_DIBitmap> pStretched( in StartDIBSource() local
707 if (pStretched) { in StartDIBSource()
708 CompositeDIBitmap(pStretched.get(), dest_rect.left, dest_rect.top, in StartDIBSource()