HomeSort by relevance Sort by last modified time
    Searched defs:px (Results 76 - 100 of 310) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 91 float4 px = convert_float4(py0[x1]) * coeff[0] + local
101 px = clamp(px + 0.5f, 0.f, 255.f);
102 uchar4 o = {(uchar)px.x, (uchar)px.y, (uchar)px.z, (uchar)px.w};
113 float2 px = convert_float2(py0[x1]) * coeff[0] + local
123 px = clamp(px + 0.5f, 0.f, 255.f)
134 float px = ((float)py0[x1]) * coeff[0] + local
    [all...]
rsCpuIntrinsicConvolve5x5.cpp 93 float4 px = convert_float4(py0[x0]) * coeff[0] + local
122 px = clamp(px + 0.5f, 0.f, 255.f);
123 *out = convert_uchar4(px);
136 float2 px = convert_float2(py0[x0]) * coeff[0] + local
165 px = clamp(px + 0.5f, 0.f, 255.f);
166 *out = convert_uchar2(px);
179 float px = (float)(py0[x0]) * coeff[0] + local
208 px = clamp(px + 0.5f, 0.f, 255.f)
222 float4 px = py0[x0] * coeff[0] + local
264 float2 px = py0[x0] * coeff[0] + local
306 float px = py0[x0] * coeff[0] + local
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 400 uint16_t *px = (uint16_t*)img + y * stride; local
423 *px++ = rawCount;
438 uint8_t *px = img + outY * stride * 4; local
448 *px++ = rCount < 255*64 ? rCount / 64 : 255;
449 *px++ = gCount < 255*64 ? gCount / 64 : 255;
450 *px++ = bCount < 255*64 ? bCount / 64 : 255;
451 *px++ = 255;
469 uint8_t *px = img + outY * stride * 3;
478 *px++ = rCount < 255*64 ? rCount / 64 : 255;
479 *px++ = gCount < 255*64 ? gCount / 64 : 255
    [all...]
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 372 // px[k] == offset to the respective dense block
373 StorageIndex *px = static_cast<StorageIndex*>(m_cholmodFactor->px); local
381 Map<const Array<Scalar,1,Dynamic>, 0, InnerStride<> > sk(x + px[k], ncols, InnerStride<>(nrows+1));
  /external/opencv/cv/src/
cvrotcalipers.cpp 322 float px = (C1 * B2 - C2 * B1) * idet; local
325 out[0] = px;
  /external/valgrind/memcheck/tests/solaris/
