Home
last modified time | relevance | path

Searched refs:ownMatrix (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/
H A DnsSVGOuterSVGFrame.cpp961 gfxMatrix ownMatrix = in IsSVGTransformed() local
964 if (ownMatrix.IsIdentity()) { in IsSVGTransformed()
969 if (ownMatrix.HasNonTranslation()) { in IsSVGTransformed()
972 MOZ_ASSERT(ownMatrix.IsRectilinear(), in IsSVGTransformed()
981 CSSPoint(ownMatrix._11 * pos.x, ownMatrix._22 * pos.y); in IsSVGTransformed()
983 ownMatrix *= gfxMatrix::Translation(-deltaPos.x, -deltaPos.y); in IsSVGTransformed()
986 *aOwnTransform = gfx::ToMatrix(ownMatrix); in IsSVGTransformed()
/dports/www/firefox-esr/firefox-91.8.0/layout/svg/
H A DSVGOuterSVGFrame.cpp1030 gfxMatrix ownMatrix = in ComputeOuterSVGAnonChildFrameTransform() local
1033 if (ownMatrix.HasNonTranslation()) { in ComputeOuterSVGAnonChildFrameTransform()
1036 MOZ_ASSERT(ownMatrix.IsRectilinear(), in ComputeOuterSVGAnonChildFrameTransform()
1044 CSSPoint scaledPos = CSSPoint(ownMatrix._11 * pos.x, ownMatrix._22 * pos.y); in ComputeOuterSVGAnonChildFrameTransform()
1046 ownMatrix *= gfxMatrix::Translation(-deltaPos.x, -deltaPos.y); in ComputeOuterSVGAnonChildFrameTransform()
1049 return gfx::ToMatrix(ownMatrix); in ComputeOuterSVGAnonChildFrameTransform()
/dports/www/firefox/firefox-99.0/layout/svg/
H A DSVGOuterSVGFrame.cpp1021 gfxMatrix ownMatrix = in ComputeOuterSVGAnonChildFrameTransform() local
1024 if (ownMatrix.HasNonTranslation()) { in ComputeOuterSVGAnonChildFrameTransform()
1027 MOZ_ASSERT(ownMatrix.IsRectilinear(), in ComputeOuterSVGAnonChildFrameTransform()
1035 CSSPoint scaledPos = CSSPoint(ownMatrix._11 * pos.x, ownMatrix._22 * pos.y); in ComputeOuterSVGAnonChildFrameTransform()
1037 ownMatrix *= gfxMatrix::Translation(-deltaPos.x, -deltaPos.y); in ComputeOuterSVGAnonChildFrameTransform()
1040 return gfx::ToMatrix(ownMatrix); in ComputeOuterSVGAnonChildFrameTransform()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/svg/
H A DSVGOuterSVGFrame.cpp1030 gfxMatrix ownMatrix = in ComputeOuterSVGAnonChildFrameTransform() local
1033 if (ownMatrix.HasNonTranslation()) { in ComputeOuterSVGAnonChildFrameTransform()
1036 MOZ_ASSERT(ownMatrix.IsRectilinear(), in ComputeOuterSVGAnonChildFrameTransform()
1044 CSSPoint scaledPos = CSSPoint(ownMatrix._11 * pos.x, ownMatrix._22 * pos.y); in ComputeOuterSVGAnonChildFrameTransform()
1046 ownMatrix *= gfxMatrix::Translation(-deltaPos.x, -deltaPos.y); in ComputeOuterSVGAnonChildFrameTransform()
1049 return gfx::ToMatrix(ownMatrix); in ComputeOuterSVGAnonChildFrameTransform()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/svg/
H A DnsSVGOuterSVGFrame.cpp1011 gfxMatrix ownMatrix = in ComputeOuterSVGAnonChildFrameTransform() local
1014 if (ownMatrix.HasNonTranslation()) { in ComputeOuterSVGAnonChildFrameTransform()
1017 MOZ_ASSERT(ownMatrix.IsRectilinear(), in ComputeOuterSVGAnonChildFrameTransform()
1025 CSSPoint scaledPos = CSSPoint(ownMatrix._11 * pos.x, ownMatrix._22 * pos.y); in ComputeOuterSVGAnonChildFrameTransform()
1027 ownMatrix *= gfxMatrix::Translation(-deltaPos.x, -deltaPos.y); in ComputeOuterSVGAnonChildFrameTransform()
1030 return gfx::ToMatrix(ownMatrix); in ComputeOuterSVGAnonChildFrameTransform()