Home
last modified time | relevance | path

Searched refs:leftTan (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCStrokeGeometry.cpp44 static inline float calc_curvature_costheta(const Sk2f& leftTan, const Sk2f& rightTan) { in calc_curvature_costheta() argument
46 transpose(leftTan, rightTan, &X, &Y); in calc_curvature_costheta()
48 Sk2f dotprod = leftTan * rightTan; in calc_curvature_costheta()
174 Sk2f leftTan, rightTan; in quadraticTo() local
177 leftTan = tan0; in quadraticTo()
182 leftTan = A*leftT + B; in quadraticTo()
186 leftTan = A*leftT + B; in quadraticTo()
304 Sk2f leftTan, rightTan; in cubicTo() local
307 leftTan = tan0; in cubicTo()
312 leftTan = A*leftT*leftT + B*leftT + C; in cubicTo()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCStrokeGeometry.cpp44 static inline float calc_curvature_costheta(const Sk2f& leftTan, const Sk2f& rightTan) { in calc_curvature_costheta() argument
46 transpose(leftTan, rightTan, &X, &Y); in calc_curvature_costheta()
48 Sk2f dotprod = leftTan * rightTan; in calc_curvature_costheta()
174 Sk2f leftTan, rightTan; in quadraticTo() local
177 leftTan = tan0; in quadraticTo()
182 leftTan = A*leftT + B; in quadraticTo()
186 leftTan = A*leftT + B; in quadraticTo()
304 Sk2f leftTan, rightTan; in cubicTo() local
307 leftTan = tan0; in cubicTo()
312 leftTan = A*leftT*leftT + B*leftT + C; in cubicTo()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ccpr/
H A DGrCCStrokeGeometry.cpp44 static inline float calc_curvature_costheta(const Sk2f& leftTan, const Sk2f& rightTan) { in calc_curvature_costheta() argument
46 transpose(leftTan, rightTan, &X, &Y); in calc_curvature_costheta()
48 Sk2f dotprod = leftTan * rightTan; in calc_curvature_costheta()
174 Sk2f leftTan, rightTan; in quadraticTo() local
177 leftTan = tan0; in quadraticTo()
182 leftTan = A*leftT + B; in quadraticTo()
186 leftTan = A*leftT + B; in quadraticTo()
304 Sk2f leftTan, rightTan; in cubicTo() local
307 leftTan = tan0; in cubicTo()
312 leftTan = A*leftT*leftT + B*leftT + C; in cubicTo()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCStrokeGeometry.cpp44 static inline float calc_curvature_costheta(const Sk2f& leftTan, const Sk2f& rightTan) { in calc_curvature_costheta() argument
46 transpose(leftTan, rightTan, &X, &Y); in calc_curvature_costheta()
48 Sk2f dotprod = leftTan * rightTan; in calc_curvature_costheta()
174 Sk2f leftTan, rightTan; in quadraticTo() local
177 leftTan = tan0; in quadraticTo()
182 leftTan = A*leftT + B; in quadraticTo()
186 leftTan = A*leftT + B; in quadraticTo()
304 Sk2f leftTan, rightTan; in cubicTo() local
307 leftTan = tan0; in cubicTo()
312 leftTan = A*leftT*leftT + B*leftT + C; in cubicTo()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCStrokeGeometry.cpp44 static inline float calc_curvature_costheta(const Sk2f& leftTan, const Sk2f& rightTan) { in calc_curvature_costheta() argument
46 transpose(leftTan, rightTan, &X, &Y); in calc_curvature_costheta()
48 Sk2f dotprod = leftTan * rightTan; in calc_curvature_costheta()
174 Sk2f leftTan, rightTan; in quadraticTo() local
177 leftTan = tan0; in quadraticTo()
182 leftTan = A*leftT + B; in quadraticTo()
186 leftTan = A*leftT + B; in quadraticTo()
304 Sk2f leftTan, rightTan; in cubicTo() local
307 leftTan = tan0; in cubicTo()
312 leftTan = A*leftT*leftT + B*leftT + C; in cubicTo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ccpr/
H A DGrCCStrokeGeometry.cpp44 static inline float calc_curvature_costheta(const Sk2f& leftTan, const Sk2f& rightTan) { in calc_curvature_costheta() argument
46 transpose(leftTan, rightTan, &X, &Y); in calc_curvature_costheta()
48 Sk2f dotprod = leftTan * rightTan; in calc_curvature_costheta()
174 Sk2f leftTan, rightTan; in quadraticTo() local
177 leftTan = tan0; in quadraticTo()
182 leftTan = A*leftT + B; in quadraticTo()
186 leftTan = A*leftT + B; in quadraticTo()
304 Sk2f leftTan, rightTan; in cubicTo() local
307 leftTan = tan0; in cubicTo()
312 leftTan = A*leftT*leftT + B*leftT + C; in cubicTo()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/vr/
H A DgfxVR.cpp22 float leftTan = tan(leftDegrees * M_PI / 180.0); in ConstructProjectionMatrix() local
27 float pxscale = 2.0f / (leftTan + rightTan); in ConstructProjectionMatrix()
28 float pxoffset = (leftTan - rightTan) * pxscale * 0.5; in ConstructProjectionMatrix()
/dports/www/firefox/firefox-99.0/gfx/vr/
H A DgfxVR.cpp22 float leftTan = tan(leftDegrees * M_PI / 180.0); in ConstructProjectionMatrix() local
27 float pxscale = 2.0f / (leftTan + rightTan); in ConstructProjectionMatrix()
28 float pxoffset = (leftTan - rightTan) * pxscale * 0.5; in ConstructProjectionMatrix()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/vr/
H A DgfxVR.cpp22 float leftTan = tan(leftDegrees * M_PI / 180.0); in ConstructProjectionMatrix() local
27 float pxscale = 2.0f / (leftTan + rightTan); in ConstructProjectionMatrix()
28 float pxoffset = (leftTan - rightTan) * pxscale * 0.5; in ConstructProjectionMatrix()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/vr/
H A DgfxVR.cpp22 float leftTan = tan(leftDegrees * M_PI / 180.0); in ConstructProjectionMatrix() local
27 float pxscale = 2.0f / (leftTan + rightTan); in ConstructProjectionMatrix()
28 float pxoffset = (leftTan - rightTan) * pxscale * 0.5; in ConstructProjectionMatrix()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/vr/
H A DgfxVR.cpp36 float leftTan = tan(leftDegrees * M_PI / 180.0);
41 float pxscale = 2.0f / (leftTan + rightTan);
42 float pxoffset = (leftTan - rightTan) * pxscale * 0.5;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/vr/
H A DgfxVR.cpp82 float leftTan = tan(leftDegrees * M_PI / 180.0); in ConstructProjectionMatrix() local
87 float pxscale = 2.0f / (leftTan + rightTan); in ConstructProjectionMatrix()
88 float pxoffset = (leftTan - rightTan) * pxscale * 0.5; in ConstructProjectionMatrix()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dmyflatcurve.cc541 double x, leftTan, rightTan; in getHandles() local
548 leftTan = curve.leftTangent.at(n); in getHandles()
565 if (leftTan == 0.0) { in getHandles()
567 } else if (leftTan == 1.0) { in getHandles()
570 leftTanX = (prevX - x) * leftTan + x; in getHandles()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dmyflatcurve.cc547 double x, leftTan, rightTan; in getHandles() local
554 leftTan = curve.leftTangent.at(n); in getHandles()
571 if (leftTan == 0.0) { in getHandles()
573 } else if (leftTan == 1.0) { in getHandles()
576 leftTanX = (prevX - x) * leftTan + x; in getHandles()
/dports/math/asymptote/asymptote-2.67/patches/
H A Dgl-matrix-2.4.0-pruned.patch479 let leftTan = Math.tan(fov.leftDegrees * Math.PI/180.0);