Searched refs:Cubic (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/utils/win/ |
H A 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 AddBeziers()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.h | 46 FakeClasses(Cubic, Quad); 47 FakeClasses(Cubic, Conic); 48 FakeClasses(Cubic, Cubic);
|
H A D | SkReduceOrder.h | 27 static SkPath::Verb Cubic(const SkPoint pts[4], SkPoint* reducePts);
|
H A 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()
|
H A D | SkReduceOrder.cpp | 267 SkPath::Verb SkReduceOrder::Cubic(const SkPoint a[4], SkPoint* reducePts) { in Cubic() function in SkReduceOrder
|
/third_party/skia/docs/examples/ |
H A D | Cubic.cpp | 5 REG_FIDDLE(Cubic, 256, 160, false, 0) { in REG_FIDDLE()
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType_common.cpp | 1609 static int Cubic(const FT_Vector* pt0, const FT_Vector* pt1, const FT_Vector* pt2, void* ctx) { in Cubic() function in __anon18921::SkFTGeometrySink 1627 /*cubic_to =*/ SkFTGeometrySink::Cubic, member in __anon18921::SkFTGeometrySink::SkFTGeometrySink
|
Completed in 8 milliseconds