Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/
DBC_TwoDimWriter.cpp87 pOutBitmap->StretchTo(m_Width, m_Height); in RenderBitmapResult()
/external/pdfium/core/fpdfapi/render/
Dcpdf_type3cache.cpp146 pResBitmap = pBitmap->StretchTo( in RenderGlyph()
Dcpdf_imagerenderer.cpp483 m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip)); in StartDIBSource()
Dcpdf_renderstatus.cpp2288 pPatternBitmap = pEnlargedBitmap->StretchTo(width, height); in DrawTilingPattern()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp851 pToStrechBitmap = pBitmap->StretchTo(dest_width, dest_height); in GDI_StretchDIBits()
1275 pSource->StretchTo(dest_width, dest_height, render_flags, &bitmap_clip)); in UseFoxitStretchEngine()
1310 pSource->StretchTo(dest_width, dest_height, flags, &clip_rect)); in StretchDIBits()
Dfx_win32_gdipext.cpp571 pBitmap->StretchTo(dest_width, dest_height, false, &image_clip); in OutputImageMask()
/external/pdfium/core/fxge/dib/
Dfx_dib_main.cpp732 pAlphaMask = pAlphaMask->StretchTo(m_Width, m_Height); in LoadChannel()
742 pSrcClone->StretchTo(m_Width, m_Height); in LoadChannel()
841 pSrcClone = pSrcBitmap->StretchTo(m_Width, m_Height); in MultiplyAlpha()
Dfx_dib_transform.cpp320 std::unique_ptr<CFX_DIBitmap> CFX_DIBSource::StretchTo( in StretchTo() function in CFX_DIBSource
/external/pdfium/xfa/fxbarcode/oned/
DBC_OneDimWriter.cpp352 pOutBitmap->StretchTo(m_Width, m_Height); in RenderBitmapResult()
/external/pdfium/xfa/fxgraphics/
Dcfx_graphics.cpp330 source->StretchTo((int32_t)rect.Width(), (int32_t)rect.Height()); in RenderDeviceStretchImage()
/external/pdfium/core/fxge/
Dfx_dib.h221 std::unique_ptr<CFX_DIBitmap> StretchTo(int dest_width,
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp706 m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip)); in StartDIBSource()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp2328 std::unique_ptr<CFX_DIBitmap> pStrechBitmap = pFormatBitmap->StretchTo( in ContinueDecode()