/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
|
/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(");
|
/frameworks/base/awt/java/awt/geom/ |
GeneralPath.java | 364 * Appends a new segment to the end of this general path by making a cubic 370 * the x coordinate of the new cubic segment's first control 373 * the y coordinate of the new cubic segment's first control 376 * the x coordinate of the new cubic segment's second control 379 * the y coordinate of the new cubic segment's second control 382 * the x coordinate of the new cubic segment's end point. 384 * the y coordinate of the new cubic segment's end point.
|
CubicCurve2D.java | 508 * Instantiates a new 2-D cubic curve. 705 * Gets the square of the flatness of the cubic curve segment defined by the 733 * Gets the square of the flatness of the cubic curve segment defined by the 768 * Gets the flatness of the cubic curve segment defined by the specified 795 * Gets the flatness of the cubic curve segment defined by the specified 818 * Creates the data for two cubic curves by dividing this curve in two. The 838 * Creates the data for two cubic curves by dividing the specified curve in 886 * Creates the data for two cubic curves by dividing the specified curve in 959 * Finds the roots of the cubic polynomial. This is accomplished by finding 966 * an array containing the coefficients of the cubic polynomia [all...] |
Ellipse2D.java | 251 * approximated by cubic Bezier curve. Arc in first quarter is started 252 * in (a, 0) and finished in (0, b) points. Control points for cubic
|
PathIterator.java | 80 * point) should follow a cubic curve.
|
/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.java | 28 * consisting of straight line segments, quadratic curves, and cubic curves. 301 * Add a cubic bezier from the last point, approaching control points 305 * @param x1 The x-coordinate of the 1st control point on a cubic curve 306 * @param y1 The y-coordinate of the 1st control point on a cubic curve 307 * @param x2 The x-coordinate of the 2nd control point on a cubic curve 308 * @param y2 The y-coordinate of the 2nd control point on a cubic curve 309 * @param x3 The x-coordinate of the end point on a cubic curve 310 * @param y3 The y-coordinate of the end point on a cubic curve
|
/frameworks/base/libs/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)" 1001 /* 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 */
|
/frameworks/base/graphics/java/android/graphics/utils/ |
BoundaryPatch.java | 52 * the x,y coordinates of the cubic control points. The points wrap around
|
/frameworks/base/awt/java/awt/ |
BasicStroke.java | 1053 * Adds solid cubic segment to the work path. [all...] |
/external/freetype/include/freetype/ |
ftimage.h | [all...] |