/external/chromium_org/third_party/opus/src/celt/ |
bands.c | 930 celt_norm *x2, *y2; local 941 y2 = c ? X : Y; 947 sign = x2[0]*y2[1] - x2[1]*y2[0] < 0; 959 y2[0] = -sign*x2[1]; 960 y2[1] = sign*x2[0]; [all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.cpp | 1144 int x2, y2, x, y, xc; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
CanvasRenderingContext2D.idl | 76 [RaisesException] void arcTo(float x1, float y1, float x2, float y2, float radius);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
matrix.h | 419 VGfloat x2, VGfloat y2) 422 VGfloat y = y2 - y1;
|
image.c | 530 VGfloat x2, y2; local 543 y2 = 0; 558 x1, y1, x2, y2, x3, y3, x4, y4);
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkOpAngle.cpp | 55 double y2 = y - ySlop; 57 double rx_y2 = rx * y2;
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
module-parsing.js | 63 export let y1 = 0, y2
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
matrix.h | 419 VGfloat x2, VGfloat y2) 422 VGfloat y = y2 - y1;
|
image.c | 530 VGfloat x2, y2; local 543 y2 = 0; 558 x1, y1, x2, y2, x3, y3, x4, y4);
|
/external/opencv/cv/src/ |
cvgeometry.cpp | 115 double x2, double dx2, double y2, double dy2, double *t2 ) 122 *t2 = ((x2 - x1) * dy1 - (y2 - y1) * dx1) / d;
|
/external/proguard/src/proguard/gui/splash/ |
OverrideGraphics2D.java | 334 public void drawLine(int x1, int y1, int x2, int y2) 336 graphics.drawLine(x1, y1, x2, y2);
|
/external/skia/src/pathops/ |
SkOpAngle.cpp | 55 double y2 = y - ySlop; 57 double rx_y2 = rx * y2;
|
/external/skia/tests/ |
AAClipTest.cpp | 172 static void icubicTo(SkPath& path, int x0, int y0, int x1, int y1, int x2, int y2) { 175 SkIntToScalar(x2), SkIntToScalar(y2));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PanelView.java | 97 public MotionEventCopy(float x2, float y2, long eventTime) { 99 this.y = y2;
|
/frameworks/rs/driver/ |
rsdGL.cpp | 537 float x2, float y2, float z2, float u2, float v2, 541 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DeleteDropTarget.java | 373 final float y2 = from.top + offsetY; // intermediate t/l local 399 float y = (1f - t) * (1f - t) * (y1 - y1o) + 2 * (1f - t) * t * (y2 - x1o) +
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTable.java | 1229 int y2 = y + m_rowHeight * (index2 - index) + m_rowHeight \/ 2; local [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
LODGeomap.java | 887 float y2 = secondPoint.y - rootPoint.y; local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_glfuncs.h | 244 SDL_PROC_UNUSED(void,glRectd,(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)) 246 SDL_PROC_UNUSED(void,glRectf,(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)) 248 SDL_PROC_UNUSED(void,glRecti,(GLint x1, GLint y1, GLint x2, GLint y2)) 250 SDL_PROC_UNUSED(void,glRects,(GLshort x1, GLshort y1, GLshort x2, GLshort y2))
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
acelp.h | 389 Word16 y2[], /* (i) Q9 :Filtered innovative vector. */
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info_state_utils.cpp | 312 const int y2 = (*sampledInputYs)[index1]; local 313 return GeometryUtils::getAngle(x1, y1, x2, y2); 534 const int y2 = yCoordinates[start]; local 537 const int beelineDistance = GeometryUtils::getDistanceInt(x2, y2, x3, y3); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/api/ |
RectTest.java | 299 assertEquals(6, r.y2());
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
PieRenderer.java | 736 float y2 = mArcCenterY - getLevel() * mRadiusInc - y; local 737 res.y = (float) Math.sqrt(x * x + y2 * y2); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
InlineTextBox.cpp | 1025 float y2; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_save_api.c | 1114 _save_Rectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) 1120 (void) y2; 1177 _save_OBE_Rectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) 1183 CALL_Vertex2f(GET_DISPATCH(), (x2, y2)); local 1184 CALL_Vertex2f(GET_DISPATCH(), (x1, y2)); local [all...] |