Home
last modified time | relevance | path

Searched refs:ComputePointAtLength (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGMotionSMILType.cpp226 aPoint = aPath->ComputePointAtLength(aDistance); in GetAngleAndPointAtDistance()
229 aPoint = aPath->ComputePointAtLength(aDistance, &tangent); in GetAngleAndPointAtDistance()
280 Point srcPt = path->ComputePointAtLength(srcParams.mDistToPoint); in Add()
H A DSVGGeometryElement.cpp241 RefPtr<DOMSVGPoint> point = new DOMSVGPoint(path->ComputePointAtLength( in GetPointAtLength()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGMotionSMILType.cpp226 aPoint = aPath->ComputePointAtLength(aDistance); in GetAngleAndPointAtDistance()
229 aPoint = aPath->ComputePointAtLength(aDistance, &tangent); in GetAngleAndPointAtDistance()
280 Point srcPt = path->ComputePointAtLength(srcParams.mDistToPoint); in Add()
H A DSVGGeometryElement.cpp235 nsCOMPtr<nsISVGPoint> point = new DOMSVGPoint(path->ComputePointAtLength( in GetPointAtLength()
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGMotionSMILType.cpp226 aPoint = aPath->ComputePointAtLength(aDistance); in GetAngleAndPointAtDistance()
229 aPoint = aPath->ComputePointAtLength(aDistance, &tangent); in GetAngleAndPointAtDistance()
280 Point srcPt = path->ComputePointAtLength(srcParams.mDistToPoint); in Add()
H A DSVGGeometryElement.cpp247 RefPtr<DOMSVGPoint> point = new DOMSVGPoint(path->ComputePointAtLength( in GetPointAtLength()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGMotionSMILType.cpp226 aPoint = aPath->ComputePointAtLength(aDistance); in GetAngleAndPointAtDistance()
229 aPoint = aPath->ComputePointAtLength(aDistance, &tangent); in GetAngleAndPointAtDistance()
280 Point srcPt = path->ComputePointAtLength(srcParams.mDistToPoint); in Add()
H A DSVGGeometryElement.cpp241 RefPtr<DOMSVGPoint> point = new DOMSVGPoint(path->ComputePointAtLength( in GetPointAtLength()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGMotionSMILType.cpp242 aPoint = aPath->ComputePointAtLength(aDistance); in GetAngleAndPointAtDistance()
245 aPoint = aPath->ComputePointAtLength(aDistance, &tangent); in GetAngleAndPointAtDistance()
300 Point srcPt = path->ComputePointAtLength(srcParams.mDistToPoint); in Add()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGMotionSMILType.cpp221 aPoint = aPath->ComputePointAtLength(aDistance); in GetAngleAndPointAtDistance()
224 aPoint = aPath->ComputePointAtLength(aDistance, &tangent); in GetAngleAndPointAtDistance()
276 Point srcPt = path->ComputePointAtLength(srcParams.mDistToPoint); in Add()
H A DSVGGeometryElement.cpp144 nsCOMPtr<nsISVGPoint> point = new DOMSVGPoint(path->ComputePointAtLength( in GetPointAtLength()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DPathAnalysis.h46 Point ComputePointAtLength(Float aLength, Point *aTangent);
H A DPath.cpp67 Path::ComputePointAtLength(Float aLength, Point* aTangent) in ComputePointAtLength() function in mozilla::gfx::Path
70 return mFlattenedPath->ComputePointAtLength(aLength, aTangent); in ComputePointAtLength()
170 FlattenedPath::ComputePointAtLength(Float aLength, Point *aTangent) in ComputePointAtLength() function in mozilla::gfx::FlattenedPath
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DPathAnalysis.h43 Point ComputePointAtLength(Float aLength, Point* aTangent);
H A DPath.cpp55 Point Path::ComputePointAtLength(Float aLength, Point* aTangent) { in ComputePointAtLength() function in mozilla::gfx::Path
57 return mFlattenedPath->ComputePointAtLength(aLength, aTangent); in ComputePointAtLength()
140 Point FlattenedPath::ComputePointAtLength(Float aLength, Point* aTangent) { in ComputePointAtLength() function in mozilla::gfx::FlattenedPath
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DPathAnalysis.h43 Point ComputePointAtLength(Float aLength, Point* aTangent);
H A DPath.cpp55 Point Path::ComputePointAtLength(Float aLength, Point* aTangent) { in ComputePointAtLength() function in mozilla::gfx::Path
57 return mFlattenedPath->ComputePointAtLength(aLength, aTangent); in ComputePointAtLength()
140 Point FlattenedPath::ComputePointAtLength(Float aLength, Point* aTangent) { in ComputePointAtLength() function in mozilla::gfx::FlattenedPath
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DPathAnalysis.h43 Point ComputePointAtLength(Float aLength, Point* aTangent);
H A DPath.cpp55 Point Path::ComputePointAtLength(Float aLength, Point* aTangent) { in ComputePointAtLength() function in mozilla::gfx::Path
57 return mFlattenedPath->ComputePointAtLength(aLength, aTangent); in ComputePointAtLength()
140 Point FlattenedPath::ComputePointAtLength(Float aLength, Point* aTangent) { in ComputePointAtLength() function in mozilla::gfx::FlattenedPath
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DPathAnalysis.h43 Point ComputePointAtLength(Float aLength, Point* aTangent);
H A DPath.cpp55 Point Path::ComputePointAtLength(Float aLength, Point* aTangent) { in ComputePointAtLength() function in mozilla::gfx::Path
57 return mFlattenedPath->ComputePointAtLength(aLength, aTangent); in ComputePointAtLength()
140 Point FlattenedPath::ComputePointAtLength(Float aLength, Point* aTangent) { in ComputePointAtLength() function in mozilla::gfx::FlattenedPath
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DPathAnalysis.h43 Point ComputePointAtLength(Float aLength, Point *aTangent);
H A DPath.cpp55 Point Path::ComputePointAtLength(Float aLength, Point *aTangent) { in ComputePointAtLength() function in mozilla::gfx::Path
57 return mFlattenedPath->ComputePointAtLength(aLength, aTangent); in ComputePointAtLength()
140 Point FlattenedPath::ComputePointAtLength(Float aLength, Point *aTangent) { in ComputePointAtLength() function in mozilla::gfx::FlattenedPath
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1.h1477 STDMETHOD(ComputePointAtLength)(
1945 ComputePointAtLength( in ComputePointAtLength() function
1953 …return ComputePointAtLength(length, &worldTransform, flatteningTolerance, point, unitTangentVector… in ComputePointAtLength()
1961 ComputePointAtLength( in ComputePointAtLength() function
1968 …return ComputePointAtLength(length, worldTransform, D2D1_DEFAULT_FLATTENING_TOLERANCE, point, unit… in ComputePointAtLength()
1976 ComputePointAtLength( in ComputePointAtLength() function
1983 …return ComputePointAtLength(length, &worldTransform, D2D1_DEFAULT_FLATTENING_TOLERANCE, point, uni… in ComputePointAtLength()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1.h1200 …return ComputePointAtLength(length, &worldTransform, flatteningTolerance, point, unitTangentVector… in ComputePointAtLength()
1203 …HRESULT ComputePointAtLength(FLOAT length, const D2D1_MATRIX_3X2_F *worldTransform, D2D1_POINT_2F … in ComputePointAtLength() function
1204 …return ComputePointAtLength(length, worldTransform, D2D1_DEFAULT_FLATTENING_TOLERANCE, point, unit… in ComputePointAtLength()
1208 …return ComputePointAtLength(length, &worldTransform, D2D1_DEFAULT_FLATTENING_TOLERANCE, point, uni… in ComputePointAtLength()
1256 #define ID2D1Geometry_ComputePointAtLength(this,A,B,C,D) (this)->lpVtbl->ComputePointAtLength(this,…
1545 …eGeometry_ComputePointAtLength(this,A,B,C,D) (this)->lpVtbl->Base.ComputePointAtLength((ID2D1Geome…
1726 …etryGroup_ComputePointAtLength(this,A,B,C,D) (this)->lpVtbl->Base.ComputePointAtLength((ID2D1Geome…
2091 …hGeometry_ComputePointAtLength(this,A,B,C,D) (this)->lpVtbl->Base.ComputePointAtLength((ID2D1Geome…
2214 …eGeometry_ComputePointAtLength(this,A,B,C,D) (this)->lpVtbl->Base.ComputePointAtLength((ID2D1Geome…
2255 …eGeometry_ComputePointAtLength(this,A,B,C,D) (this)->lpVtbl->Base.ComputePointAtLength((ID2D1Geome…
[all …]

12345678910