Lines Matching refs:flipX
390 …ight, unsigned int sourcePitch, unsigned int destPitch, unsigned int bytes, bool flipX, bool flipY) in copyBuffer() argument
392 if(flipX) in copyBuffer()
463 bool flipX = false; in stretchRect() local
467 flipX = (sourceRect->x0 < sourceRect->x1) ^ (destRect->x0 < destRect->x1); in stretchRect()
472 flipX = (sourceRect->x0 > sourceRect->x1); in stretchRect()
477 flipX = (destRect->x0 > destRect->x1); in stretchRect()
533 if (!ClipSrcRect(sRect, dRect, srcClipRect, flipX, flipY)) in stretchRect()
539 if (!ClipDstRect(sRect, dRect, dstClipRect, flipX, flipY)) in stretchRect()
588 …g && !isOutOfBounds && equalFormats && !alpha0xFF && equalSlice && smallMargin && !flipX && !flipY) in stretchRect()
603 …ect.height(), sourcePitchB, destPitchB, Surface::bytes(source->getInternalFormat()), flipX, flipY); in stretchRect()
616 …idth, height, sourcePitchB, destPitchB, Surface::bytes(source->getInternalFormat()), flipX, flipY); in stretchRect()
636 if(flipX) in stretchRect()
903 …bool Device::ClipDstRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX, bo… in ClipDstRect() argument
912 if(flipX) in ClipDstRect()
929 if(flipX) in ClipDstRect()
976 …bool Device::ClipSrcRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX, bo… in ClipSrcRect() argument
987 if(flipX) in ClipSrcRect()
1006 if(flipX) in ClipSrcRect()