Home
last modified time | relevance | path

Searched refs:dest_clip (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/dib/
Dfx_dib_transform.cpp186 FX_RECT dest_clip(0, 0, m_Height, m_Width); in SwapXY() local
188 dest_clip.Intersect(*pDestClip); in SwapXY()
189 if (dest_clip.IsEmpty()) in SwapXY()
193 int result_height = dest_clip.Height(); in SwapXY()
194 int result_width = dest_clip.Width(); in SwapXY()
201 int row_start = bXFlip ? m_Height - dest_clip.right : dest_clip.left; in SwapXY()
202 int row_end = bXFlip ? m_Height - dest_clip.left : dest_clip.right; in SwapXY()
203 int col_start = bYFlip ? m_Width - dest_clip.bottom : dest_clip.top; in SwapXY()
204 int col_end = bYFlip ? m_Width - dest_clip.top : dest_clip.bottom; in SwapXY()
209 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY()
[all …]
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp479 FX_RECT dest_clip( in StartDIBSource() local
483 m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip)); in StartDIBSource()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1680 FX_RECT dest_clip = dest_rect; in StretchDIBits() local
1681 dest_clip.Intersect(*pClipRect); in StretchDIBits()
1683 composer.Compose(m_pBitmap, m_pClipRgn.get(), 255, argb, dest_clip, false, in StretchDIBits()
1685 dest_clip.Offset(-dest_rect.left, -dest_rect.top); in StretchDIBits()
1687 dest_clip, flags); in StretchDIBits()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1935 FX_RECT dest_clip = dest_rect; in StretchDIBits() local
1936 dest_clip.Intersect(*pClipRect); in StretchDIBits()
1938 composer.Compose(m_pBitmap, m_pClipRgn.get(), 255, argb, dest_clip, false, in StretchDIBits()
1940 dest_clip.Offset(-dest_rect.left, -dest_rect.top); in StretchDIBits()
1942 dest_clip, flags); in StretchDIBits()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp702 FX_RECT dest_clip( in StartDIBSource() local
706 m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip)); in StartDIBSource()