Searched refs:curve1 (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/experimental/docs/ |
H A D | interpolatorFunctions.js | 73 var curve1 = curves1[cIndex][curve1Key]; 75 assert(isArray(curve1)); 76 assert(curve0.length == curve1.length); 78 for (var i = 0; i < curve1.length; ++i) { 79 outArray[i] = curve0[i] + (curve1[i] - curve0[i]) * value;
|
/third_party/skia/src/pathops/ |
H A D | SkOpEdgeBuilder.cpp | 220 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? &pair[0] : cStorage[0]; in walk() local 222 if (can_add_curve(v1, curve1) && can_add_curve(v2, curve2)) { in walk() 223 fContourBuilder.addCurve(v1, curve1); in walk() 250 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? pair[0].fPts : cStorage[0]; in walk() local 252 if (can_add_curve(v1, curve1) && can_add_curve(v2, curve2)) { in walk() 253 fContourBuilder.addCurve(v1, curve1, pair[0].fW); in walk()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_afade.c | 53 int curve0, int curve1); 367 { "curve1", "set fade curve type for 1st stream", OFFSET(curve), AV_OPT_TYPE_INT, {.i64 = TRI }, NONE, NB_CURVES - 1, FLAGS, "curve" }, 400 int curve0, int curve1) \ 406 double gain1 = fade_gain(curve1, i, nb_samples); \ 421 int curve0, int curve1) \ 430 double gain1 = fade_gain(curve1, i, nb_samples); \
|
/third_party/backends/backend/ |
H A D | hp3900_rts8822.c | 408 SANE_Int curve1, SANE_Int curve2); 854 SANE_Int direction, SANE_Int curve1, SANE_Int curve2) in Motor_Curve_Equal() 861 Motor_Curve_Get (dev, motorsetting, direction, curve1); in Motor_Curve_Equal() 853 Motor_Curve_Equal(struct st_device *dev, SANE_Int motorsetting, SANE_Int direction, SANE_Int curve1, SANE_Int curve2) Motor_Curve_Equal() argument
|
Completed in 15 milliseconds