HomeSort by relevance Sort by last modified time
    Searched defs:cubicTo (Results 1 - 25 of 29) sorted by null

1 2

  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 119 mColorPath.cubicTo(indicatorLeft, midBottomY,
123 mColorPath.cubicTo(width+xoff-1, midTopY,
129 mEdgePath.cubicTo(-xoff+lineOffset, midTopY,
133 mEdgePath.cubicTo(width+xoff-1-lineOffset, midTopY,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 278 pathDelegate.cubicTo(x1, y1, x2, y2, x3, y3);
673 private void cubicTo(float x1, float y1, float x2, float y2,
679 * Same as cubicTo, but the coordinates are considered relative to the
  /external/skia/include/core/
SkPath.h 381 void cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
392 void cubicTo(const SkPoint& p1, const SkPoint& p2, const SkPoint& p3) {
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
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
TreeViewOverview.java 278 connectionPath.cubicTo(cx1, cy1, cx2, cy2, x2, y2);
TreeView.java     [all...]
  /external/skia/src/core/
SkStroke.cpp 72 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,
599 stroker.cubicTo(pts[1], pts[2], pts[3]);
SkPath.cpp 511 void SkPath::cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
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(rect.fLeft, rect.fTop + ry - sy
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Path.java 307 public void cubicTo(float x1, float y1, float x2, float y2,
314 * Same as cubicTo, but the coordinates are considered relative to the
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 345 void (*cubicTo)(ANPPath*, float x0, float y0, float x1, float y1,
    [all...]
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 601 milliseconds

1 2