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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathWriter.cpp38 void SkPathWriter::cubicTo(const SkPoint& pt1, const SkPoint& pt2, const SkPoint& pt3) { function in class:SkPathWriter
50 SkDebugf("path.cubicTo(%1.9g,%1.9g, %1.9g,%1.9g, %1.9g,%1.9g);\n",
53 fPathPtr->cubicTo(pt1.fX, pt1.fY, pt2.fX, pt2.fY, fDefer[1].fX, fDefer[1].fY);
/external/skia/src/pathops/
H A DSkPathWriter.cpp38 void SkPathWriter::cubicTo(const SkPoint& pt1, const SkPoint& pt2, const SkPoint& pt3) { function in class:SkPathWriter
50 SkDebugf("path.cubicTo(%1.9g,%1.9g, %1.9g,%1.9g, %1.9g,%1.9g);\n",
53 fPathPtr->cubicTo(pt1.fX, pt1.fY, pt2.fX, pt2.fY, fDefer[1].fX, fDefer[1].fY);
/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h417 void cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
428 void cubicTo(const SkPoint& p1, const SkPoint& p2, const SkPoint& p3) { function in class:SkPath
429 this->cubicTo(p1.fX, p1.fY, p2.fX, p2.fY, p3.fX, p3.fY);
432 /** Same as cubicTo, but the coordinates are considered relative to the
982 // called before we add points for lineTo, quadTo, cubicTo, checking to see
/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp80 void cubicTo(const SkPoint&, const SkPoint&, const SkPoint&);
356 fOuter.cubicTo( pts[1].fX + normalB.fX, pts[1].fY + normalB.fY,
360 fInner.cubicTo( pts[1].fX - normalB.fX, pts[1].fY - normalB.fY,
421 void SkPathStroker::cubicTo(const SkPoint& pt1, const SkPoint& pt2, function in class:SkPathStroker
608 stroker.cubicTo(pts[1], pts[2], pts[3]);
H A DSkPath.cpp726 void SkPath::cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, function in class:SkPath
746 this->cubicTo(pt.fX + x1, pt.fY + y1, pt.fX + x2, pt.fY + y2,
1151 this->cubicTo(rect.fLeft + rx - sx, rect.fTop,
1157 this->cubicTo(rect.fLeft, rect.fBottom - ry + sy,
1163 this->cubicTo(rect.fRight - rx + sx, rect.fBottom,
1169 this->cubicTo(rect.fRight, rect.fTop + ry - sy,
1173 this->cubicTo(rect.fRight - rx + sx, rect.fTop,
1179 this->cubicTo(rect.fRight, rect.fBottom - ry + sy,
1185 this->cubicTo(rect.fLeft + rx - sx, rect.fBottom,
1191 this->cubicTo(rec
[all...]
/external/skia/include/core/
H A DSkPath.h417 void cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
428 void cubicTo(const SkPoint& p1, const SkPoint& p2, const SkPoint& p3) { function in class:SkPath
429 this->cubicTo(p1.fX, p1.fY, p2.fX, p2.fY, p3.fX, p3.fY);
432 /** Same as cubicTo, but the coordinates are considered relative to the
982 // called before we add points for lineTo, quadTo, cubicTo, checking to see
/external/skia/src/core/
H A DSkStroke.cpp80 void cubicTo(const SkPoint&, const SkPoint&, const SkPoint&);
356 fOuter.cubicTo( pts[1].fX + normalB.fX, pts[1].fY + normalB.fY,
360 fInner.cubicTo( pts[1].fX - normalB.fX, pts[1].fY - normalB.fY,
421 void SkPathStroker::cubicTo(const SkPoint& pt1, const SkPoint& pt2, function in class:SkPathStroker
608 stroker.cubicTo(pts[1], pts[2], pts[3]);
H A DSkPath.cpp726 void SkPath::cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, function in class:SkPath
746 this->cubicTo(pt.fX + x1, pt.fY + y1, pt.fX + x2, pt.fY + y2,
1151 this->cubicTo(rect.fLeft + rx - sx, rect.fTop,
1157 this->cubicTo(rect.fLeft, rect.fBottom - ry + sy,
1163 this->cubicTo(rect.fRight - rx + sx, rect.fBottom,
1169 this->cubicTo(rect.fRight, rect.fTop + ry - sy,
1173 this->cubicTo(rect.fRight - rx + sx, rect.fTop,
1179 this->cubicTo(rect.fRight, rect.fBottom - ry + sy,
1185 this->cubicTo(rect.fLeft + rx - sx, rect.fBottom,
1191 this->cubicTo(rec
[all...]
/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 243 milliseconds