HomeSort by relevance Sort by last modified time
    Searched refs:Curve (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.h 57 enum Curve {
67 Parameters(bool isEnabled, double animationTime, double repeatMinimumSustainTime, Curve attackCurve, double attackTime, Curve releaseCurve, double releaseTime, Curve coastTimeCurve, double maximumCoastTime);
76 Curve m_attackCurve;
79 Curve m_releaseCurve;
82 Curve m_coastTimeCurve;
101 static double curveAt(Curve, double t);
102 static double attackCurve(Curve, double deltaT, double curveT, double startPos, double attackPos);
103 static double releaseCurve(Curve, double deltaT, double curveT, double releasePos, double desiredPos)
    [all...]
ScrollAnimatorNone.cpp 60 ScrollAnimatorNone::Parameters::Parameters(bool isEnabled, double animationTime, double repeatMinimumSustainTime, Curve attackCurve, double attackTime, Curve releaseCurve, double releaseTime, Curve coastTimeCurve, double maximumCoastTime)
73 double ScrollAnimatorNone::PerAxisData::curveAt(Curve curve, double t)
75 switch (curve) {
112 double ScrollAnimatorNone::PerAxisData::attackCurve(Curve curve, double deltaTime, double curveT, double startPosition, double attackPosition)
115 double positionFactor = curveAt(curve, t);
119 double ScrollAnimatorNone::PerAxisData::releaseCurve(Curve curve, double deltaTime, double curveT, double releasePosition, double desiredPosition
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsgamma.c 30 // The curve is stored in segments, where each segment can be sampled or specified by parameters.
31 // a 16.bit simplification of the *whole* curve is kept for optimization purposes. For float operation,
36 // be called with the type id as a negative value, and a sampled version of the reversed curve
62 9, // # of curve types
63 { 1, 2, 3, 4, 5, 6, 7, 8, 108 }, // Parametric curve ID
210 // no optimation curve is computed. nSegments may also be zero in the inverse case, where only the
211 // optimization curve is given. Both features simultaneously is an error
222 cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't create tone curve of more than 65530 entries");
227 cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't create tone curve with zero segments and no table");
250 // This 16-bit table contains a limited precision representation of the whole curve and is kept fo
    [all...]
cmstypes.c 233 // Keep starting position of curve offsets
    [all...]
cmsopt.c 62 _cmsInterpFn16* EvalCurveOut16; // Points to an array of curve evaluators in 16 bits (not-owned pointer)
509 // If any post-linearization, we need to find how is represented white before the curve, do
544 // LUTS with all curves will be simplified to a single curve. Parametric curves are lost.
606 // Remove prelinearization. Since we have duplicated the curve
737 // Compute slope and offset for begin of curve
    [all...]
cmsps2.c 57 This is implemented as /CIEBasedA CSA. The prelinearization curve is
705 int EmitCIEBasedA(cmsIOHANDLER* m, cmsToneCurve* Curve, cmsCIEXYZ* BlackPoint)
713 Emit1Gamma(m, Curve);
828 // Generates a curve from a gray profile
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 229 double attackArea(ScrollAnimatorNone::Curve, double startT, double endT);
230 double releaseArea(ScrollAnimatorNone::Curve, double startT, double endT);
231 double attackCurve(ScrollAnimatorNone::Curve, double deltaT, double curveT, double startPosition, double attackPosition);
232 double releaseCurve(ScrollAnimatorNone::Curve, double deltaT, double curveT, double releasePosition, double desiredPosition);
233 double coastCurve(ScrollAnimatorNone::Curve, double factor);
235 void curveTestInner(ScrollAnimatorNone::Curve, double step, double time);
236 void curveTest(ScrollAnimatorNone::Curve);
328 double ScrollAnimatorNoneTest::attackArea(ScrollAnimatorNone::Curve curve, double startT, double endT)
330 return ScrollAnimatorNone::PerAxisData::attackArea(curve, startT, endT)
    [all...]
  /external/libvorbis/doc/
07-floor1.tex 9 encode a spectral envelope curve. The representation plots this curve
20 Floor type one represents a spectral curve as a series of
21 line segments. Synthesis constructs a floor curve using iterative
177 indicating this floor curve (and thus this channel) is unused this
226 An end-of-packet condition during curve decode should be considered a
237 \paragraph{curve computation} \label{vorbis:spec:floor1-synth}
239 Curve computation is split into two logical steps; the first step
241 values taken from the bitstream. The second step plots the curve
336 \item[step 2: curve synthesis
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h     [all...]

Completed in 406 milliseconds