Home
last modified time | relevance | path

Searched refs:B2DRectangle (Results 1 – 25 of 68) sorted by relevance

123

/trunk/main/slideshow/source/engine/shapes/
H A Dviewshape.hxx147 RenderArgs( const ::basegfx::B2DRectangle& rOrigBounds, in RenderArgs()
148 const ::basegfx::B2DRectangle& rUpdateBounds, in RenderArgs()
149 const ::basegfx::B2DRectangle& rBounds, in RenderArgs()
150 const ::basegfx::B2DRectangle& rUnitBounds, in RenderArgs()
164 const ::basegfx::B2DRectangle maOrigBounds;
165 const ::basegfx::B2DRectangle maUpdateBounds;
166 const ::basegfx::B2DRectangle maBounds;
167 const ::basegfx::B2DRectangle maUnitBounds;
265 const ::basegfx::B2DRectangle& rBounds,
277 const ::basegfx::B2DRectangle& rBounds,
[all …]
H A Dviewshape.cxx276 ::basegfx::B2DRectangle aBoundsPixel; in shapeArea2AreaPixel()
289 … ::basegfx::B2DRectangle calcUpdateAreaPixel( const ::basegfx::B2DRectangle& rUnitBounds, in calcUpdateAreaPixel()
306 const ::basegfx::B2DRectangle& rBounds, in renderSprite()
351 const ::basegfx::B2DRectangle& rSpriteBoundsPixel( in renderSprite()
359 const ::basegfx::B2DRectangle& rShapeBoundsPixel( in renderSprite()
360 calcUpdateAreaPixel( ::basegfx::B2DRectangle(0.0,0.0,1.0,1.0), in renderSprite()
369 ::basegfx::B2DRectangle aLogShapeBounds; in renderSprite()
370 const ::basegfx::B2DRectangle& rNominalShapeBoundsPixel( in renderSprite()
526 const ::basegfx::B2DRectangle& rBounds, in render()
527 const ::basegfx::B2DRectangle& rUpdateBounds, in render()
[all …]
H A Dbackgroundshape.cxx103 virtual ::basegfx::B2DRectangle getBounds() const;
104 virtual ::basegfx::B2DRectangle getDomBounds() const;
105 virtual ::basegfx::B2DRectangle getUpdateArea() const;
123 ::basegfx::B2DRectangle maBounds; // always needed for rendering
167 maBounds = ::basegfx::B2DRectangle( 0,0,nDocWidth, nDocHeight ); in BackgroundShape()
243 ::basegfx::B2DRectangle BackgroundShape::getBounds() const in getBounds()
248 ::basegfx::B2DRectangle BackgroundShape::getDomBounds() const in getDomBounds()
253 ::basegfx::B2DRectangle BackgroundShape::getUpdateArea() const in getUpdateArea()
283 const ::basegfx::B2DRectangle& rCurrBounds( BackgroundShape::getBounds() ); in render()
H A Dshapeimporter.cxx173 virtual basegfx::B2DRectangle getBounds() const;
174 virtual basegfx::B2DRectangle getDomBounds() const;
175 virtual basegfx::B2DRectangle getUpdateArea() const;
200 basegfx::B2DRectangle const groupPosSize( pGroupShape->getBounds() ); in ShapeOfGroup()
242 basegfx::B2DRectangle ShapeOfGroup::getBounds() const in getBounds()
244 basegfx::B2DRectangle const groupPosSize( mpGroupShape->getBounds() ); in getBounds()
247 return basegfx::B2DRectangle( posX, posY, posX + mnWidth, posY + mnHeight ); in getBounds()
250 basegfx::B2DRectangle ShapeOfGroup::getDomBounds() const in getDomBounds()
255 basegfx::B2DRectangle ShapeOfGroup::getUpdateArea() const in getUpdateArea()
H A Dviewmediashape.hxx129 bool render( const ::basegfx::B2DRectangle& rBounds ) const;
141 bool resize( const ::basegfx::B2DRectangle& rNewBounds ) const;
145 bool implInitialize( const ::basegfx::B2DRectangle& rBounds );
148 bool implInitializeVCLBasedPlayerWindow( const ::basegfx::B2DRectangle& rBounds,
150 bool implInitializeDXBasedPlayerWindow( const ::basegfx::B2DRectangle& rBounds,
156 mutable ::basegfx::B2DRectangle maBounds;
H A Ddrawshape.cxx114 ::basegfx::B2DRectangle aScrollRect, aPaintRect; in forceScrollTextMetaFile()
299 ::basegfx::B2DRectangle DrawShape::getActualUnitShapeBounds() const in getActualUnitShapeBounds()
307 const ::basegfx::B2DRectangle aDefaultBounds( 0.0,0.0,1.0,1.0 ); in getActualUnitShapeBounds()
785 ::basegfx::B2DRectangle DrawShape::getBounds() const in getBounds()
794 ::basegfx::B2DRectangle DrawShape::getDomBounds() const in getDomBounds()
834 ::basegfx::B2DRectangle DrawShape::getUpdateArea() const in getUpdateArea()
836 ::basegfx::B2DRectangle aBounds; in getUpdateArea()
844 basegfx::B2DRectangle aUnitBounds(0.0,0.0,1.0,1.0); in getUpdateArea()
882 aBounds = ::basegfx::B2DRectangle( aBounds.getMinX() - aAABorder.getX(), in getUpdateArea()
984 basegfx::B2DRectangle(), in prepareHyperlinkIndices()
[all …]
H A Ddrawshape.hxx146 virtual ::basegfx::B2DRectangle getBounds() const;
147 virtual ::basegfx::B2DRectangle getDomBounds() const;
148 virtual ::basegfx::B2DRectangle getUpdateArea() const;
283 ::basegfx::B2DRectangle getActualUnitShapeBounds() const;
311 … mutable ::boost::optional<basegfx::B2DRectangle> maCurrentShapeUnitBounds;
315 …::basegfx::B2DRectangle maBounds; // always needed…
H A Dexternalshapebase.hxx92 virtual ::basegfx::B2DRectangle getBounds() const;
93 virtual ::basegfx::B2DRectangle getDomBounds() const;
94 virtual ::basegfx::B2DRectangle getUpdateArea() const;
136 ::basegfx::B2DRectangle maBounds;
H A Dviewmediashape.cxx186 bool ViewMediaShape::render( const ::basegfx::B2DRectangle& rBounds ) const in render()
204 bool ViewMediaShape::resize( const ::basegfx::B2DRectangle& rNewBounds ) const in resize()
267 bool ViewMediaShape::implInitialize( const ::basegfx::B2DRectangle& rBounds ) in implInitialize()
406 bool ViewMediaShape::implInitializeVCLBasedPlayerWindow( const ::basegfx::B2DRectangle& rBounds, in implInitializeVCLBasedPlayerWindow()
482 bool ViewMediaShape::implInitializeDXBasedPlayerWindow( const ::basegfx::B2DRectangle& rBounds, in implInitializeDXBasedPlayerWindow()
H A Dviewappletshape.hxx110 bool startApplet( const ::basegfx::B2DRectangle& rBounds );
131 bool render( const ::basegfx::B2DRectangle& rBounds ) const;
143 bool resize( const ::basegfx::B2DRectangle& rBounds ) const;
H A Dexternalshapebase.cxx200 ::basegfx::B2DRectangle ExternalShapeBase::getBounds() const in getBounds()
207 ::basegfx::B2DRectangle ExternalShapeBase::getDomBounds() const in getDomBounds()
214 ::basegfx::B2DRectangle ExternalShapeBase::getUpdateArea() const in getUpdateArea()
H A Ddrawinglayeranimation.cxx166 basegfx::B2DRectangle const& parentBounds );
612 double fTime, basegfx::B2DRectangle const& parentBounds ) in updateShapeAttributes()
673 basegfx::B2DRectangle( clipPos.getX(), in updateShapeAttributes()
717 basegfx::B2DRectangle const parentBounds( in perform()
792 basegfx::B2DRectangle aScrollRect, aPaintRect; in ActivityImpl()
H A Dviewappletshape.cxx135 bool ViewAppletShape::startApplet( const ::basegfx::B2DRectangle& rBounds ) in startApplet()
248 bool ViewAppletShape::render( const ::basegfx::B2DRectangle& rBounds ) const in render()
266 bool ViewAppletShape::resize( const ::basegfx::B2DRectangle& rBounds ) const in resize()
/trunk/main/canvas/source/tools/
H A Dcanvascustomspritehelper.cxx70 const ::basegfx::B2DRectangle& rClipBounds( in updateClipState()
73 const ::basegfx::B2DRectangle aBounds( 0.0, 0.0, in updateClipState()
79 ::basegfx::B2DRectangle aSpriteRectPixel; in updateClipState()
86 ::basegfx::B2DRectangle aClipBoundsA(rClipBounds); in updateClipState()
142 ::basegfx::B2DRectangle( in updateClipState()
221 ::basegfx::B2DRectangle( 0.0,0.0, in checkDrawBitmap()
224 ::basegfx::B2DRectangle( 0.0,0.0, in checkDrawBitmap()
458 ::basegfx::B2DRectangle aTransformedBounds; in getUpdateArea()
471 return getUpdateArea( ::basegfx::B2DRectangle( 0.0, 0.0, in getUpdateArea()
475 return ::basegfx::B2DRectangle( in getUpdateArea()
[all …]
H A Dsurface.cxx76 basegfx::B2DRectangle Surface::getUVCoords() const in getUVCoords()
90 return ::basegfx::B2DRectangle( ox/pw, in getUVCoords()
100 basegfx::B2DRectangle Surface::getUVCoords( const ::basegfx::B2IPoint& rPos, in getUVCoords()
112 return ::basegfx::B2DRectangle( ox/pw, in getUVCoords()
133 const ::basegfx::B2DRectangle& rUV( getUVCoords() ); in draw()
225 const ::basegfx::B2DRectangle& rArea, in drawRectangularArea()
261 const ::basegfx::B2DRectangle& rUV( in drawRectangularArea()
368 const ::basegfx::B2DRectangle aSurfaceClipRect(x1,y1,x2,y2); in drawWithClip()
407 const ::basegfx::B2DRectangle& rUV( getUVCoords() ); in drawWithClip()
H A Dspriteredrawmanager.cxx76 maMoveStartArea = ::basegfx::B2DRectangle( in operator ()()
163 ::basegfx::B2DRectangle maMoveStartArea;
164 ::basegfx::B2DRectangle maMoveEndArea;
334 bool SpriteRedrawManager::isAreaUpdateScroll( ::basegfx::B2DRectangle& o_rMoveStart, in isAreaUpdateScroll()
335 ::basegfx::B2DRectangle& o_rMoveEnd, in isAreaUpdateScroll()
371 ::basegfx::B2DRectangle aTotalBounds( o_rMoveStart ); in isAreaUpdateScroll()
383 bool SpriteRedrawManager::isAreaUpdateNotOpaque( const ::basegfx::B2DRectangle& rUpdateRect, in isAreaUpdateNotOpaque()
/trunk/main/slideshow/source/engine/
H A Dtools.cxx516 … ::basegfx::B2DHomMatrix getShapeTransformation( const ::basegfx::B2DRectangle& rShapeBounds, in getShapeTransformation()
601 ::basegfx::B2DRectangle getShapeUpdateArea( const ::basegfx::B2DRectangle& rUnitBounds, in getShapeUpdateArea()
624 ::basegfx::B2DRectangle aRes; in getShapeUpdateArea()
636 return ::basegfx::B2DRectangle( in getShapeUpdateArea()
651 ::basegfx::B2DRectangle getShapePosSize( const ::basegfx::B2DRectangle& rOrigBounds, in getShapePosSize()
689 return ::basegfx::B2DRectangle( aPos - 0.5*aSize, in getShapePosSize()
739 const ::basegfx::B2DRectangle& rRect, in fillRect()
770 ::basegfx::B2DRectangle( 0.0, 0.0, in initSlideBackground()
784 ::basegfx::B2DRectangle( 0.0, 0.0, in initSlideBackground()
790 ::basegfx::B2DRectangle getAPIShapeBounds( const uno::Reference< drawing::XShape >& xShape ) in getAPIShapeBounds()
[all …]
/trunk/main/basegfx/source/range/
H A Db2drangeclipper.cxx105 ActiveEdge( const B2DRectangle& rRect, in ActiveEdge()
118 const B2DRectangle& getRect() const { return *mpAssociatedRect; } in getRect()
142 const B2DRectangle* mpAssociatedRect;
211 const B2DRectangle& rRect, in SweepLineEvent()
221 const B2DRectangle& getRect() const { return *mpAssociatedRect; } in getRect()
241 const B2DRectangle* mpAssociatedRect;
589 const B2DRectangle& rCurrRect( *aCurrRect++ ); in setupSweepLineEventListFromRanges()
606 const B2DRectangle& rCurrRect( *aCurrRectR++ ); in setupSweepLineEventListFromRanges()
662 const B2DRectangle& rRect=rCurrEvent.getRect(); in createActiveEdgesFromStartEvent()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx183 ::basegfx::B2DRectangle( in modifyClip()
212 ::basegfx::B2DRectangle( in modifyClip()
226 ::basegfx::B2DRectangle( aLocalClipRect.Left() - rOffset.getX(), in modifyClip()
276 ::basegfx::B2DRectangle( in modifyClip()
345 ::basegfx::B2DRectangle( x + nX1, y + nY1, x + nX2, y + nY2 ) ) ); in appendRect()
356 ::basegfx::B2DRectangle( nX1, nY1, nX2, nY2 ) ) ); in appendRect()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx705 ::basegfx::B2DRectangle aRect(0.0, 0.0, 1.0, 1.0); in gradientFill()
706 ::basegfx::B2DRectangle aTextureDeviceRect; in gradientFill()
830 const ::basegfx::B2DRectangle aRect(0.0, 0.0, 1.0, 1.0); in fillTexturedPolyPolygon()
831 ::basegfx::B2DRectangle aTextureDeviceRect; in fillTexturedPolyPolygon()
979 ::basegfx::B2DRectangle aTextureSpacePolygonRect; in fillTexturedPolyPolygon()
998 const ::basegfx::B2DRectangle aSingleTextureRect( in fillTexturedPolyPolygon()
1004 ::basegfx::B2DRectangle aSingleDeviceTextureRect; in fillTexturedPolyPolygon()
H A Dspritehelper.cxx209 ::basegfx::B2DRectangle aDestRect; in redraw()
211 ::basegfx::B2DRectangle(0, in redraw()
389 ::basegfx::B2DRectangle(aOutPos.X(), in redraw()
/trunk/main/chart2/source/view/main/
H A DClipping.cxx40 using ::basegfx::B2DRectangle;
97 bool lcl_clip2d(B2DTuple& rPoint0, B2DTuple& rPoint1, const B2DRectangle& rRectangle) in lcl_clip2d()
141 bool lcl_clip2d_(drawing::Position3D& rPoint0, drawing::Position3D& rPoint1, const B2DRectangle& rR… in lcl_clip2d_()
209 , const B2DRectangle& rRectangle in clipPolygonAtRectangle()
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx865 ::basegfx::B2DRectangle aWindowRange (GetClipRectangle(aViewState.AffineTransform, rOffset)); in MergeViewState()
930 ::basegfx::B2DRectangle PresenterCanvas::GetClipRectangle ( in GetClipRectangle()
934 ::basegfx::B2DRectangle aClipRectangle; in GetClipRectangle()
938 return ::basegfx::B2DRectangle(); in GetClipRectangle()
942 return ::basegfx::B2DRectangle(); in GetClipRectangle()
965 ::basegfx::B2DRectangle aWindowRectangle ( in GetClipRectangle()
1021 ::basegfx::B2DRectangle aWindowRange (nMinX, nMinY, nMaxX, nMaxY); in UpdateSpriteClip()
/trunk/main/slideshow/test/
H A Dtestshape.cxx170 virtual ::basegfx::B2DRectangle getBounds() const in getBounds()
174 virtual ::basegfx::B2DRectangle getDomBounds() const in getDomBounds()
178 virtual ::basegfx::B2DRectangle getUpdateArea() const in getUpdateArea()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx450 B2DRectangle getCombinedBounds( const B2DPolyPolygon& rPolyPolyRaster, in getCombinedBounds()
451 const B2DRectangle& rRasterArea ) in getCombinedBounds()
453 B2DRectangle aRect( tools::getRange( rPolyPolyRaster ) ); in getCombinedBounds()
461 … const B2DRectangle& rRasterArea ) : in B2DPolyPolygonRasterConverter()

Completed in 153 milliseconds

123