Searched refs:StretchTo (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/xfa/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 87 pOutBitmap->StretchTo(m_Width, m_Height); in RenderBitmapResult()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_type3cache.cpp | 146 pResBitmap = pBitmap->StretchTo( in RenderGlyph()
|
D | cpdf_imagerenderer.cpp | 483 m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip)); in StartDIBSource()
|
D | cpdf_renderstatus.cpp | 2288 pPatternBitmap = pEnlargedBitmap->StretchTo(width, height); in DrawTilingPattern()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 851 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()
|
D | fx_win32_gdipext.cpp | 571 pBitmap->StretchTo(dest_width, dest_height, false, &image_clip); in OutputImageMask()
|
/external/pdfium/core/fxge/dib/ |
D | fx_dib_main.cpp | 732 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()
|
D | fx_dib_transform.cpp | 320 std::unique_ptr<CFX_DIBitmap> CFX_DIBSource::StretchTo( in StretchTo() function in CFX_DIBSource
|
/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 352 pOutBitmap->StretchTo(m_Width, m_Height); in RenderBitmapResult()
|
/external/pdfium/xfa/fxgraphics/ |
D | cfx_graphics.cpp | 330 source->StretchTo((int32_t)rect.Width(), (int32_t)rect.Height()); in RenderDeviceStretchImage()
|
/external/pdfium/core/fxge/ |
D | fx_dib.h | 221 std::unique_ptr<CFX_DIBitmap> StretchTo(int dest_width,
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffwidget.cpp | 706 m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip)); in StartDIBSource()
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_progress.cpp | 2328 std::unique_ptr<CFX_DIBitmap> pStrechBitmap = pFormatBitmap->StretchTo( in ContinueDecode()
|