Searched defs:cubicTo (Results 1 – 4 of 4) sorted by relevance
/external/skia/include/core/ |
D | SkPath.h | 284 void cubicTo(const SkPoint& p1, const SkPoint& p2, const SkPoint& p3) { in cubicTo() function
|
/external/skia/src/core/ |
D | SkStroke.cpp | 414 void SkPathStroker::cubicTo(const SkPoint& pt1, const SkPoint& pt2, in cubicTo() function in SkPathStroker
|
D | SkPath.cpp | 295 void SkPath::cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, in cubicTo() function in SkPath
|
/external/webkit/WebKit/android/plugins/ |
D | android_npapi.h | 310 void (*cubicTo)(ANPPath*, float x0, float y0, float x1, float y1, member
|