Lines Matching defs:aPoint
73533 friend std::ostream& operator<<(std::ostream& stream, const BasePoint<T, Sub, Coord>& aPoint) { in operator <<()
74600 IntPointTyped<units> RoundedToInt(const PointTyped<units>& aPoint) { in RoundedToInt()
74605 IntPointTyped<units> TruncatedToInt(const PointTyped<units>& aPoint) { in TruncatedToInt()
74636 IntPointTyped<units>::Round(const PointTyped<units, float>& aPoint) in Round()
74643 IntPointTyped<units>::Ceil(const PointTyped<units, float>& aPoint) in Ceil()
74650 IntPointTyped<units>::Floor(const PointTyped<units, float>& aPoint) in Floor()
74657 IntPointTyped<units>::Truncate(const PointTyped<units, float>& aPoint) in Truncate()
74950 ToAppUnits(const nsIntPoint& aPoint, nscoord aAppUnitsPerPixel) in ToAppUnits()
75343 friend Sub operator+(Sub aSub, const Point& aPoint) in operator +()
75348 friend Sub operator-(Sub aSub, const Point& aPoint) in operator -()
106683 Point3D RotatePoint(const Point3D& aPoint) { in RotatePoint()
106768 static Matrix Translation(Point aPoint) in Translation()
106781 Matrix &PreTranslate(const Point &aPoint) in PreTranslate()
106793 Matrix &PostTranslate(const Point &aPoint) in PostTranslate()
107552 Matrix4x4Typed &PreTranslate(const Point3D& aPoint) { in PreTranslate()
107574 Matrix4x4Typed &PostTranslate(const TargetPoint3D& aPoint) { in PostTranslate()
107578 Matrix4x4Typed &PostTranslate(const TargetPoint& aPoint) { in PostTranslate()
108360 operator*(const gfxPoint& aPoint, const gfxSize& aSize) in operator *()
108366 operator/(const gfxPoint& aPoint, const gfxSize& aSize) in operator /()
112474 gfx::PointTyped<dst> operator*(const gfx::PointTyped<src>& aPoint, const gfx::ScaleFactor<src, dst>… in operator *()
112480 gfx::PointTyped<dst> operator/(const gfx::PointTyped<src>& aPoint, const gfx::ScaleFactor<dst, src>… in operator /()
112486 gfx::PointTyped<dst> operator*(const gfx::PointTyped<src>& aPoint, const gfx::ScaleFactors2D<src, d… in operator *()
112492 gfx::PointTyped<dst> operator/(const gfx::PointTyped<src>& aPoint, const gfx::ScaleFactors2D<dst, s… in operator /()
112498 gfx::PointTyped<dst> operator*(const gfx::IntPointTyped<src>& aPoint, const gfx::ScaleFactor<src, d… in operator *()
112504 gfx::PointTyped<dst> operator/(const gfx::IntPointTyped<src>& aPoint, const gfx::ScaleFactor<dst, s… in operator /()
112510 gfx::PointTyped<dst> operator*(const gfx::IntPointTyped<src>& aPoint, const gfx::ScaleFactors2D<src… in operator *()
112516 gfx::PointTyped<dst> operator/(const gfx::IntPointTyped<src>& aPoint, const gfx::ScaleFactors2D<dst… in operator /()
160606 Log &operator <<(const BasePoint<T, Sub, Coord>& aPoint) { in operator <<()