Searched defs:cubicTo (Results 1 - 6 of 6) sorted by relevance

/external/skia/include/core/
H A DSkPath.h381 void cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
392 void cubicTo(const SkPoint& p1, const SkPoint& p2, const SkPoint& p3) { function in class:SkPath
393 this->cubicTo(p1.fX, p1.fY, p2.fX, p2.fY, p3.fX, p3.fY);
396 /** Same as cubicTo, but the coordinates are considered relative to the
773 // called before we add points for lineTo, quadTo, cubicTo, checking to see
/external/skia/src/core/
H A DSkStroke.cpp72 void cubicTo(const SkPoint&, const SkPoint&, const SkPoint&);
336 fOuter.cubicTo( pts[1].fX + normalB.fX, pts[1].fY + normalB.fY,
340 fInner.cubicTo( pts[1].fX - normalB.fX, pts[1].fY - normalB.fY,
401 void SkPathStroker::cubicTo(const SkPoint& pt1, const SkPoint& pt2, function in class:SkPathStroker
599 stroker.cubicTo(pts[1], pts[2], pts[3]);
H A DSkPath.cpp511 void SkPath::cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, function in class:SkPath
532 this->cubicTo(pt.fX + x1, pt.fY + y1, pt.fX + x2, pt.fY + y2,
628 this->cubicTo(rect.fLeft + rx - sx, rect.fTop,
634 this->cubicTo(rect.fLeft, rect.fBottom - ry + sy,
640 this->cubicTo(rect.fRight - rx + sx, rect.fBottom,
646 this->cubicTo(rect.fRight, rect.fTop + ry - sy,
650 this->cubicTo(rect.fRight - rx + sx, rect.fTop,
656 this->cubicTo(rect.fRight, rect.fBottom - ry + sy,
662 this->cubicTo(rect.fLeft + rx - sx, rect.fBottom,
668 this->cubicTo(rec
[all...]
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h345 void (*cubicTo)(ANPPath*, float x0, float y0, float x1, float y1, member in struct:ANPPathInterfaceV0
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 220 milliseconds