Searched refs:angle (Results 1 – 4 of 4) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | GCWrapper.java | 592 double angle = Math.atan2(dy, dx); in drawArrow() local 602 int rx = (int) (Math.cos(angle) * (ax-x1) - Math.sin(angle) * (ay-y1) + x1); in drawArrow() 603 int ry = (int) (Math.sin(angle) * (ax-x1) + Math.cos(angle) * (ay-y1) + y1); in drawArrow() 607 rx = (int) (Math.cos(angle) * (ax-x1) - Math.sin(angle) * (ay-y1) + x1); in drawArrow() 608 ry = (int) (Math.sin(angle) * (ax-x1) + Math.cos(angle) * (ay-y1) + y1); in drawArrow()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | navigation1-expected-complation76.txt | 21 ?android:angle
|
D | completionvalues1-expected-completion32.txt | 110 android:gestureStrokeAngleThreshold : Minimum curve angle a stroke must contain before it is recogn…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 422 void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z 423 void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z 424 void, glRotatexOES, GLfixed angle, GLfixed x, GLfixed y, GLfixed z
|