Home
last modified time | relevance | path

Searched refs:bYFlip (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp57 CFX_DIBitmap* CFX_DIBSource::SwapXY(FX_BOOL bXFlip, FX_BOOL bYFlip, const FX_RECT* pDestClip) const in SwapXY() argument
77 int col_start = bYFlip ? m_Width - dest_clip.bottom : dest_clip.top; in SwapXY()
78 int col_end = bYFlip ? m_Width - dest_clip.top : dest_clip.bottom; in SwapXY()
85 if (bYFlip) { in SwapXY()
88 int dest_step = bYFlip ? -dest_pitch : dest_pitch; in SwapXY()
98 int dest_step = bYFlip ? -dest_pitch : dest_pitch; in SwapXY()
105 if (bYFlip) { in SwapXY()
134 int dest_step = bYFlip ? -dest_pitch : dest_pitch; in SwapXY()
138 if (bYFlip) { in SwapXY()
Dfx_dib_main.cpp1385 CFX_DIBitmap* CFX_DIBSource::FlipImage(FX_BOOL bXFlip, FX_BOOL bYFlip) const
1397 FX_LPBYTE dest_scan = pDestBuffer + m_Pitch * (bYFlip ? (m_Height - row - 1) : row);
1440 FX_LPBYTE dest_scan = pDestBuffer + dest_pitch * (bYFlip ? (m_Height - row - 1) : row);
/external/pdfium/core/include/fxge/
Dfx_dib.h252 CFX_DIBitmap* SwapXY(FX_BOOL bXFlip, FX_BOOL bYFlip, const FX_RECT* pClip = NULL) const;
254 CFX_DIBitmap* FlipImage(FX_BOOL bXFlip, FX_BOOL bYFlip) const;