Home
last modified time | relevance | path

Searched defs:curve2 (Results 1 – 5 of 5) sorted by relevance

/external/lmfit/demo/
DMakefile.am2 noinst_PROGRAMS = curve1 curve2 nonlin1 surface1 program
/external/skia/src/pathops/
DSkOpEdgeBuilder.cpp230 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? &pair[2] : cStorage[1]; in walk() local
260 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? pair[1].fPts : cStorage[1]; in walk() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DShapeData.java84 CubicCurveData curve2 = shapeData2.getCurves().get(i); in interpolateBetween() local
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py1058 curve1, curve2, precision=1e-3, range1=None, range2=None argument
1124 def curveCurveIntersections(curve1, curve2): argument
/external/harfbuzz_ng/src/
Dhb-cff-interp-cs-common.hh867 static void curve2 (ENV &env, PARAM& param, in curve2() function