Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp540 pToStrechBitmap = pBitmap->StretchTo(dest_width, dest_height); in GDI_StretchDIBits()
1025 …CFX_DIBitmap* pStretched = pSource->StretchTo(dest_width, dest_height, render_flags, &bitmap_clip); in UseFoxitStretchEngine()
1052 CFX_DIBitmap* pStretched = pSource->StretchTo(dest_width, dest_height, flags, &clip_rect); in StretchDIBits()
Dfx_win32_gdipext.cpp383 pStretched = pBitmap->StretchTo(dest_width, dest_height, FALSE, &image_clip); in OutputImageMask()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp718 pAlphaMask = pAlphaMask->StretchTo(m_Width, m_Height);
734 CFX_DIBitmap* pSrcMatched = pSrcClone->StretchTo(m_Width, m_Height);
838 pSrcClone = pSrcBitmap->StretchTo(m_Width, m_Height);
Dfx_dib_transform.cpp187 CFX_DIBitmap* CFX_DIBSource::StretchTo(int dest_width, int dest_height, FX_DWORD flags, const FX_RE… in StretchTo() function in CFX_DIBSource
/external/pdfium/core/include/fxge/
Dfx_dib.h242 …CFX_DIBitmap* StretchTo(int dest_width, int dest_height, FX_DWORD flags = 0, const FX_RECT* pClip …
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp152 …pResBitmap = pBitmap->StretchTo((int)(FXSYS_round(image_matrix.a) * retinaScaleX), (int)((bFlipped… in RenderGlyph()
Dfpdf_render_image.cpp790 … CFX_DIBitmap* pStretched = m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip); in StartDIBSource()
Dfpdf_render_pattern.cpp1000 pPatternBitmap = pEnlargedBitmap->StretchTo(width, height); in DrawTilingPattern()