Searched defs:lineTo (Results 26 - 33 of 33) sorted by relevance

12

/external/skia/src/core/
H A DSkStroke.cpp78 void lineTo(const SkPoint&);
231 fOuter.lineTo(currPt.fX + normal.fX, currPt.fY + normal.fY);
232 fInner.lineTo(currPt.fX - normal.fX, currPt.fY - normal.fY);
235 void SkPathStroker::lineTo(const SkPoint& currPt) { function in class:SkPathStroker
372 this->lineTo(pt2);
394 fOuter.lineTo(tmp[2].fX + normalAB.fX, tmp[2].fY + normalAB.fY);
395 fOuter.lineTo(tmp[2].fX + normalBC.fX, tmp[2].fY + normalBC.fY);
396 fOuter.lineTo(tmp[4].fX + normalBC.fX, tmp[4].fY + normalBC.fY);
398 fInner.lineTo(tmp[2].fX - normalAB.fX, tmp[2].fY - normalAB.fY);
399 fInner.lineTo(tm
[all...]
H A DSkPath.cpp125 // flag to require a moveTo if we begin with something else, like lineTo etc.
696 void SkPath::lineTo(SkScalar x, SkScalar y) { function in class:SkPath
711 this->lineTo(pt.fX + x, pt.fY + y);
738 this->lineTo(x2, y2);
740 this->lineTo(x1, y1);
741 this->lineTo(x2, y2);
846 this->lineTo(left, bottom);
847 this->lineTo(right, bottom);
848 this->lineTo(right, top);
850 this->lineTo(righ
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp125 // flag to require a moveTo if we begin with something else, like lineTo etc.
698 void SkPath::lineTo(SkScalar x, SkScalar y) { function in class:SkPath
713 this->lineTo(pt.fX + x, pt.fY + y);
740 this->lineTo(x2, y2);
742 this->lineTo(x1, y1);
743 this->lineTo(x2, y2);
848 this->lineTo(left, bottom);
849 this->lineTo(right, bottom);
850 this->lineTo(right, top);
852 this->lineTo(righ
[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 ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 264 milliseconds

12