Searched refs:pStretched (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 1165 CFX_DIBitmap* pStretched = in UseFoxitStretchEngine() local 1167 if (!pStretched) { in UseFoxitStretchEngine() 1170 FX_RECT src_rect(0, 0, pStretched->GetWidth(), pStretched->GetHeight()); in UseFoxitStretchEngine() 1172 SetDIBits(pStretched, color, &src_rect, pClipRect->left, pClipRect->top, in UseFoxitStretchEngine() 1174 delete pStretched; in UseFoxitStretchEngine() 1205 CFX_DIBitmap* pStretched = in StretchDIBits() local 1207 if (!pStretched) { in StretchDIBits() 1214 !background.CompositeMask(0, 0, clip_width, clip_height, pStretched, in StretchDIBits() 1217 delete pStretched; in StretchDIBits() 1224 delete pStretched; in StretchDIBits()
|
D | fx_win32_gdipext.cpp | 477 CFX_DIBitmap* pStretched = new CFX_DIBitmap; in _StretchMonoToGray() local 478 if (!pStretched->Create(result_width, result_height, FXDIB_8bppRgb)) { in _StretchMonoToGray() 479 delete pStretched; in _StretchMonoToGray() 482 LPBYTE dest_buf = pStretched->GetBuffer(); in _StretchMonoToGray() 514 return pStretched; in _StretchMonoToGray() 562 CFX_DIBitmap* pStretched = NULL; in OutputImageMask() local 564 pStretched = in OutputImageMask() 567 pStretched = in OutputImageMask() 574 pStretched->GetBuffer(), &bitmap); in OutputImageMask() 588 delete pStretched; in OutputImageMask()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 765 std::unique_ptr<CFX_DIBitmap> pStretched( in StartDIBSource() local 767 if (pStretched) { in StartDIBSource() 768 m_pRenderStatus->CompositeDIBitmap(pStretched.get(), dest_rect.left, in StartDIBSource()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidget.cpp | 622 CFX_DIBitmap* pStretched = in StartDIBSource() local 624 if (pStretched) { in StartDIBSource() 625 CompositeDIBitmap(pStretched, dest_rect.left, dest_rect.top, m_FillArgb, in StartDIBSource() 627 delete pStretched; in StartDIBSource() 628 pStretched = NULL; in StartDIBSource()
|