HomeSort by relevance Sort by last modified time
    Searched defs:xy (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 186 int[] xy = new int[2]; local
187 Bitmap mask = src.extractAlpha(mBlurPaint, xy);
189 dest.drawBitmap(mask, xy[0], xy[1],
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 233 int[] xy = new int[2]; local
234 v.getLocationOnScreen(xy);
239 final float x = xy[0] + (viewWidth / 2.0f);
240 float fromY = xy[1] + (viewHeight / 2.0f);
253 int[] xy = new int[2]; local
254 v.getLocationOnScreen(xy);
259 final float x = xy[0] + (viewWidth / 2.0f);
260 float y = xy[1] + (viewHeight / 2.0f);
293 int[] xy = new int[2]; local
294 v.getLocationOnScreen(xy);
328 int[] xy = new int[2]; local
389 int[] xy = new int[2]; local
476 int[] xy = new int[2]; local
572 int[] xy = new int[2]; local
622 int[] xy = new int[2]; local
671 int[] xy = new int[2]; local
718 int[] xy = new int[2]; local
    [all...]
  /frameworks/native/include/ui/
mat4.h 315 T xy = x * y; local
321 r[ 0] = x*x*nc + c; r[ 4] = xy*nc - zs; r[ 8] = zx*nc + ys;
322 r[ 1] = xy*nc + zs; r[ 5] = y*y*nc + c; r[ 9] = yz*nc - xs;
  /frameworks/native/services/sensorservice/
vec.h 126 // This is needed for performance when using ".xy{z}" element access
277 vbase<float, 2> xy; member in union:android::vbase::__anon30578
290 vbase<float, 2> xy; member in union:android::vbase::__anon30581
  /frameworks/rs/
rsMatrix4x4.cpp 221 const float xy = x * y; local
228 m[ 4] = xy*nc - zs;
230 m[ 1] = xy*nc + zs;
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix3f.java 130 float xy = x * y; local
137 mMat[3] = xy*nc - zs;
139 mMat[1] = xy*nc + zs;
Matrix4f.java 173 float xy = x * y; local
180 mMat[ 4] = xy*nc - zs;
182 mMat[ 1] = xy*nc + zs;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionableToastBar.java 230 int[] xy = new int[2]; local
233 getLocationOnScreen(xy);
234 return (x > xy[0] && x < (xy[0] + getWidth()) && y > xy[1] && y < xy[1] + getHeight());
  /cts/tests/tests/widget/src/android/widget/cts/
MediaControllerTest.java 205 final int[] xy = new int[2]; local
206 videoView.getLocationOnScreen(xy);
211 final float x = xy[0] + viewWidth / 2.0f;
212 final float y = xy[1] + viewHeight / 2.0f;
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 327 int xy = 0; local
328 SkColor color = rep3.sk_bitmap().getColor(xy, xy);
329 normal.push_back(std::make_pair(xy, color));
330 for (int xy = 0; xy < 40; ++xy) {
331 SkColor next_color = rep3.sk_bitmap().getColor(xy, xy);
334 normal.push_back(std::make_pair(xy, color))
348 int xy = 2 * normal[i].first; local
    [all...]
  /external/chromium_org/mojo/examples/sample_app/
spinning_cube.cc 252 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; local
263 xy = x * y;
272 rotation.m[0][1] = (one_minus_cos * xy) - zs;
276 rotation.m[1][0] = (one_minus_cos * xy) + zs;
  /external/chromium_org/third_party/opus/src/celt/
pitch.c 404 opus_val32 xy,xx,yy,xy2; local
424 dual_inner_prod(x, x, x-T0, N, &xx, &xy);
433 best_xy = xy;
442 g = g0 = VSHR32(MULT16_32_Q15(celt_rsqrt_norm(t), xy),sh+1);
445 g = g0 = xy/celt_sqrt(1+xx*yy);
468 dual_inner_prod(x, &x[-T1], &x[-T1b], N, &xy, &xy2);
469 xy += xy2;
478 g1 = VSHR32(MULT16_32_Q15(celt_rsqrt_norm(t), xy),sh+1);
481 g1 = xy/celt_sqrt(1+2.f*xx*1.f*yy);
498 best_xy = xy;
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp 755 uint32_t xy[2]; local
757 mproc(s, xy, 1, x, y);
759 iY0 = xy[0] >> 18;
760 iY1 = xy[0] & 0x3FFF;
761 iSubY = (xy[0] >> 14) & 0xF;
    [all...]
  /external/clang/test/Analysis/
taint-tester.c 50 struct XYStruct xy = {2, 3, 11}; local
51 scanf("%d", &xy.y);
52 scanf("%d", &xy.x);
53 int tx = xy.x; // expected-warning + {{tainted}}
54 int ty = xy.y; // FIXME: This should be tainted as well.
55 char ntz = xy.z;// no warning
57 scanf("%d %d", &xy.y, &xy.x);
58 int ttx = xy.x; // expected-warning + {{tainted}}
59 int tty = xy.y; // expected-warning + {{tainted}
    [all...]
  /external/opencv/cv/src/
cvoptflowlk.cpp 46 float xy; member in struct:__anon23987
317 II[address].xy = GradX * GradY;
337 II[address].xy = GradX * GradY;
360 II[address].xy = GradX * GradY;
378 WII[address].xy = 0;
388 WII[address].xy += II[address + jj].xy * Ker;
402 WII[address].xy = 0;
412 WII[address].xy += (II[address - jj].xy + II[address + jj].xy) * Ker
    [all...]
  /external/skia/src/core/
SkBitmapProcState.cpp 755 uint32_t xy[2]; local
757 mproc(s, xy, 1, x, y);
759 iY0 = xy[0] >> 18;
760 iY1 = xy[0] & 0x3FFF;
761 iSubY = (xy[0] >> 14) & 0xF;
    [all...]
  /external/skia/tests/
ClipStackTest.cpp 936 SkPoint xy = {SkScalarFloorToScalar(r.nextRangeScalar(kBounds.fLeft, kBounds.fRight - size.fWidth)), local
939 SkRect rect = SkRect::MakeXYWH(xy.fX, xy.fY, size.fWidth, size.fHeight);
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Matrix4f.java 173 float xy = x * y; local
180 mMat[ 4] = xy*nc - zs;
182 mMat[ 1] = xy*nc + zs;
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 179 int[] xy = new int[2]; local
180 Bitmap mask = src.extractAlpha(sBlurPaint, xy);
184 dest.drawBitmap(mask, px + xy[0], py + xy[1],
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.h 193 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:TT_Transform_
  /external/clang/test/Sema/
designated-initializers.c 146 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { variable in typeref:struct:XY
147 0, 0, &xy[0].xx.a, &xy[0].xx, &global_float,
148 [1].xx = 0, &xy[1].xx.a, &xy[1].xx, &global_float,
153 &xy[2].xx.a, &xy[2].xx, &global_float
  /external/freetype/src/truetype/
ttobjs.h 193 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:TT_Transform_
  /external/skia/bench/
PathBench.cpp 804 SkPoint xy; variable
807 xy.fX = rand.nextRangeScalar(kBounds.fLeft, kBounds.fRight - size.fWidth);
808 xy.fY = rand.nextRangeScalar(kBounds.fTop, kBounds.fBottom - size.fHeight);
810 fQueryRects[i] = SkRect::MakeXYWH(xy.fX, xy.fY, size.fWidth, size.fHeight);
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 420 b2 |= (uvwxy & 0x3) << 4; // xy
578 UInt xy = (srcval >> 16) & 0x3; local
583 UInt byte2 = 0x80 | (xy << 4) | efgh;
755 UInt xy = (byte2 >> 4) & 0x3; local
756 UInt uvwxy = (uvw << 2) | xy;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 199 // Names for buffer names: xy, uv, index.
334 float xy[] = new float[VERTEX_BUFFER_SIZE]; local
340 xy[xIndex] = x[i];
341 xy[yIndex] = y[j];
389 mXyBuffer.put(xy, 0, pntCount * 2).position(0);

Completed in 1204 milliseconds

1 23 4 5