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

/external/skia/include/core/
H A DSkPath.h342 void quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2);
351 void quadTo(const SkPoint& p1, const SkPoint& p2) { function in class:SkPath
352 this->quadTo(p1.fX, p1.fY, p2.fX, p2.fY);
355 /** Same as quadTo, but the coordinates are considered relative to the last
773 // called before we add points for lineTo, quadTo, cubicTo, checking to see
/external/skia/src/core/
H A DSkStroke.cpp71 void quadTo(const SkPoint&, const SkPoint&);
251 fOuter.quadTo( pts[1].fX + normalB.fX, pts[1].fY + normalB.fY,
253 fInner.quadTo( pts[1].fX - normalB.fX, pts[1].fY - normalB.fY,
346 void SkPathStroker::quadTo(const SkPoint& pt1, const SkPoint& pt2) { function in class:SkPathStroker
594 stroker.quadTo(pts[1], pts[2]);
H A DSkPath.cpp490 void SkPath::quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { function in class:SkPath
508 this->quadTo(pt.fX + x1, pt.fY + y1, pt.fX + x2, pt.fY + y2);
776 this->quadTo( R, cy - sy, cx + mx, cy - my);
777 this->quadTo(cx + sx, T, cx , T);
778 this->quadTo(cx - sx, T, cx - mx, cy - my);
779 this->quadTo( L, cy - sy, L, cy );
780 this->quadTo( L, cy + sy, cx - mx, cy + my);
781 this->quadTo(cx - sx, B, cx , B);
782 this->quadTo(cx + sx, B, cx + mx, cy + my);
783 this->quadTo(
[all...]
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h344 void (*quadTo)(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 800 milliseconds