HomeSort by relevance Sort by last modified time
    Searched refs:y1 (Results 226 - 250 of 368) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 191 Word16 y1[L_SUBFR]; /* Filtered adaptive excitation */ local
    [all...]
  /external/mesa3d/src/pixelflinger2/
llvm_texture.cpp 151 Value * y1 = builder.CreateAdd(y0, builder.getInt32(1)); local
152 y1 = minIntScalar(builder, y1, h);
169 index = builder.CreateMul(y1, width);
175 index = builder.CreateMul(y1, width);
  /external/skia/src/core/
SkBlitter.cpp 327 int y1 = y + height;
332 if (y1 > fClipRect.fBottom) {
333 y1 = fClipRect.fBottom;
336 if (y0 < y1) {
337 fBlitter->blitV(x, y0, y1 - y0, alpha);
SkEdgeClipper.cpp 427 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1,
432 SkTSwap<SkScalar>(y0, y1);
435 fCurrPoint[1].set(x, y1);
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 90 void map(double x1, double y1, double* x2, double* y2) const
93 y1 += m_preShiftY;
94 *x2 = x1 * m_cosA + y1 * m_sinA + m_postShiftX;
95 *y2 = y1 * m_cosA - x1 * m_sinA + m_postShiftY;
97 void map(int x1, int y1, int* x2, int* y2) const
100 y1 += m_preShiftY;
101 *x2 = stableRound(x1 * m_cosA + y1 * m_sinA) + m_postShiftX;
102 *y2 = stableRound(y1 * m_cosA - x1 * m_sinA) + m_postShiftY;
398 int y1 = y + transform.m_preShiftY; local
400 int srcY = y1 * cosA - transform.m_postShiftY
413 int y1 = y + transform.m_preShiftY; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 328 int y1 = parentY + info.getTop(); local
331 if (x1 != x2 && y1 != y2) {
332 savePreview(file, image, x1, y1, x2, y2);
  /external/opencv/cv/src/
cvstereogc.cpp 666 int k, a, d, d1, x, y, x1, y1, rows = state->left->rows, cols = state->left->cols; local
712 for( y1 = y+(y>0); y1 <= y+(y<rows-1); y1++ )
714 const short* disp = (k == 0 ? dleft0 : dright0) + y1*dstep;
715 GCVtx** ptr = (k == 0 ? pleft0 : pright0) + y1*pstep;
cvfundam.cpp 703 double x1 = m2[i].x, y1 = m2[i].y; local
708 a[i*9+3] = y1*x0;
709 a[i*9+4] = y1*y0;
710 a[i*9+5] = y1;
852 double y1 = (m2[i].y - m1c.y)*scale1; local
853 double r[9] = { x1*x0, x1*y0, x1, y1*x0, y1*y0, y1, x0, y0, 1 };
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 1361 int x1, y1, x2, y2, area; local
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 422 final float y1 = getY1(); local
426 short ymh = (short) (y1);
  /external/skia/tests/
AAClipTest.cpp 172 static void icubicTo(SkPath& path, int x0, int y0, int x1, int y1, int x2, int y2) {
174 SkIntToScalar(x1), SkIntToScalar(y1),
  /external/v8/test/mjsunit/harmony/
module-parsing.js 63 export let y1 = 0, y2
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BeanBag.java 88 static float dot(float x1, float y1, float x2, float y2) {
89 return x1*x2+y1+y2;
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs     [all...]
  /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);
1024 int y1 = vLocations[rowSpan.min]; local
    [all...]
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 136 uint8_t y1 = (src[0] >> 24) & 0xFF; local
140 dst[3] = y1;
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 274 final float y1 = from.top; local
297 float y = (1f - t) * (1f - t) * (y1 - y1o) + 2 * (1f - t) * t * (y2 - x1o) +
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 94 short x1,y1; member in struct:_XkbBounds
98 #define XkbBoundsHeight(b) (((b)->y2)-((b)->y1))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 242 __MATHCALL (y1,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 94 short x1,y1; member in struct:_XkbBounds
98 #define XkbBoundsHeight(b) (((b)->y2)-((b)->y1))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 242 __MATHCALL (y1,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 94 short x1,y1; member in struct:_XkbBounds
98 #define XkbBoundsHeight(b) (((b)->y2)-((b)->y1))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 242 __MATHCALL (y1,, (_Mdouble_));
  /bionic/libm/include/
math.h 267 double y1(double);

Completed in 1125 milliseconds

1 2 3 4 5 6 7 8 91011>>