scalar_ioctl.c 519 /* Uninitialised, but we know px[0] is 0x0. */
520 long *px = malloc(sizeof(long)); local
521 x0 = px[0];
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 182 float px = (destWidth - src.getWidth()) / 2; local
184 dest.drawBitmap(mask, px + xy[0], py + xy[1],
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeDrawingPoints.java 129 final int[] px = mPreviewXCoordinates.getPrimitiveArray(); local
131 mInterpolator.reset(px, py, 0, size);
169 xCoords.addAt(d1, px[p2]);
  /external/deqp/framework/common/
tcuTestLog.cpp 314 int px = w - (x + 1) + z; local
321 Vec4 p = blendImageAccess.getPixel(px, py);
325 blendImageAccess.setPixel(b, px, py);
345 int px = w - (x + 1) + z; local
347 Vec4 s = blendImageAccess.getPixel(px, py)*pixelScale + pixelBias;
349 logImageAccess.setPixel(s, px, py);
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 212 const int px = width; local
215 const int x1i = (int)(((float)px/2.0f) * x1 + (float)ox);
218 const int x2i = (int)(((float)px/2.0f) * x2 + (float)ox);
259 const int px = target->getWidth(); local
262 const int x1i = (int)((px/2.0) * x1 + ox);
265 const int x2i = (int)((px/2.0) * x2 + ox);
501 const int px = width; local
504 const int x1i = (int)(((float)px/2.0f) * postSwapX1 + (float)ox);
507 const int x2i = (int)(((float)px/2.0f) * postSwapX2 + (float)ox);
  /external/icu/icu4c/source/common/
rbbitblb.cpp 646 int32_t px; local
647 for (px=0; px<T->fPositions->size(); px++) {
648 p = (RBBINode *)T->fPositions->elementAt(px);
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 920 } px[] = { local
936 for (i = 0; i < sizeof(px)/sizeof(px[0]); i++) {
937 printf("\n**Test for DH %s.**\n", px[i].name);
939 p1.v = str2val(px[i].p, 16, &p1.l);
940 p2.v = str2val(px[i].p, 16, &p2.l);
  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.cpp 318 Value *px = LOAD(GEP(hPrivateData, {0, swr_draw_context_userClipPlanes, val, 0})); local
322 Value *dist = FADD(FMUL(unwrap(cx), VBROADCAST(px)),
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 122 GLint px, GLint py, GLsizei width, GLsizei height,
127 destBuffer += py * destStride + px;
487 int px = -999, py = -999; local
495 px = x - cache->xpos; /* pos in buffer */
497 if (px < 0 || px + width > BITMAP_CACHE_WIDTH ||
511 px = 0;
520 assert(px != -999);
541 unpack_bitmap(st, px, py, width, height, unpack, bitmap,
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 96 const GLfloat px = x1 - x0;
100 const GLfloat qy = px;
103 const GLfloat b = pz * qx - px * qz;
104 const GLfloat c = px * qy - py * qx;
112 const GLfloat px = x1 - x0; local
115 const GLfloat a = pz * px;
117 const GLfloat c = px * px + py * py;
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.h 447 const int* px = cx; local
451 move_to_no_clip(*px++, *py++);
453 line_to_no_clip(*px++, *py++);
  /external/pdfium/third_party/lcms2-2.6/src/
cmsintrp.c 338 cmsFloat32Number px, py; local
348 px = fclamp(Input[0]) * p->Domain[0];
351 x0 = (int) _cmsQuickFloor(px); fx = px - (cmsFloat32Number) x0;
450 cmsFloat32Number px, py, pz; local
463 px = fclamp(Input[0]) * p->Domain[0];
467 x0 = (int) _cmsQuickFloor(px); fx = px - (cmsFloat32Number) x0;
597 cmsFloat32Number px, py, pz; local
607 px = fclamp(Input[0]) * p->Domain[0]
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSAnimator.java 253 float px = 0; local
256 px = 1;
258 px = .4f;
260 PathInterpolatorBuilder interpolatorBuilder = new PathInterpolatorBuilder(0, 0, px, py);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 323 float px = mCurrentControlPoint.x * w; local
327 canvas.drawLine(px, py, px, h, paint);
328 canvas.drawLine(0, py, px, py, paint);
331 canvas.drawLine(px, py, px, h, paint);
332 canvas.drawLine(0, py, px, py, paint);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 553 float px = (float) (vx * pd); local
557 mCanvas.drawCircle(x + px - cx, y + py - cy, 1.0f, paint);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
Dfp.java 1922 Dfp px = getZero(); local
    [all...]
  /external/libconstrainedcrypto/
p256_ec.c 1052 felem px, py; local
1117 felem px, py, pz, tx, ty, tz; local
1248 felem x1, y1, z1, x2, y2, z2, px, py; local
    [all...]
  /external/libedit/src/
terminal.c 1172 Char *px; local
1182 px = wt_str;
1195 keymacro_clear(el, map, px);
1199 keymacro_add(el, px, &arrow[i].fun,
1203 keymacro_clear(el, map, px);
1207 keymacro_add(el, px, &arrow[i].fun,
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 789 unsigned px = bbox->x0 & 63 & ~3; local
800 assert(px + 4 <= TILE_SIZE);
807 lp_rast_arg_triangle_contained(tri, px, py) );
820 px = MIN2(px, TILE_SIZE - 16);
823 assert(px + 16 <= TILE_SIZE);
831 lp_rast_arg_triangle_contained(tri, px, py) );
836 px = MIN2(px, TILE_SIZE - 16);
839 assert(px + 16 <= TILE_SIZE)
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
NinePatchDrawable.java 220 final float px = bounds.left; local
222 canvas.scale(scale, scale, px, py);

Completed in 1413 milliseconds

1 2 34 5 6 7 8 91011>>