Searched defs:cubicTo (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathWriter.cpp | 56 void SkPathWriter::cubicTo(const SkPoint& pt1, const SkPoint& pt2, const SkPoint& pt3) { in cubicTo() function in SkPathWriter
|
/external/skia/include/core/ |
D | SkPath.h | 440 void cubicTo(const SkPoint& p1, const SkPoint& p2, const SkPoint& p3) { in cubicTo() function
|
/external/skia/src/core/ |
D | SkStroke.cpp | 1376 void SkPathStroker::cubicTo(const SkPoint& pt1, const SkPoint& pt2, in cubicTo() function in SkPathStroker
|
D | SkPath.cpp | 780 void SkPath::cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, in cubicTo() function in SkPath
|