/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/equations/ |
D | Cubic.java | 10 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/ |
D | TweenEquations.java | 6 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;
|
D | TweenUtils.java | 6 import aurelienribon.tweenengine.equations.Cubic; 34 Cubic.IN, Cubic.OUT, Cubic.INOUT, in parseEasing()
|
/external/skia/src/utils/win/ |
D | SkDWriteGeometrySink.cpp | 95 } 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/ |
D | SkDWriteGeometrySink.cpp | 89 } 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/ |
D | SkPathOpsDebug.h | 46 FakeClasses(Cubic, Quad); 47 FakeClasses(Cubic, Conic); 48 FakeClasses(Cubic, Cubic);
|
D | SkReduceOrder.h | 27 static SkPath::Verb Cubic(const SkPoint pts[4], SkPoint* reducePts);
|
D | SkOpEdgeBuilder.cpp | 136 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()
|
D | SkReduceOrder.cpp | 267 SkPath::Verb SkReduceOrder::Cubic(const SkPoint a[4], SkPoint* reducePts) { in Cubic() function in SkReduceOrder
|
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.h | 46 DummyClasses(Cubic, Quad); 47 DummyClasses(Cubic, Conic); 48 DummyClasses(Cubic, Cubic);
|
D | SkReduceOrder.h | 27 static SkPath::Verb Cubic(const SkPoint pts[4], SkPoint* reducePts);
|
D | SkOpEdgeBuilder.cpp | 142 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()
|
D | SkReduceOrder.cpp | 267 SkPath::Verb SkReduceOrder::Cubic(const SkPoint a[4], SkPoint* reducePts) { in Cubic() function in SkReduceOrder
|
/external/skia/docs/examples/ |
D | Cubic.cpp | 5 REG_FIDDLE(Cubic, 256, 160, false, 0) {
|
/external/fonttools/Doc/source/cu2qu/ |
D | index.rst | 2 cu2qu: Cubic to quadratic curve conversion
|
/external/skqp/docs/ |
D | SkPath_Reference.bmh | 79 #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/ |
D | SkPath_Reference.md | 274 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 …]
|
D | SkCanvas_Reference.md | 174 …<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/ |
D | SkFontHost_FreeType_common.cpp | 1280 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++/ |
D | ChangeLog | 930 (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/ |
D | SampleAAGeometry.cpp | 963 SET_BUTTON(Cubic); in init_buttonList()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/ |
D | hlo_ops_base.td | 150 string summary = "Cubic root operator";
|
/external/one-true-awk/testdir/ |
D | funstack.ok | 206 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/ |
D | documumentation_examples_map.txt | 2737 [Cubic]
|
/external/freetype/ |
D | ChangeLog.21 | 7143 (FT_Outline_{Move,Line,Conic,Cubic}To_Func): Renamed to... 7144 (FT_Outline_{Move,Line,Conic,Cubic}ToFunc): This.
|