HomeSort by relevance Sort by last modified time
    Searched refs:xy (Results 76 - 100 of 257) sorted by null

1 2 34 5 6 7 8 91011

  /cts/tests/tests/rscpp/src/android/cts/rscpp/
verify.rs 219 #define printCell(txt, a, xy) \
228 rsDebug(txt, rsGetElementAt_uchar4(a, xy.x, xy.y)); \
231 rsDebug(txt, rsGetElementAt_uchar3(a, xy.x, xy.y)); \
234 rsDebug(txt, rsGetElementAt_uchar2(a, xy.x, xy.y)); \
237 rsDebug(txt, rsGetElementAt_uchar(a, xy.x, xy.y)); \
243 rsDebug(txt, rsGetElementAt_float4(a, xy.x, xy.y));
    [all...]
  /external/libpng/
png.c 1692 png_xy xy; local
    [all...]
  /cts/suite/cts/deviceTests/opengl/assets/fragment/
blur 33 vec2 coords = v_TexCoordinate.xy + ((float(i) - 5.0) * u_Scale);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_colormatrix.rs 42 pin.xy = rsGetElementAt_float2(in, x, y);
60 u.xy = rsGetElementAt_uchar2(in, x, y);
81 rsSetElementAt_float2(out, pin.xy, x, y);
99 rsSetElementAt_uchar2(out, u.xy, x, y);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
swizzlef2darrayps.h 33 // TEXCOORD 0 xyz 2 NONE float xy
47 dcl_input_ps linear v2.xy
52 mov r0.xy, v2.xyxx
passthroughrg3di11ps.h 41 mov o0.xy, r0.xyxx
passthroughrg3dui11ps.h 41 mov o0.xy, r0.xyxx
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 69 void ClampX_ClampY_nofilter_scale(const SkBitmapProcState& s, uint32_t xy[],
71 return NoFilterProc_Scale<ClampTileProcs, true>(s, xy, count, x, y);
73 void ClampX_ClampY_nofilter_affine(const SkBitmapProcState& s, uint32_t xy[],
75 return NoFilterProc_Affine<ClampTileProcs>(s, xy, count, x, y);
318 static int nofilter_trans_preamble(const SkBitmapProcState& s, uint32_t** xy,
323 **xy = s.fIntTileProcY(SkScalarToFixed(pt.fY) >> 16,
325 *xy += 1; // bump the ptr
331 uint32_t xy[], int count, int x, int y) {
334 int xpos = nofilter_trans_preamble(s, &xy, x, y);
338 memset(xy, 0, count * sizeof(uint16_t))
    [all...]
SkBitmapProcState_procs.h 28 int xy = x * y >> 3; local
29 return a00 * (32 - 2*y - 2*x + xy) +
30 a01 * (2*x - xy) +
31 a10 * (2*y - xy) +
32 a11 * xy;
56 int xy = x * y >> 4; local
57 uint32_t result = a00 * (16 - y - x + xy) +
58 a01 * (x - xy) +
59 a10 * (y - xy) +
60 a11 * xy;
71 int xy = x * y; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fma.c 181 struct dd xy, r; local
247 * (xy.hi, xy.lo) = x * y (exact)
248 * (r.hi, r.lo) = xy.hi + z (exact)
249 * adj = xy.lo + r.lo (inexact; low bit is sticky)
252 xy = dd_mul(vxs, ys);
253 r = dd_add(xy.hi, zs);
264 return (xy.hi + vzs + ldexp(xy.lo, spread));
275 adj = vrlo + xy.lo
    [all...]
  /external/opencv/cv/src/
cvoptflowlk.cpp 46 float xy; member in struct:__anon7636
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...]
  /development/tools/mkstubs/tests/data/
TestTemplateClass.java 53 public <X extends T, Y> void getMap(List<T> list, Map<T, U> tu, Map<X, Set<? super Y>> xy) {
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkRadialGradient.h 33 TileMode* xy) const SK_OVERRIDE;
SkSweepGradient.h 33 TileMode* xy) const SK_OVERRIDE;
  /external/clang/test/SemaTemplate/
instantiate-clang.cpp 14 v1.xy = v2.yx;
  /external/chromium_org/third_party/opus/src/celt/
pitch.c 409 opus_val32 xy,xx,yy,xy2; local
429 dual_inner_prod(x, x, x-T0, N, &xx, &xy);
438 best_xy = xy;
447 g = g0 = VSHR32(MULT16_32_Q15(celt_rsqrt_norm(t), xy),sh+1);
450 g = g0 = xy/celt_sqrt(1+xx*yy);
473 dual_inner_prod(x, &x[-T1], &x[-T1b], N, &xy, &xy2);
474 xy += xy2;
483 g1 = VSHR32(MULT16_32_Q15(celt_rsqrt_norm(t), xy),sh+1);
486 g1 = xy/celt_sqrt(1+2.f*xx*1.f*yy);
503 best_xy = xy;
    [all...]
  /external/libopus/celt/
pitch.c 409 opus_val32 xy,xx,yy,xy2; local
429 dual_inner_prod(x, x, x-T0, N, &xx, &xy);
438 best_xy = xy;
447 g = g0 = VSHR32(MULT16_32_Q15(celt_rsqrt_norm(t), xy),sh+1);
450 g = g0 = xy/celt_sqrt(1+xx*yy);
473 dual_inner_prod(x, &x[-T1], &x[-T1b], N, &xy, &xy2);
474 xy += xy2;
483 g1 = VSHR32(MULT16_32_Q15(celt_rsqrt_norm(t), xy),sh+1);
486 g1 = xy/celt_sqrt(1+2.f*xx*1.f*yy);
503 best_xy = xy;
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 332 int xy = 0; local
333 SkColor color = rep3.sk_bitmap().getColor(xy, xy);
334 normal.push_back(std::make_pair(xy, color));
335 for (int xy = 0; xy < 40; ++xy) {
336 SkColor next_color = rep3.sk_bitmap().getColor(xy, xy);
339 normal.push_back(std::make_pair(xy, color))
353 int xy = 2 * normal[i].first; local
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 721 FT_Fixed xx, xy, yx, yy; local
727 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
728 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
730 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
732 b->xx = xx; b->xy = xy;
750 FT_MulFix( matrix->xy, matrix->yx );
755 matrix->xy = - FT_DivFix( matrix->xy, delta )
775 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/freetype/src/base/
ftcalc.c 964 FT_Fixed xx, xy, yx, yy; local
970 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
971 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
973 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
975 b->xx = xx; b->xy = xy;
993 FT_MulFix( matrix->xy, matrix->yx );
998 matrix->xy = - FT_DivFix( matrix->xy, delta )
1018 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadLineIntersectionThreadedTest.cpp 91 SkDPoint xy = quad.ptAtT(tIndex / 4.0); local
97 double x = xy.fX;
98 double y = xy.fY;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_resampler.c 161 float xy = 0; local
200 xy += n * cumSum;
212 skew = (xy - xAvg * y) / denom;
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
ViewElement.java 145 int[] xy = new int[2]; local
146 view.getLocationOnScreen(xy);
147 rect.set(xy[0], xy[1], xy[0] + view.getWidth(), xy[1] + view.getHeight());
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.hlsl 50 result.factors.xy = input.texcoord;
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicParameterization_TestUtility.cpp 46 double xy = coeffs[ xy_coeff] * point.x * point.y; local
51 double sum = xxx + xxy + xyy + yyy + xx + xy + yy + x + y + c;

Completed in 1041 milliseconds

1 2 34 5 6 7 8 91011