Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_dibsource.cpp967 FX_RECT dest_clip(0, 0, m_Height, m_Width); in SwapXY() local
968 if (dest_clip.IsEmpty()) in SwapXY()
972 int result_height = dest_clip.Height(); in SwapXY()
973 int result_width = dest_clip.Width(); in SwapXY()
980 int row_start = bXFlip ? m_Height - dest_clip.right : dest_clip.left; in SwapXY()
981 int row_end = bXFlip ? m_Height - dest_clip.left : dest_clip.right; in SwapXY()
982 int col_start = bYFlip ? m_Width - dest_clip.bottom : dest_clip.top; in SwapXY()
983 int col_end = bYFlip ? m_Width - dest_clip.top : dest_clip.bottom; in SwapXY()
988 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY()
989 dest_clip.left; in SwapXY()
[all …]
/external/pdfium/xfa/fxfa/
Dcxfa_imagerenderer.cpp83 FX_RECT dest_clip( in Start() local
87 dest_width, dest_height, FXDIB_INTERPOL, &dest_clip); in Start()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp462 FX_RECT dest_clip( in StartDIBSource() local
466 m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip); in StartDIBSource()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1525 FX_RECT dest_clip = dest_rect; in StretchDIBits() local
1526 dest_clip.Intersect(*pClipRect); in StretchDIBits()
1528 composer.Compose(m_pBitmap, m_pClipRgn.get(), 255, argb, dest_clip, false, in StretchDIBits()
1530 dest_clip.Offset(-dest_rect.left, -dest_rect.top); in StretchDIBits()
1532 dest_clip, flags); in StretchDIBits()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2324 FX_RECT dest_clip = dest_rect; in StretchDIBits() local
2325 dest_clip.Intersect(*pClipRect); in StretchDIBits()
2327 composer.Compose(m_pBitmap, m_pClipRgn.get(), 255, argb, dest_clip, false, in StretchDIBits()
2329 dest_clip.Offset(-dest_rect.left, -dest_rect.top); in StretchDIBits()
2331 dest_clip, flags); in StretchDIBits()