Home
last modified time | relevance | path

Searched refs:Cubic (Results 1 – 25 of 27) sorted by relevance

12

/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/equations/
DCubic.java10 public abstract class Cubic extends TweenEquation { class
11 public static final Cubic IN = new Cubic() {
23 public static final Cubic OUT = new Cubic() {
35 public static final Cubic INOUT = new Cubic() {
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DTweenEquations.java6 import aurelienribon.tweenengine.equations.Cubic;
25 public static final Cubic easeInCubic = Cubic.IN;
26 public static final Cubic easeOutCubic = Cubic.OUT;
27 public static final Cubic easeInOutCubic = Cubic.INOUT;
DTweenUtils.java6 import aurelienribon.tweenengine.equations.Cubic;
34 Cubic.IN, Cubic.OUT, Cubic.INOUT, in parseEasing()
/external/skia/src/utils/win/
DSkDWriteGeometrySink.cpp95 } Cubic[4], Point; typedef
97 static bool check_quadratic(const Cubic& cubic, Point& quadraticP1) { in check_quadratic()
122 Cubic cubic = { { fCurrent.x, fCurrent.y }, in SK_STDMETHODIMP_()
/external/skqp/src/utils/win/
DSkDWriteGeometrySink.cpp89 } Cubic[4], Quadratic[3]; typedef
91 static bool check_quadratic(const Cubic& cubic, Quadratic& reduction) { in check_quadratic()
119 Cubic cubic = { { prevPt.x, prevPt.y }, in AddBeziers()
/external/skia/src/pathops/
DSkPathOpsDebug.h46 FakeClasses(Cubic, Quad);
47 FakeClasses(Cubic, Conic);
48 FakeClasses(Cubic, Cubic);
DSkReduceOrder.h27 static SkPath::Verb Cubic(const SkPoint pts[4], SkPoint* reducePts);
DSkOpEdgeBuilder.cpp136 verb = SkReduceOrder::Cubic(curve, curve); in preFetch()
290 split->fVerb = SkReduceOrder::Cubic(split->fPts, split->fReduced); in walk()
318 split->fVerb = SkReduceOrder::Cubic(split->fPts, split->fReduced); in walk()
DSkReduceOrder.cpp267 SkPath::Verb SkReduceOrder::Cubic(const SkPoint a[4], SkPoint* reducePts) { in Cubic() function in SkReduceOrder
/external/skqp/src/pathops/
DSkPathOpsDebug.h46 DummyClasses(Cubic, Quad);
47 DummyClasses(Cubic, Conic);
48 DummyClasses(Cubic, Cubic);
DSkReduceOrder.h27 static SkPath::Verb Cubic(const SkPoint pts[4], SkPoint* reducePts);
DSkOpEdgeBuilder.cpp142 verb = SkReduceOrder::Cubic(curve, pts); in preFetch()
296 split->fVerb = SkReduceOrder::Cubic(split->fPts, split->fReduced); in walk()
324 split->fVerb = SkReduceOrder::Cubic(split->fPts, split->fReduced); in walk()
DSkReduceOrder.cpp267 SkPath::Verb SkReduceOrder::Cubic(const SkPoint a[4], SkPoint* reducePts) { in Cubic() function in SkReduceOrder
/external/skia/docs/examples/
DCubic.cpp5 REG_FIDDLE(Cubic, 256, 160, false, 0) {
/external/fonttools/Doc/source/cu2qu/
Dindex.rst2 cu2qu: Cubic to quadratic curve conversion
/external/skqp/docs/
DSkPath_Reference.bmh79 #Line # adds Cubic from Last_Point ##
80 Adds Cubic from Last_Point, using two control Points, and end Point.
81 Cubic is a third-order Bezier_Curve section within tangents from Last_Point
122 const char* verbStr[] = { "Move", "Line", "Quad", "Conic", "Cubic", "Close" };
1203 #Line # returns if Cubic is very small ##
2226 #Subtopic Cubic
2227 #Alias Cubic ##
2233 Cubic describes a Bezier_Curve segment described by a third-order polynomial.
2234 Cubic begins at a start Point, curving towards the first control Point;
2266 #In Cubic
[all …]
/external/skqp/site/user/api/
DSkPath_Reference.md274 Adds <a href='SkPath_Reference#Cubic'>Cubic</a> from <a href='#Path_Last_Point'>Last_Point</a>, usi…
275 <a href='SkPath_Reference#Cubic'>Cubic</a> is a third-order <a href='#Bezier_Curve'>Bezier_Curve</a…
1480 Tests if <a href='SkPath_Reference#Cubic'>cubic</a> is degenerate.
1481 <a href='SkPath_Reference#Cubic'>Cubic</a> with no length or that moves a very short distance is de…
1487 …<td><a href='SkPath_Reference#Cubic'>cubic</a> start <a href='SkPoint_Reference#Point'>point</a></…
1490 …<td><a href='SkPath_Reference#Cubic'>cubic</a> control <a href='SkPoint_Reference#Point'>point</a>…
1493 …<td><a href='SkPath_Reference#Cubic'>cubic</a> control <a href='SkPoint_Reference#Point'>point</a>…
1496 …<td><a href='SkPath_Reference#Cubic'>cubic</a> end <a href='SkPoint_Reference#Point'>point</a></td>
1507 true if <a href='SkPath_Reference#Cubic'>cubic</a> is degenerate; its length is effectively zero
1911 … <a href='SkPath_Reference#Conic'>conic</a>, or <a href='SkPath_Reference#Cubic'>cubic</a>; is slo…
[all …]
DSkCanvas_Reference.md174 …<a href='SkPoint_Reference#SkPoint'>SkPoint</a> <a href='SkPath_Reference#Cubic'>cubics</a>[12], c…
176 …<a href='SkPoint_Reference#SkPoint'>SkPoint</a> <a href='SkPath_Reference#Cubic'>cubics</a>[12], c…
5589 …<a href='SkPoint_Reference#SkPoint'>SkPoint</a> <a href='SkPath_Reference#Cubic'>cubics</a>[12], c…
5601 …ur <a href='SkPath_Reference#SkPath'>SkPath</a> <a href='SkPath_Reference#Cubic'>cubic</a> startin…
5602 …st <a href='SkPath_Reference#SkPath'>SkPath</a> <a href='SkPath_Reference#Cubic'>cubic</a> ends at…
5614 …<td><a href='SkPath_Reference#SkPath'>SkPath</a> <a href='SkPath_Reference#Cubic'>cubic</a> array,…
5649 …<a href='SkPoint_Reference#SkPoint'>SkPoint</a> <a href='SkPath_Reference#Cubic'>cubics</a>[12], c…
5653 Draws <a href='SkPath_Reference#SkPath'>SkPath</a> <a href='SkPath_Reference#Cubic'>cubic</a> <a h…
5661 …ur <a href='SkPath_Reference#SkPath'>SkPath</a> <a href='SkPath_Reference#Cubic'>cubic</a> startin…
5662 …st <a href='SkPath_Reference#SkPath'>SkPath</a> <a href='SkPath_Reference#Cubic'>cubic</a> ends at…
[all …]
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp1280 static int Cubic(const FT_Vector* pt0, const FT_Vector* pt1, const FT_Vector* pt2, void* ctx) { in Cubic() function in __anonda175c9c0411::SkFTGeometrySink
1298 /*cubic_to =*/ SkFTGeometrySink::Cubic,
/external/ImageMagick/Magick++/
DChangeLog930 (PathCurvetoAbs): New class. Cubic bezier, absolute coordinates
931 (PathCurvetoRel): New class. Cubic bezier, relative coordinates
932 (PathSmoothCurvetoAbs): New class. Cubic bezier, absolute
934 (PathSmoothCurvetoRel): New class. Cubic bezier, relative
/external/skqp/samplecode/
DSampleAAGeometry.cpp963 SET_BUTTON(Cubic); in init_buttonList()
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops_base.td150 string summary = "Cubic root operator";
/external/one-true-awk/testdir/
Dfunstack.ok206 E. N. Nilson Cubic Splines on Uniform Meshes . . . . 255--258
1422 W. D. Hoskins Cubic spline solutions to fourth-order
1570 W. D. Hoskins ACM Algorithm 461: Cubic Spline
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2737 [Cubic]
/external/freetype/
DChangeLog.217143 (FT_Outline_{Move,Line,Conic,Cubic}To_Func): Renamed to...
7144 (FT_Outline_{Move,Line,Conic,Cubic}ToFunc): This.

12