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()
455 bool flipX = false; in stretchRect() local
459 flipX = (sourceRect->x0 < sourceRect->x1) ^ (destRect->x0 < destRect->x1); in stretchRect()
464 flipX = (sourceRect->x0 > sourceRect->x1); in stretchRect()
469 flipX = (destRect->x0 > destRect->x1); in stretchRect()
525 ClipSrcRect(sRect, dRect, srcClipRect, flipX, flipY); in stretchRect()
528 ClipDstRect(sRect, dRect, dstClipRect, flipX, flipY); in stretchRect()
573 …g && !isOutOfBounds && equalFormats && !alpha0xFF && equalSlice && smallMargin && !flipX && !flipY) in stretchRect()
588 …ect.height(), sourcePitchB, destPitchB, Surface::bytes(source->getInternalFormat()), flipX, flipY); in stretchRect()
601 …idth, height, sourcePitchB, destPitchB, Surface::bytes(source->getInternalFormat()), flipX, flipY); in stretchRect()
621 if(flipX) in stretchRect()
876 …void Device::ClipDstRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX, bo… in ClipDstRect() argument
881 if(flipX) in ClipDstRect()
894 if(flipX) in ClipDstRect()
932 …void Device::ClipSrcRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX, bo… in ClipSrcRect() argument
939 if(flipX) in ClipSrcRect()
954 if(flipX) in ClipSrcRect()