Lines Matching defs:aScale
72951 inline nscoord _nscoordSaturatingMultiply(nscoord aCoord, float aScale, in _nscoordSaturatingMultiply()
72974 inline nscoord NSCoordSaturatingNonnegativeMultiply(nscoord aCoord, float aScale) { in NSCoordSaturatingNonnegativeMultiply()
72982 inline nscoord NSCoordSaturatingMultiply(nscoord aCoord, float aScale) { in NSCoordSaturatingMultiply()
73385 friend Sub operator*(T aScale, const Sub& aSize) { in operator *()
74039 friend Sub operator*(Sub aCoord, T aScale) { in operator *()
74042 friend Sub operator*(T aScale, Sub aCoord) { in operator *()
74045 friend Sub operator/(Sub aCoord, T aScale) { in operator /()
74166 friend result_type operator*(coord aCoord, primitive aScale) { in operator *()
74169 friend result_type operator*(primitive aScale, coord aCoord) { in operator *()
74172 friend result_type operator/(coord aCoord, primitive aScale) { in operator /()
110263 const ScaleFactors2D<src, dst>& aScale) { in operator <<()
112464 …yped<dst> operator*(const gfx::CoordTyped<src>& aCoord, const gfx::ScaleFactor<src, dst>& aScale) { in operator *()
112469 …yped<dst> operator/(const gfx::CoordTyped<src>& aCoord, const gfx::ScaleFactor<dst, src>& aScale) { in operator /()
112474 …yped<dst> operator*(const gfx::PointTyped<src>& aPoint, const gfx::ScaleFactor<src, dst>& aScale) { in operator *()
112480 …yped<dst> operator/(const gfx::PointTyped<src>& aPoint, const gfx::ScaleFactor<dst, src>& aScale) { in operator /()
112486 …d<dst> operator*(const gfx::PointTyped<src>& aPoint, const gfx::ScaleFactors2D<src, dst>& aScale) { in operator *()
112492 …d<dst> operator/(const gfx::PointTyped<src>& aPoint, const gfx::ScaleFactors2D<dst, src>& aScale) { in operator /()
112498 …d<dst> operator*(const gfx::IntPointTyped<src>& aPoint, const gfx::ScaleFactor<src, dst>& aScale) { in operator *()
112504 …d<dst> operator/(const gfx::IntPointTyped<src>& aPoint, const gfx::ScaleFactor<dst, src>& aScale) { in operator /()
112510 …st> operator*(const gfx::IntPointTyped<src>& aPoint, const gfx::ScaleFactors2D<src, dst>& aScale) { in operator *()
112516 …st> operator/(const gfx::IntPointTyped<src>& aPoint, const gfx::ScaleFactors2D<dst, src>& aScale) { in operator /()
112522 …tTyped<dst> operator*(const gfx::RectTyped<src>& aRect, const gfx::ScaleFactor<src, dst>& aScale) { in operator *()
112530 …tTyped<dst> operator/(const gfx::RectTyped<src>& aRect, const gfx::ScaleFactor<dst, src>& aScale) { in operator /()
112538 …ped<dst> operator*(const gfx::RectTyped<src>& aRect, const gfx::ScaleFactors2D<src, dst>& aScale) { in operator *()
112546 …ped<dst> operator/(const gfx::RectTyped<src>& aRect, const gfx::ScaleFactors2D<dst, src>& aScale) { in operator /()
112554 …ped<dst> operator*(const gfx::IntRectTyped<src>& aRect, const gfx::ScaleFactor<src, dst>& aScale) { in operator *()
112562 …ped<dst> operator/(const gfx::IntRectTyped<src>& aRect, const gfx::ScaleFactor<dst, src>& aScale) { in operator /()
112570 …<dst> operator*(const gfx::IntRectTyped<src>& aRect, const gfx::ScaleFactors2D<src, dst>& aScale) { in operator *()
112578 …<dst> operator/(const gfx::IntRectTyped<src>& aRect, const gfx::ScaleFactors2D<dst, src>& aScale) { in operator /()
112586 …eTyped<dst> operator*(const gfx::SizeTyped<src>& aSize, const gfx::ScaleFactor<src, dst>& aScale) { in operator *()
112592 …eTyped<dst> operator/(const gfx::SizeTyped<src>& aSize, const gfx::ScaleFactor<dst, src>& aScale) { in operator /()
112598 …ped<dst> operator*(const gfx::SizeTyped<src>& aSize, const gfx::ScaleFactors2D<src, dst>& aScale) { in operator *()
112604 …ped<dst> operator/(const gfx::SizeTyped<src>& aSize, const gfx::ScaleFactors2D<dst, src>& aScale) { in operator /()
112610 …ped<dst> operator*(const gfx::IntSizeTyped<src>& aSize, const gfx::ScaleFactor<src, dst>& aScale) { in operator *()
112616 …ped<dst> operator/(const gfx::IntSizeTyped<src>& aSize, const gfx::ScaleFactor<dst, src>& aScale) { in operator /()
112622 …<dst> operator*(const gfx::IntSizeTyped<src>& aSize, const gfx::ScaleFactors2D<src, dst>& aScale) { in operator *()
112628 …<dst> operator/(const gfx::IntSizeTyped<src>& aSize, const gfx::ScaleFactors2D<dst, src>& aScale) { in operator /()
112634 …ed<dst> operator*(const gfx::MarginTyped<src>& aMargin, const gfx::ScaleFactor<src, dst>& aScale) { in operator *()
112642 …ed<dst> operator/(const gfx::MarginTyped<src>& aMargin, const gfx::ScaleFactor<dst, src>& aScale) { in operator /()
112650 …dst> operator*(const gfx::MarginTyped<src>& aMargin, const gfx::ScaleFactors2D<src, dst>& aScale) { in operator *()
112658 …dst> operator/(const gfx::MarginTyped<src>& aMargin, const gfx::ScaleFactors2D<dst, src>& aScale) { in operator /()
158190 void SetPageScale(float aScale) { mPageScale = aScale; } in SetPageScale()
158193 void SetPrintPreviewScale(float aScale) { mPPScale = aScale; } in SetPrintPreviewScale()