Home
last modified time | relevance | path

Searched defs:cubicTo (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkPath.h284 void cubicTo(const SkPoint& p1, const SkPoint& p2, const SkPoint& p3) { in cubicTo() function
/external/skia/src/core/
DSkStroke.cpp414 void SkPathStroker::cubicTo(const SkPoint& pt1, const SkPoint& pt2, in cubicTo() function in SkPathStroker
DSkPath.cpp295 void SkPath::cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, in cubicTo() function in SkPath
/external/webkit/WebKit/android/plugins/
Dandroid_npapi.h310 void (*cubicTo)(ANPPath*, float x0, float y0, float x1, float y1, member