Lines Matching refs:RealPoint2D

148             const css::geometry::RealPoint2D& rStartLocation,
149 const css::geometry::RealPoint2D& rEndLocation);
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);
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()
1019 geometry::RealPoint2D(aWindowBox.X, aWindowBox.Y)); in CreateBackgroundSprite()
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()
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()