Lines Matching refs:B2IRange
781 bool clipAreaImpl( ::basegfx::B2IRange* o_pDestArea, in clipAreaImpl()
782 ::basegfx::B2IRange& io_rSourceArea, in clipAreaImpl()
784 const ::basegfx::B2IRange& rSourceBounds, in clipAreaImpl()
785 const ::basegfx::B2IRange& rDestBounds ) in clipAreaImpl()
790 ::basegfx::B2IRange aLocalSourceArea( io_rSourceArea ); in clipAreaImpl()
805 ::basegfx::B2IRange aLocalDestArea( io_rDestPoint + aUpperLeftOffset, in clipAreaImpl()
821 io_rSourceArea = ::basegfx::B2IRange( aSourceTopLeft + aDestUpperLeftOffset, in clipAreaImpl()
832 bool clipScrollArea( ::basegfx::B2IRange& io_rSourceArea, in clipScrollArea()
834 ::std::vector< ::basegfx::B2IRange >& o_ClippedAreas, in clipScrollArea()
835 const ::basegfx::B2IRange& rBounds ) in clipScrollArea()
837 ::basegfx::B2IRange aResultingDestArea; in clipScrollArea()
842 ::basegfx::B2IRange aInputDestArea( io_rDestPoint.getX(), in clipScrollArea()
868 bool clipBlit( ::basegfx::B2IRange& io_rSourceArea, in clipBlit()
870 const ::basegfx::B2IRange& rSourceBounds, in clipBlit()
871 const ::basegfx::B2IRange& rDestBounds ) in clipBlit()
880 ::basegfx::B2IRange spritePixelAreaFromB2DRange( const ::basegfx::B2DRange& rRange ) in spritePixelAreaFromB2DRange()
883 return ::basegfx::B2IRange(); in spritePixelAreaFromB2DRange()
887 return ::basegfx::B2IRange( aTopLeft, in spritePixelAreaFromB2DRange()