Searched refs:bXFlip (Results 1 – 2 of 2) sorted by relevance
84 RetainPtr<CFX_DIBitmap> SwapXY(bool bXFlip, bool bYFlip) const;85 RetainPtr<CFX_DIBitmap> FlipImage(bool bXFlip, bool bYFlip) const;
852 RetainPtr<CFX_DIBitmap> CFX_DIBSource::FlipImage(bool bXFlip, in FlipImage() argument865 if (!bXFlip) { in FlipImage()909 if (!bXFlip) { in FlipImage()966 RetainPtr<CFX_DIBitmap> CFX_DIBSource::SwapXY(bool bXFlip, bool bYFlip) const { in SwapXY() argument980 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()988 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY()1006 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY()1040 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY()