HomeSort by relevance Sort by last modified time
    Searched refs:y2 (Results 251 - 275 of 362) sorted by null

<<1112131415

  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 75 var y2 = Math.pow(p1.y - p2.y, 2);
76 return Math.sqrt(x2 + y2);
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 80 pkhtb r10, r12, r10, asr #16 ; [y3 | y2]
81 eor r10, r10, r11 ; [(y3 ^ sz3) | (y2 ^ sz2)]
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 71 vqdmulh.s16 q10, q8 ; y2 = ((Round+abs(z)) * Quant) >> 16
87 veor.s16 q10, q12 ; y2^sz2
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
AndroidAnimation.cpp 144 bezierFunction->y2());
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.cpp 280 rect.y2 = rect.y1 + r->size.height;
  /frameworks/rs/
rsFont.h 249 float x2, float y2, float z2,
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6vdec.h 166 u32 y2; member in struct:vdec_cropping_window
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 141 u32 y2; member in struct:vdec_cropping_window
  /external/freetype/src/smooth/
ftgrays.c 601 TCoord y2 )
616 if ( y1 == y2 )
626 delta = y2 - y1;
635 p = ( ONE_PIXEL - fx1 ) * ( y2 - y1 );
641 p = fx1 * ( y2 - y1 );
664 p = ONE_PIXEL * ( y2 - y1 + delta );
693 delta = y2 - y1;
    [all...]
  /external/qemu/
console.c 603 int y1, y2; local
612 y2 = y1 - s->y_displayed;
613 if (y2 < 0)
614 y2 += s->total_height;
615 if (y2 < s->height) {
617 vga_putcharxy(s->ds, x, y2, c->ch,
619 invalidate_xy(s, x, y2);
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 260 float x2, float y2, float z2, float u2, float v2,
276 //ALOGE("%4.2f, %4.2f, %4.2f", x2, y2, z2);
280 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
294 float x2, float y2, float z2,
298 x2, y2, z2, 1, 1,
321 static void SC_DrawRect(float x1, float y1, float x2, float y2, float z) {
322 SC_DrawQuad(x1, y2, z, x2, y2, z, x2, y1, z, x1, y1, z);
    [all...]
rsdGL.cpp 543 float x2, float y2, float z2, float u2, float v2,
547 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 770 private void drawLine(Canvas graphics, int x1, int y1, int x2, int y2, Paint paint) {
775 graphics.drawLine(width - dx - x1, dy + y1, width - dx - x2, dy + y2, paint);
777 graphics.drawLine(dx + x1, dy + y1, dx + x2, dy + y2, paint);
781 private static void drawRect(Canvas canvas, int x1, int y1, int x2, int y2, Paint paint) {
782 canvas.drawRect(x1, y1, x2 - 1, y2 - 1, paint);
1027 int y2 = vLocations[rowSpan.max]; local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp 847 int y2; member in struct:WebCore::CollapsedBorder
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1144 int x2, y2, x, y, xc; local
    [all...]
  /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/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;
  /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/
proximity_info_state_utils.cpp 351 const int y2 = (*sampledInputYs)[index1]; local
352 return getAngle(x1, y1, x2, y2);
571 const int y2 = yCoordinates[start]; local
574 const int beelineDistance = 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());

Completed in 920 milliseconds

<<1112131415