Searched refs:bYFlip (Results 1 – 3 of 3) sorted by relevance
178 FX_BOOL bYFlip, in SwapXY() argument198 int col_start = bYFlip ? m_Width - dest_clip.bottom : dest_clip.top; in SwapXY()199 int col_end = bYFlip ? m_Width - dest_clip.top : dest_clip.bottom; in SwapXY()207 if (bYFlip) { in SwapXY()210 int dest_step = bYFlip ? -dest_pitch : dest_pitch; in SwapXY()220 int dest_step = bYFlip ? -dest_pitch : dest_pitch; in SwapXY()228 if (bYFlip) { in SwapXY()258 int dest_step = bYFlip ? -dest_pitch : dest_pitch; in SwapXY()263 if (bYFlip) { in SwapXY()
1420 CFX_DIBitmap* CFX_DIBSource::FlipImage(FX_BOOL bXFlip, FX_BOOL bYFlip) const {1432 pDestBuffer + m_Pitch * (bYFlip ? (m_Height - row - 1) : row);1476 pDestBuffer + dest_pitch * (bYFlip ? (m_Height - row - 1) : row);
247 FX_BOOL bYFlip,250 CFX_DIBitmap* FlipImage(FX_BOOL bXFlip, FX_BOOL bYFlip) const;