Home
last modified time | relevance | path

Searched defs:roots (Results 151 – 175 of 4271) sorted by last modified time

12345678910>>...171

/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkGeometry.cpp427 const SkScalar tValues[], int roots) { in SkChopCubicAt()
487 int roots = SkFindCubicExtrema(src[0].fY, src[1].fY, src[2].fY, in SkChopCubicAtYExtrema() local
503 int roots = SkFindCubicExtrema(src[0].fX, src[1].fX, src[2].fX, in SkChopCubicAtXExtrema() local
855 SkScalar roots[3]; in SkChopCubicAtMaxCurvature() local
918 int roots = SkFindCubicMaxCurvature(src, maxCurvature); in SkFindCubicCusp() local
946 double roots[3]; in cubic_dchop_at_intercept() local
1013 int roots = SkFindUnitQuadRoots(coeff[0], coeff[1], coeff[2], tValues); in conic_find_extrema() local
H A DSkPath.cpp2919 SkScalar roots[2]; in winding_mono_conic() local
3000 SkScalar roots[2]; in winding_mono_quad() local
3119 SkScalar roots[2]; in tangent_conic() local
3146 SkScalar roots[2]; in tangent_quad() local
H A DSkQuadClipper.cpp34 SkScalar roots[2]; // we only expect one, but make room for 2 for safety in chopMonoQuadAt() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkDConicLineIntersection.cpp77 double roots[2]; in horizontalIntersect() local
103 int roots = this->intersectRay(rootVals); in intersect() local
155 double roots[2]; in verticalIntersect() local
376 int SkIntersections::HorizontalIntercept(const SkDConic& conic, SkScalar y, double* roots) { in HorizontalIntercept()
381 int SkIntersections::VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots) { in VerticalIntercept()
H A DSkPathOpsCubic.cpp267 int roots = cubic.findMaxCurvature(maxCurvature); in ComplexBreak() local
456 double* roots = s; in RootsReal() local
724 int roots = SkDCubic::FindExtrema(&fPts[0].fY, extremeTs); in top() local
H A DSkPathOpsCurve.h360 static int line_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in line_intercept_h()
369 static int line_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in line_intercept_v()
378 static int quad_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in quad_intercept_h()
383 static int quad_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in quad_intercept_v()
388 static int conic_intercept_h(const SkPoint a[2], SkScalar w, SkScalar y, double* roots) { in conic_intercept_h()
393 static int conic_intercept_v(const SkPoint a[2], SkScalar w, SkScalar x, double* roots) { in conic_intercept_v()
398 static int cubic_intercept_h(const SkPoint a[3], SkScalar , SkScalar y, double* roots) { in cubic_intercept_h()
403 static int cubic_intercept_v(const SkPoint a[3], SkScalar , SkScalar x, double* roots) { in cubic_intercept_v()
H A DSkPathOpsWinding.cpp133 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck() local
H A DSkPathOpsAsWinding.cpp109 int roots = 0; in left_edge() local
H A DSkDCubicLineIntersection.cpp154 int roots = intersectRay(rootVals); in intersect() local
189 double roots[3]; in horizontalIntersect() local
252 double roots[3]; in verticalIntersect() local
H A DSkPathOpsRect.cpp17 int roots = 0; in setBounds() local
34 int roots = 0; in setBounds() local
51 int roots = 0; in setBounds() local
H A DSkDQuadLineIntersection.cpp175 int roots = intersectRay(rootVals); in intersect() local
204 int roots = horizontalIntersect(axisIntercept, rootVals); in horizontalIntersect() local
260 int roots = verticalIntersect(axisIntercept, rootVals); in verticalIntersect() local
452 int SkIntersections::HorizontalIntercept(const SkDQuad& quad, SkScalar y, double* roots) { in HorizontalIntercept()
457 int SkIntersections::VerticalIntercept(const SkDQuad& quad, SkScalar x, double* roots) { in VerticalIntercept()
H A DSkPathOpsConic.cpp37 int roots = SkDQuad::RootsValidT(coeff[0], coeff[1], coeff[2], tValues); in FindExtrema() local
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/spellcheck/hunspell/src/
H A Dsuggestmgr.cxx1092 struct hentry* roots[MAX_ROOTS]; in ngsuggest() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCStrokeGeometry.cpp233 float roots[3]; in cubicTo() local
H A DGrCCFillGeometry.cpp450 float roots[3] = {P[i] * std::cos(theta) + D[i], in find_chops_around_loop_intersection() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Drender_task_graph.rs195 roots: FastHashSet<RenderTaskId>, field
327 let mut roots = FastHashMap::default(); in end_frame() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/shared/heapsnapshot/
H A DHeapSnapshot.cpp676 ubi::RootList& roots) { in AddGlobalsAsRoots()
698 ubi::RootList& roots, in EstablishBoundaries()
1483 ubi::Node roots(&rootList); in SaveHeapSnapshotShared() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocument.cpp13661 nsTArray<nsWeakPtr> roots(sInstance->mRoots.Clone()); in ForEach() local
13695 nsTArray<nsWeakPtr>& roots = sInstance->mRoots; in Find() local
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mapi/new/
H A DgenCommon.py66 def getFunctionsFromRoots(roots): argument
97 def getExportNamesFromRoots(target, roots): argument
/dports/www/firefox/firefox-99.0/third_party/rust/bindgen/src/ir/
H A Dcontext.rs1180 let roots = self.items().map(|(id, _)| id); in assert_no_dangling_item_traversal() localVariable
2222 let roots = { in compute_whitelisted_and_codegen_items() localVariable
2223 let mut roots = self in compute_whitelisted_and_codegen_items() localVariable
/dports/www/firefox/firefox-99.0/tools/jprof/
H A Dleaky.h94 StrSet roots; member
/dports/www/firefox/firefox-99.0/third_party/python/gyp/pylib/gyp/generator/
H A Danalyzer.py457 def _AddCompileTargets(target, roots, add_if_no_ancestor, result): argument
/dports/www/firefox/firefox-99.0/third_party/prio/prio/
H A Dpoly.c27 fft_recurse(mp_int* out, const mp_int* mod, int n, const mp_int* roots, in fft_recurse()
64 const_MPArray roots, const mp_int* mod, bool invert) in fft_interpolate_raw()
/dports/www/firefox/firefox-99.0/third_party/rust/num-integer/src/
H A Dlib.rs29 mod roots; module
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DEnterpriseRoots.cpp339 jni::ObjectArray::LocalRef roots = in GatherEnterpriseCertsAndroid() local

12345678910>>...171