Searched refs:bXFlip (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() argument75 int row_start = bXFlip ? m_Height - dest_clip.right : dest_clip.left; in SwapXY()76 int row_end = bXFlip ? m_Height - dest_clip.left : dest_clip.right; in SwapXY()83 … int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; in SwapXY()103 … int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; in SwapXY()136 … int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; in SwapXY()
1385 CFX_DIBitmap* CFX_DIBSource::FlipImage(FX_BOOL bXFlip, FX_BOOL bYFlip) const argument1398 if (!bXFlip) {1441 if (!bXFlip) {
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;