HomeSort by relevance Sort by last modified time
    Searched full:cubic (Results 1 - 25 of 44) sorted by null

1 2

  /external/skia/include/core/
SkGeometry.h 87 convert it into the cubic fitting the same curve. The new cubic
99 /** Set pt to the point on the src cubic specified by t. t must be
104 /** Given a src cubic bezier, chop it at the specified t value,
111 /** Given a src cubic bezier, chop it at the specified t == 1/2,
116 /** Given the 4 coefficients for a cubic bezier (either X or Y values), look
118 these extrema. If the cubic has no extrema betwee (0..1) exclusive, the
127 /** Given 4 points on a cubic bezier, chop it into 1, 2, 3 beziers such that
130 0 dst[0..3] is the original cubic
138 /** Given a cubic bezier, return 0, 1, or 2 t-values that represent th
    [all...]
SkPath.h 31 consisting of straight line segments, quadratic curves, and cubic curves.
274 /** Add a cubic bezier from the last point, approaching control points
278 @param x1 The x-coordinate of the 1st control point on a cubic curve
279 @param y1 The y-coordinate of the 1st control point on a cubic curve
280 @param x2 The x-coordinate of the 2nd control point on a cubic curve
281 @param y2 The y-coordinate of the 2nd control point on a cubic curve
282 @param x3 The x-coordinate of the end point on a cubic curve
283 @param y3 The y-coordinate of the end point on a cubic curve
288 /** Add a cubic bezier from the last point, approaching control points p1
292 @param p1 The 1st control point on a cubic curv
    [all...]
  /external/webkit/WebCore/manual-tests/
transition-timing-functions.html 30 .container:hover .cubic,
55 .container .cubic {
56 -webkit-transition-timing-function: cubic-bezier(.42, .0, .58, 1.0)
109 <div class="cubic">
110 Cubic bezier specified the same as Ease In Out
  /external/skia/src/animator/
SkOperandInterpolator.h 39 [0...1) is a cubic lag/log/lag blend (slow to change at the beginning and end)
41 (1...inf) is a cubic log/lag/log blend (fast to change at the beginning and end)
SkParseSVGPath.cpp 27 //functions to approximate a cubic using two quadratics
38 //divide the cubic up into two cubics, then convert them into quadratics
191 #else //this way just does a boring, slow old cubic
  /external/skia/tests/
PaintTest.cpp 6 // mostly degenerate cubic flatness test
  /external/skia/src/core/
SkGeometry.cpp 529 /** Cubic'(t) = At^2 + Bt + C, where
583 up with 1.0, hence the need to check and just return the last cubic as
628 // have src point to the remaining cubic (after the chop)
635 // if we can't, just create a degenerate cubic
672 /** Given 4 points on a cubic bezier, chop it into 1, 2, 3 beziers such that
675 0 dst[0..3] is the original cubic
717 After some canceling of the cubic term, we get
989 bool SkXRayCrossesMonotonicCubic(const SkXRay& pt, const SkPoint cubic[4]) {
991 // first and last points since this cubic is monotonic
992 SkScalar min_y = SkMinScalar(cubic[0].fY, cubic[3].fY)
    [all...]
SkEdgeBuilder.cpp 93 // the corresponding line/quad/cubic verbs
124 // the corresponding line/quad/cubic verbs
SkEdge.h 39 uint8_t fCubicDShift; // applied to fCDx and fCDy only in cubic
SkEdgeClipper.cpp 230 /* Given 4 cubic points (either Xs or Ys), and a target X or Y, compute the
231 t value such that cubic(t) = target
SkPath.cpp 87 - we only record "Close" if it was immediately preceeded by Line | Quad | Cubic
88 - we insert a Move(0,0) if Line | Quad | Cubic is our first command
93 3. if we encounter Line | Quad | Cubic after Close, cons up a Move
    [all...]
  /external/skia/src/utils/
SkBoundaryPatch.cpp 66 // ensure our 4th cubic wraps to the start of the first
  /external/webkit/WebCore/css/
CSSTimingFunctionValue.cpp 35 String text("cubic-bezier(");
  /external/skia/include/utils/
SkInterpolator.h 107 and the next key frame. [0...1) is a cubic lag/log/lag
132 /** Given all the parameters are [0...1], apply the cubic specified by (0,0)
  /frameworks/base/graphics/java/android/graphics/
Path.java 21 * consisting of straight line segments, quadratic curves, and cubic curves.
261 * Add a cubic bezier from the last point, approaching control points
265 * @param x1 The x-coordinate of the 1st control point on a cubic curve
266 * @param y1 The y-coordinate of the 1st control point on a cubic curve
267 * @param x2 The x-coordinate of the 2nd control point on a cubic curve
268 * @param y2 The y-coordinate of the 2nd control point on a cubic curve
269 * @param x3 The x-coordinate of the end point on a cubic curve
270 * @param y3 The y-coordinate of the end point on a cubic curve
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 662 * Add a cubic bezier from the last point, approaching control points
666 * @param x1 The x-coordinate of the 1st control point on a cubic curve
667 * @param y1 The y-coordinate of the 1st control point on a cubic curve
668 * @param x2 The x-coordinate of the 2nd control point on a cubic curve
669 * @param y2 The y-coordinate of the 2nd control point on a cubic curve
670 * @param x3 The x-coordinate of the end point on a cubic curve
671 * @param y3 The y-coordinate of the end point on a cubic curve
  /frameworks/base/services/audioflinger/
AudioResampler.h 32 // MED_QUALITY: cubic interpolator (3rd order)
  /external/freetype/src/base/
ftoutln.c 108 /* A contour cannot start with a cubic control point! */
247 FT_TRACE5(( " cubic to (%.2f, %.2f)"
258 FT_TRACE5(( " cubic to (%.2f, %.2f)"
1002 /* cubic or quadratic curves, this test deals with the polygon */
ftbbox.c 196 /* Finds the extrema of a 1-dimensional cubic Bezier curve and */
510 /* FT_Outline_Decompose(). It checks a cubic Bezier curve with the */
ftstroke.c 236 FT_STROKE_TAG_CUBIC = 2, /* cubic off-point */
510 /* add cubic arc */
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
povray.php 104 'cubic', 'quartic', 'quadric', 'isosurface', 'function', 'contained_by', 'parametric', 'pigment',
  /frameworks/base/graphics/java/android/graphics/utils/
BoundaryPatch.java 52 * the x,y coordinates of the cubic control points. The points wrap around
  /external/freetype/include/freetype/
ftimage.h     [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 985 SkCubicBoundary cubic; local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c     [all...]

Completed in 796 milliseconds

1 2