Home
last modified time | relevance | path

Searched refs:B2IRange (Results 1 – 25 of 50) sorted by relevance

12

/aoo41x/main/basebmp/source/
H A Dbitmapdevice.cxx989 basegfx::B2IRange maBounds;
1001 basegfx::B2IRange maLineClipRect;
1253 basegfx::B2IRange aRange( rRange ); in assertImageRange()
1384 basegfx::B2IRange aSrcRange( rSrcRect ); in drawBitmap()
1413 basegfx::B2IRange aSrcRange( rSrcRect ); in drawBitmap()
1443 basegfx::B2IRange aSrcRange( rSrcRect ); in drawMaskedColor()
1494 basegfx::B2IRange aSrcRange( rSrcRect ); in drawMaskedColor()
1549 basegfx::B2IRange aSrcRange( rSrcRect ); in drawMaskedBitmap()
1581 basegfx::B2IRange aSrcRange( rSrcRect ); in drawMaskedBitmap()
1711 const basegfx::B2IRange& rBounds, in createRenderer()
[all …]
/aoo41x/main/basebmp/inc/basebmp/
H A Dbitmapdevice.hxx42 class B2IRange;
339 const basegfx::B2IRange& rSrcRect,
340 const basegfx::B2IRange& rDstRect,
372 const basegfx::B2IRange& rSrcRect,
373 const basegfx::B2IRange& rDstRect,
406 const basegfx::B2IRange& rSrcRect,
442 const basegfx::B2IRange& rSrcRect,
483 const basegfx::B2IRange& rSrcRect,
528 const basegfx::B2IRange& rSrcRect,
534 BitmapDevice( const basegfx::B2IRange& rBounds,
[all …]
H A Dtools.hxx34 inline vigra::Diff2D topLeft( const basegfx::B2IRange& rRange ) in topLeft()
37 inline vigra::Diff2D bottomRight( const basegfx::B2IRange& rRange ) in bottomRight()
44 const basegfx::B2IRange& rRange) in destIterRange()
56 const basegfx::B2IRange& rRange) in srcIterRange()
/aoo41x/main/basegfx/inc/basegfx/range/
H A Db2irange.hxx37 class B2IRange class
43 B2IRange() in B2IRange() function in basegfx::B2IRange
47 explicit B2IRange(const B2ITuple& rTuple) in B2IRange() function in basegfx::B2IRange
53 B2IRange(sal_Int32 x1, in B2IRange() function in basegfx::B2IRange
64 B2IRange(const B2ITuple& rTuple1, in B2IRange() function in basegfx::B2IRange
72 B2IRange(const B2IRange& rRange) in B2IRange() function in basegfx::B2IRange
101 B2IRange& operator=(const B2IRange& rRange) in operator =()
178 bool isInside(const B2IRange& rRange) const in isInside()
200 void expand(const B2IRange& rRange) in expand()
206 void intersect(const B2IRange& rRange) in intersect()
[all …]
H A Db2drange.hxx37 class B2IRange;
81 explicit B2DRange(const B2IRange& rRange);
263 B2IRange fround(const B2DRange& rRange);
/aoo41x/main/basebmp/test/
H A Dbmptest.cxx74 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestBmpBasics()
75 const basegfx::B2IRange aDestLeftTop(0,0,4,4); in implTestBmpBasics()
76 const basegfx::B2IRange aDestRightTop(6,0,10,4); in implTestBmpBasics()
77 const basegfx::B2IRange aDestLeftBottom(0,6,4,10); in implTestBmpBasics()
78 const basegfx::B2IRange aDestRightBottom(6,6,10,10); in implTestBmpBasics()
119 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestBmpClip()
120 const basegfx::B2IRange aDestLeftTop(-2,-2,2,2); in implTestBmpClip()
121 const basegfx::B2IRange aDestRightTop(8,-2,12,2); in implTestBmpClip()
122 const basegfx::B2IRange aDestLeftBottom(-2,8,2,12); in implTestBmpClip()
123 const basegfx::B2IRange aDestRightBottom(8,8,12,12); in implTestBmpClip()
H A Dbmpmasktest.cxx75 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestBmpBasics()
76 const basegfx::B2IRange aDestAll(0,0,10,10); in implTestBmpBasics()
94 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestBmpScaledClip()
95 const basegfx::B2IRange aDestLeftTop(0,0,6,6); in implTestBmpScaledClip()
H A Dcliptest.cxx161 basegfx::B2IRange(0,0,3,3), in implTestBmpClip()
162 basegfx::B2IRange(-1,-1,4,4), in implTestBmpClip()
190 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestMaskColorClip()
/aoo41x/main/vcl/unx/headless/
H A Dsvpgdi.cxx464 B2IRange aSrcRect( nSrcX, nSrcY, nSrcX+nSrcWidth, nSrcY+nSrcHeight ); in copyArea()
475 B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY, in copyBits()
478 B2IRange aDestRect( rPosAry.mnDestX, rPosAry.mnDestY, in copyBits()
488 B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY, in drawBitmap()
491 B2IRange aDestRect( rPosAry.mnDestX, rPosAry.mnDestY, in drawBitmap()
511 B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY, in drawBitmap()
514 B2IRange aDestRect( rPosAry.mnDestX, rPosAry.mnDestY, in drawBitmap()
526 B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY, in drawMask()
543 B2IRange aSrcRect2( 0, 0, rPosAry.mnSrcWidth, rPosAry.mnSrcHeight ); in drawMask()
553 B2IRange aSrcRect( nX, nY, nX+nWidth, nY+nHeight ); in getBitmap()
[all …]
/aoo41x/main/canvas/source/tools/
H A Dcanvastools.cxx781 bool clipAreaImpl( ::basegfx::B2IRange* o_pDestArea, in clipAreaImpl()
784 const ::basegfx::B2IRange& rSourceBounds, in clipAreaImpl()
785 const ::basegfx::B2IRange& rDestBounds ) in clipAreaImpl()
790 ::basegfx::B2IRange aLocalSourceArea( io_rSourceArea ); in clipAreaImpl()
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()
883 return ::basegfx::B2IRange(); in spritePixelAreaFromB2DRange()
[all …]
/aoo41x/main/canvas/inc/canvas/
H A Dcanvastools.hxx46 class B2IRange;
364 bool clipScrollArea( ::basegfx::B2IRange& io_rSourceArea,
366 ::std::vector< ::basegfx::B2IRange >& o_ClippedAreas,
367 const ::basegfx::B2IRange& rBounds );
392 bool clipBlit( ::basegfx::B2IRange& io_rSourceArea,
394 const ::basegfx::B2IRange& rSourceBounds,
395 const ::basegfx::B2IRange& rDestBounds );
412 ::basegfx::B2IRange spritePixelAreaFromB2DRange( const ::basegfx::B2DRange& rRange );
/aoo41x/main/canvas/source/directx/
H A Ddx_spritecanvashelper.cxx57 const ::basegfx::B2IRange& rOutputArea, in repaintBackground()
61 ::basegfx::B2IRange aActualArea( 0, 0, in repaintBackground()
287 const ::basegfx::B2IRange& rDestRect( in scrollUpdate()
316 ::basegfx::B2IRange aActualArea( 0, 0, in scrollUpdate()
340 ::basegfx::B2IRange aActualArea( 0, 0, in opaqueUpdate()
360 ::basegfx::B2IRange aActualArea( 0, 0, in genericUpdate()
H A Ddx_5rm.cxx101 const ::basegfx::B2IRange& rSourceArea, in doBlit()
521 const ::basegfx::B2IRange& rSourceRect,
564 virtual void resize( const ::basegfx::B2IRange& rect );
627 ::basegfx::B2IRange& io_rDestArea );
889 const ::basegfx::B2IRange& rSourceRect, in update()
1645 ::basegfx::B2IRange& io_rDestArea ) in convert2Screen()
1662 io_rDestArea = ::basegfx::B2IRange( in convert2Screen()
1752 ::basegfx::B2IRange aSourceArea( rUpdateArea ); in flip()
1753 ::basegfx::B2IRange aDestArea( 0,0, in flip()
2064 void DXRenderModule::resize( const ::basegfx::B2IRange& rect ) in resize()
H A Ddx_rendermodule.hxx36 class B2IRange;
64 virtual void resize( const ::basegfx::B2IRange& rect ) = 0;
/aoo41x/main/basegfx/source/range/
H A Db2drange.cxx34 B2DRange::B2DRange( const B2IRange& rRange ) : in B2DRange()
61 B2IRange fround(const B2DRange& rRange) in fround()
64 B2IRange() : in fround()
65 B2IRange(fround(rRange.getMinimum()), in fround()
H A Db2xrange.cxx109 ::std::vector< B2IRange >& computeSetDifference( ::std::vector< B2IRange >& o_rResult, in computeSetDifference()
110 const B2IRange& rFirst, in computeSetDifference()
111 const B2IRange& rSecond ) in computeSetDifference()
/aoo41x/main/basegfx/inc/basegfx/tools/
H A Dcanvastools.hxx69 class B2IRange;
160 …tar::geometry::IntegerRectangle2D integerRectangle2DFromB2IRectangle( const ::basegfx::B2IRange& );
164 …::basegfx::B2IRange b2IRectangleFromIntegerRectangle2D( const ::com::sun::star::geometry::Integer…
168 ::com::sun::star::awt::Rectangle awtRectangleFromB2IRectangle( const ::basegfx::B2IRange& );
172 … ::basegfx::B2IRange b2IRectangleFromAwtRectangle( const ::com::sun::star::awt::Rectangle& );
201 ::basegfx::B2IRange b2ISurroundingRangeFromB2DRange( const ::basegfx::B2DRange& rRange );
/aoo41x/main/canvas/source/cairo/
H A Dcairo_spritecanvashelper.cxx80 const ::basegfx::B2IRange& rArea ) in opaqueUpdateSpriteArea()
198 sal_Bool SpriteCanvasHelper::updateScreen( const ::basegfx::B2IRange& /*rCurrArea*/, in updateScreen() argument
298 const ::basegfx::B2IRange aOutputBounds( 0,0, in scrollUpdate()
312 ::basegfx::B2IRange aSourceRect( in scrollUpdate()
314 const ::basegfx::B2IRange& rDestRect( in scrollUpdate()
318 ::std::vector< ::basegfx::B2IRange > aUnscrollableAreas; in scrollUpdate()
349 ::basegfx::B2IRange aDestRect( rDestRect ); in scrollUpdate()
/aoo41x/main/basegfx/source/tools/
H A Dcanvastools.cxx524 …geometry::IntegerRectangle2D integerRectangle2DFromB2IRectangle( const ::basegfx::B2IRange& rRecta… in integerRectangle2DFromB2IRectangle()
542 …::basegfx::B2IRange b2IRectangleFromIntegerRectangle2D( const geometry::IntegerRectangle2D& rRecta… in b2IRectangleFromIntegerRectangle2D()
544 return ::basegfx::B2IRange( rRectangle.X1, rRectangle.Y1, in b2IRectangleFromIntegerRectangle2D()
560 awt::Rectangle awtRectangleFromB2IRectangle( const ::basegfx::B2IRange& rRect ) in awtRectangleFromB2IRectangle()
587 ::basegfx::B2IRange b2IRectangleFromAwtRectangle( const awt::Rectangle& rRect ) in b2IRectangleFromAwtRectangle()
589 return ::basegfx::B2IRange( rRect.X, in b2IRectangleFromAwtRectangle()
595 ::basegfx::B2IRange b2ISurroundingRangeFromB2DRange( const ::basegfx::B2DRange& rRange ) in b2ISurroundingRangeFromB2DRange()
597 return ::basegfx::B2IRange( static_cast<sal_Int32>( floor(rRange.getMinX()) ), in b2ISurroundingRangeFromB2DRange()
/aoo41x/main/slideshow/source/engine/
H A Dslideview.cxx176 basegfx::B2IRange const& rArea ) in clearRect()
239 basegfx::B2IRange getLayerBoundsPixel( basegfx::B2DRange const& rLayerBounds, in getLayerBoundsPixel()
248 return ::basegfx::B2IRange(); in getLayerBoundsPixel()
253 return ::basegfx::B2IRange( ::basegfx::fround(aTmpRect.getMinX()), in getLayerBoundsPixel()
420 mutable basegfx::B2IRange maLayerBoundsPixel;
487 basegfx::B2IRange const& rNewLayerPixel( in updateView()
593 maLayerBoundsPixel = basegfx::B2IRange(0,0,1,1); in getCanvas()
/aoo41x/main/canvas/source/vcl/
H A Dspritecanvashelper.cxx89 const ::basegfx::B2IRange& rArea ) in opaqueUpdateSpriteArea()
402 const ::basegfx::B2IRange aOutputBounds( 0,0, in scrollUpdate()
411 ::basegfx::B2IRange aSourceRect( in scrollUpdate()
413 const ::basegfx::B2IRange& rDestRect( in scrollUpdate()
417 ::std::vector< ::basegfx::B2IRange > aUnscrollableAreas; in scrollUpdate()
/aoo41x/main/vcl/inc/vcl/
H A Dcanvastools.hxx50 class B2IRange;
241 Rectangle VCL_DLLPUBLIC rectangleFromB2IRectangle( const ::basegfx::B2IRange& );
245 basegfx::B2IRange VCL_DLLPUBLIC b2IRectangleFromRectangle( const Rectangle& );
/aoo41x/main/canvas/inc/canvas/rendering/
H A Disurface.hxx34 class B2IRange;
75 const ::basegfx::B2IRange& rSourceRect,
/aoo41x/main/slideshow/source/engine/shapes/
H A Dviewmediashape.cxx235 const ::basegfx::B2IRange& rRangePix( in resize()
425 const ::basegfx::B2IRange& rRangePix( in implInitializeVCLBasedPlayerWindow()
501 const ::basegfx::B2IRange& rRangePix( in implInitializeDXBasedPlayerWindow()
/aoo41x/main/canvas/source/null/
H A Dnull_spritecanvashelper.hxx36 class B2IRange;
89 sal_Bool updateScreen( const ::basegfx::B2IRange& rCurrArea,

Completed in 1451 milliseconds

12