Searched refs:bYFlip (Results 1 – 3 of 3) sorted by relevance
57 CFX_DIBitmap* CFX_DIBSource::SwapXY(FX_BOOL bXFlip, FX_BOOL bYFlip, const FX_RECT* pDestClip) const in SwapXY() argument77 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()
1385 CFX_DIBitmap* CFX_DIBSource::FlipImage(FX_BOOL bXFlip, FX_BOOL bYFlip) const1397 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);
252 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;