Lines Matching refs:geometry

94             const geometry::RealRectangle2D& rBox);
117 geometry::RealRectangle2D maCenterPaneBox;
120 geometry::RealRectangle2D MovePanesAway (
121 const css::geometry::RealRectangle2D& rFreeCenterArea);
141 geometry::RealRectangle2D maCenterPaneBox;
148 const css::geometry::RealPoint2D& rStartLocation,
149 const css::geometry::RealPoint2D& rEndLocation);
209 css::geometry::RealRectangle2D GetOriginalBoundingBox (void) const;
210 css::geometry::RealRectangle2D GetCurrentBoundingBox (void) const;
223 css::geometry::RealRectangle2D maCurrentBoundingBox;
230 const ::boost::function<void(geometry::RealPoint2D)>& rSetter,
232 const geometry::RealPoint2D rInitialBox,
233 const geometry::RealPoint2D rFinalBox);
256 const geometry::RealPoint2D& rLocation);
258 geometry::RealPoint2D GetLocation (const geometry::RealRectangle2D& rBox);
259 geometry::RealSize2D GetSize (const geometry::RealRectangle2D& rBox);
395 const geometry::RealRectangle2D& rBox) in ResizePane()
513 = MovePanesAway(geometry::RealRectangle2D(0,200,aWindowBox.Width, aWindowBox.Height-200)); in ShowPane()
619 geometry::AffineMatrix2D(1,0,0, 0,1,0), in HidePane()
622 geometry::AffineMatrix2D(1,0,0, 0,1,0), in HidePane()
703 geometry::RealRectangle2D UnfoldInCenterAnimator::MovePanesAway ( in MovePanesAway()
704 const geometry::RealRectangle2D& rFreeCenterArea) in MovePanesAway()
719 return geometry::RealRectangle2D( in MovePanesAway()
793 geometry::RealPoint2D aStartLocation (maCenterPaneBox.X1, aWindowBox.Height); in ShowPane()
794 geometry::RealPoint2D aEndLocation (maCenterPaneBox.X1, maCenterPaneBox.Y1); in ShowPane()
857 geometry::RealPoint2D(maCenterPaneBox.X1, maCenterPaneBox.Y1), in HidePane()
858 geometry::RealPoint2D(maCenterPaneBox.X1, aWindowBox.Height))); in HidePane()
883 const geometry::RealPoint2D& rStartLocation, in CreateShowAnimation()
884 const geometry::RealPoint2D& rEndLocation) in CreateShowAnimation()
1017 geometry::RealSize2D(aWindowBox.Width, aWindowBox.Height)); in CreateBackgroundSprite()
1019 geometry::RealPoint2D(aWindowBox.X, aWindowBox.Y)); in CreateBackgroundSprite()
1028 geometry::AffineMatrix2D(1,0,0, 0,1,0), in CreateBackgroundSprite()
1032 geometry::AffineMatrix2D(1,0,0, 0,1,0), in CreateBackgroundSprite()
1100 geometry::RealSize2D(maOriginalBoundingBox.Width, maOriginalBoundingBox.Height)); in CreateSubstitution()
1104 geometry::AffineMatrix2D(1,0,0, 0,1,0), in CreateSubstitution()
1107 geometry::AffineMatrix2D(1,0,-maOriginalBoundingBox.X, 0,1,-maOriginalBoundingBox.Y), in CreateSubstitution()
1140 geometry::RealRectangle2D PaneGroup::GetOriginalBoundingBox (void) const in GetOriginalBoundingBox()
1142 return geometry::RealRectangle2D( in GetOriginalBoundingBox()
1152 geometry::RealRectangle2D PaneGroup::GetCurrentBoundingBox (void) const in GetCurrentBoundingBox()
1181 maCurrentBoundingBox = geometry::RealRectangle2D( in MovePanes()
1297 const ::boost::function<void(geometry::RealPoint2D)>& rSetter, in InterpolatePosition()
1299 const geometry::RealPoint2D rInitialBox, in InterpolatePosition()
1300 const geometry::RealPoint2D rFinalBox) in InterpolatePosition()
1306 geometry::RealPoint2D( in InterpolatePosition()
1364 pSprite->Transform(geometry::AffineMatrix2D( in SpriteTransform()
1368 geometry::RealPoint2D(nX, nYScale*nFinalTop + (1-nYScale)*nInitialTop)); in SpriteTransform()
1382 const geometry::RealPoint2D& rLocation) in SpritePaneMove()
1402 geometry::RealPoint2D GetLocation (const geometry::RealRectangle2D& rBox) in GetLocation()
1404 return geometry::RealPoint2D(rBox.X1, rBox.Y1); in GetLocation()
1410 geometry::RealSize2D GetSize (const geometry::RealRectangle2D& rBox) in GetSize()
1412 return geometry::RealSize2D(rBox.X2-rBox.X1, rBox.Y2-rBox.Y1); in GetSize()