Home
last modified time | relevance | path

Searched refs:aSy (Results 1 – 25 of 134) sorted by relevance

123456

/dports/cad/opencascade/opencascade-7.6.0/src/BOPTools/
H A DBOPTools_Set.cxx201 TopoDS_Shape aSy; in Add() local
203 aSy=aSx; in Add()
205 aSy.Orientation(TopAbs_FORWARD); in Add()
206 myShapes.Append(aSy); in Add()
208 aSy.Orientation(TopAbs_REVERSED); in Add()
209 myShapes.Append(aSy); in Add()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepClass3d/
H A DBRepClass3d.cxx113 const TopoDS_Shape& aSy=aIt.Value(); in IsInternal() local
114 aOr=aSy.Orientation(); in IsInternal()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDOMMatrix.cpp122 DOMMatrixReadOnly::SkewY(double aSy) const in SkewY()
125 retval->SkewYSelf(aSy); in SkewY()
585 DOMMatrix::SkewYSelf(double aSy) in SkewYSelf() argument
587 if (fmod(aSy, 360) == 0) { in SkewYSelf()
593 m._12 = tan(aSy * radPerDegree); in SkewYSelf()
597 m._12 = tan(aSy * radPerDegree); in SkewYSelf()
H A DWebKitCSSMatrix.cpp253 WebKitCSSMatrix::SkewY(double aSy) const in SkewY()
256 retval->SkewYSelf(aSy); in SkewY()
H A DWebKitCSSMatrix.h60 already_AddRefed<WebKitCSSMatrix> SkewY(double aSy) const;
H A DDOMMatrix.h118 already_AddRefed<DOMMatrix> SkewY(double aSy) const;
246 DOMMatrix* SkewYSelf(double aSy);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDOMMatrix.cpp100 already_AddRefed<DOMMatrix> DOMMatrixReadOnly::SkewY(double aSy) const { in SkewY()
102 retval->SkewYSelf(aSy); in SkewY()
583 DOMMatrix* DOMMatrix::SkewYSelf(double aSy) { in SkewYSelf() argument
584 if (fmod(aSy, 360) == 0) { in SkewYSelf()
590 m._12 = tan(aSy * radPerDegree); in SkewYSelf()
594 m._12 = tan(aSy * radPerDegree); in SkewYSelf()
H A DWebKitCSSMatrix.cpp181 already_AddRefed<WebKitCSSMatrix> WebKitCSSMatrix::SkewY(double aSy) const { in SkewY()
183 retval->SkewYSelf(aSy); in SkewY()
H A DWebKitCSSMatrix.h56 already_AddRefed<WebKitCSSMatrix> SkewY(double aSy) const;
H A DDOMMatrix.h108 already_AddRefed<DOMMatrix> SkewY(double aSy) const;
244 DOMMatrix* SkewYSelf(double aSy);
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGTransform.cpp81 void SVGTransform::SetScale(float aSx, float aSy) { in SetScale() argument
83 mMatrix = gfxMatrix::Scaling(aSx, aSy); in SetScale()
H A DSVGTransform.h56 void SetScale(float aSx, float aSy);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGTransform.cpp81 void SVGTransform::SetScale(float aSx, float aSy) { in SetScale() argument
83 mMatrix = gfxMatrix::Scaling(aSx, aSy); in SetScale()
H A DSVGTransform.h56 void SetScale(float aSx, float aSy);
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGTransform.cpp81 void SVGTransform::SetScale(float aSx, float aSy) { in SetScale() argument
83 mMatrix = gfxMatrix::Scaling(aSx, aSy); in SetScale()
H A DSVGTransform.h56 void SetScale(float aSx, float aSy);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGTransform.cpp81 void SVGTransform::SetScale(float aSx, float aSy) { in SetScale() argument
83 mMatrix = gfxMatrix::Scaling(aSx, aSy); in SetScale()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DnsSVGTransform.cpp80 void nsSVGTransform::SetScale(float aSx, float aSy) { in SetScale() argument
82 mMatrix = gfxMatrix::Scaling(aSx, aSy); in SetScale()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DnsSVGTransform.cpp101 nsSVGTransform::SetScale(float aSx, float aSy) in SetScale() argument
106 mMatrix._22 = aSy; in SetScale()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDOMMatrix.cpp354 already_AddRefed<DOMMatrix> DOMMatrixReadOnly::SkewY(double aSy) const { in SkewY()
356 retval->SkewYSelf(aSy); in SkewY()
957 DOMMatrix* DOMMatrix::SkewYSelf(double aSy) { in SkewYSelf() argument
958 if (fmod(aSy, 360) == 0) { in SkewYSelf()
964 m._12 = tan(aSy * radPerDegree); in SkewYSelf()
968 m._12 = tan(aSy * radPerDegree); in SkewYSelf()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDOMMatrix.cpp342 already_AddRefed<DOMMatrix> DOMMatrixReadOnly::SkewY(double aSy) const { in SkewY()
344 retval->SkewYSelf(aSy); in SkewY()
945 DOMMatrix* DOMMatrix::SkewYSelf(double aSy) { in SkewYSelf() argument
946 if (fmod(aSy, 360) == 0) { in SkewYSelf()
952 m._12 = tan(aSy * radPerDegree); in SkewYSelf()
956 m._12 = tan(aSy * radPerDegree); in SkewYSelf()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDOMMatrix.cpp354 already_AddRefed<DOMMatrix> DOMMatrixReadOnly::SkewY(double aSy) const { in SkewY()
356 retval->SkewYSelf(aSy); in SkewY()
957 DOMMatrix* DOMMatrix::SkewYSelf(double aSy) { in SkewYSelf() argument
958 if (fmod(aSy, 360) == 0) { in SkewYSelf()
964 m._12 = tan(aSy * radPerDegree); in SkewYSelf()
968 m._12 = tan(aSy * radPerDegree); in SkewYSelf()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDOMMatrix.cpp354 already_AddRefed<DOMMatrix> DOMMatrixReadOnly::SkewY(double aSy) const { in SkewY()
356 retval->SkewYSelf(aSy); in SkewY()
957 DOMMatrix* DOMMatrix::SkewYSelf(double aSy) { in SkewYSelf() argument
958 if (fmod(aSy, 360) == 0) { in SkewYSelf()
964 m._12 = tan(aSy * radPerDegree); in SkewYSelf()
968 m._12 = tan(aSy * radPerDegree); in SkewYSelf()
/dports/textproc/gnugrep/grep-3.7/tests/
H A Dfmbtest36 10ČaSy se měnÍ
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DCanvasRenderingContext2D.h257 void DrawImage(const CanvasImageSource& aImage, double aSx, double aSy, in DrawImage() argument
260 DrawImage(aImage, aSx, aSy, aSw, aSh, aDx, aDy, aDw, aDh, 6, aError); in DrawImage()
267 already_AddRefed<ImageData> GetImageData(JSContext*, int32_t aSx, int32_t aSy,
272 JSContext*, int32_t aSx, int32_t aSy, int32_t aSw, int32_t aSh,
699 void DrawImage(const CanvasImageSource& aImgElt, double aSx, double aSy,

123456