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

1 23 4 5

  /ndk/sources/host-tools/nawk-20071023/
lex.c 403 { char xbuf[100], *px; local
404 for (px = xbuf; (c = input()) != 0 && px-xbuf < 100-2; ) {
408 *px++ = c;
412 *px = 0;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 178 shared_ptr(): px(0), pn() // never throws in 1.30+
183 explicit shared_ptr( Y * p ): px( p ), pn( p ) // Y must be complete
194 template<class Y, class D> shared_ptr(Y * p, D d): px(p), pn(p, d)
201 template<class Y, class D, class A> shared_ptr( Y * p, D d, A a ): px( p ), pn( p, d, a )
212 shared_ptr( shared_ptr const & r ): px( r.px ), pn( r.pn ) // never throws
221 // it is now safe to copy r.px, as pn(r.pn) did not throw
222 px = r.px;
226 shared_ptr( weak_ptr<Y> const & r, boost::detail::sp_nothrow_tag ): px( 0 ), pn( r.pn, boost::detail::sp_nothrow_tag() ) // never throw
485 T * px; \/\/ contained pointer member in class:boost::shared_ptr
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 395 uint16_t *px = (uint16_t*)img + y * stride; local
418 *px++ = rawCount;
433 uint8_t *px = img + outY * stride * 4; local
443 *px++ = rCount < 255*64 ? rCount / 64 : 255;
444 *px++ = gCount < 255*64 ? gCount / 64 : 255;
445 *px++ = bCount < 255*64 ? bCount / 64 : 255;
446 *px++ = 255;
464 uint8_t *px = img + outY * stride * 3;
473 *px++ = rCount < 255*64 ? rCount / 64 : 255;
474 *px++ = gCount < 255*64 ? gCount / 64 : 255
    [all...]
  /external/chromium_org/ui/gfx/codec/
png_codec_unittest.cc 99 unsigned char* px = &(*data)[(y * w + x) * 2]; local
100 px[0] = x; // gray value
101 px[1] = x % 256; // alpha
    [all...]
  /external/opencv/cv/src/
cvrotcalipers.cpp 322 float px = (C1 * B2 - C2 * B1) * idet; local
325 out[0] = px;
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 210 final float px = point.x + mCenterX; local
221 canvas.scale(s, s, px, py);
222 canvas.translate(px - cx, py - cy);
228 canvas.drawCircle(px, py, pointSize, mPaint);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
PointCloud.java 212 final float px = point.x + mCenterX; local
223 canvas.scale(s, s, px, py);
224 canvas.translate(px - cx, py - cy);
230 canvas.drawCircle(px, py, pointSize, mPaint);
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
PointCloud.java 212 final float px = point.x + mCenterX; local
223 canvas.scale(s, s, px, py);
224 canvas.translate(px - cx, py - cy);
230 canvas.drawCircle(px, py, pointSize, mPaint);
  /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/
GestureStrokeWithPreviewPoints.java 173 final int[] px = mPreviewXCoordinates.getPrimitiveArray(); local
175 mInterpolator.reset(px, py, 0, size);
213 xCoords.add(d1, px[p2]);
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 67 function px(numPixels) { function
68 return round(numPixels) + "px";
80 style.left = px(point.x);
81 style.top = px(point.y);
92 style.width = px(size.width);
93 style.height = px(size.height);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 67 function px(numPixels) { function
68 return round(numPixels) + "px";
80 style.left = px(point.x);
81 style.top = px(point.y);
92 style.width = px(size.width);
93 style.height = px(size.height);
  /external/chromium_org/ppapi/examples/ime/
ime.cc 366 int px = font_.MeasureSimpleText(str); local
367 pp::Rect caret(area_.x() + px, area_.y(), 0, area_.height() + 2);
  /external/chromium_org/third_party/icu/source/common/
rbbitblb.cpp 620 int32_t px; local
621 for (px=0; px<T->fPositions->size(); px++) {
622 p = (RBBINode *)T->fPositions->elementAt(px);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 592 unsigned px = bbox->x0 & 63 & ~3; local
603 assert(px + 4 <= TILE_SIZE);
608 lp_rast_arg_triangle_contained(tri, px, py) );
621 px = MIN2(px, TILE_SIZE - 16);
624 assert(px + 16 <= TILE_SIZE);
630 lp_rast_arg_triangle_contained(tri, px, py) );
635 px = MIN2(px, TILE_SIZE - 16);
638 assert(px + 16 <= TILE_SIZE)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bitmap.c 268 GLint px, GLint py, GLsizei width, GLsizei height,
273 destBuffer += py * destStride + px;
697 int px = -999, py = -999; local
705 px = x - cache->xpos; /* pos in buffer */
707 if (px < 0 || px + width > BITMAP_CACHE_WIDTH ||
721 px = 0;
730 assert(px != -999);
745 unpack_bitmap(st, px, py, width, height, unpack, bitmap,
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 94 const GLfloat px = x1 - x0;
98 const GLfloat qy = px;
101 const GLfloat b = pz * qx - px * qz;
102 const GLfloat c = px * qy - py * qx;
110 const GLfloat px = x1 - x0; local
113 const GLfloat a = pz * px;
115 const GLfloat c = px * px + py * py;
  /external/icu4c/common/
rbbitblb.cpp 620 int32_t px; local
621 for (px=0; px<T->fPositions->size(); px++) {
622 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/llvmpipe/
lp_setup_tri.c 592 unsigned px = bbox->x0 & 63 & ~3; local
603 assert(px + 4 <= TILE_SIZE);
608 lp_rast_arg_triangle_contained(tri, px, py) );
621 px = MIN2(px, TILE_SIZE - 16);
624 assert(px + 16 <= TILE_SIZE);
630 lp_rast_arg_triangle_contained(tri, px, py) );
635 px = MIN2(px, TILE_SIZE - 16);
638 assert(px + 16 <= TILE_SIZE)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 268 GLint px, GLint py, GLsizei width, GLsizei height,
273 destBuffer += py * destStride + px;
697 int px = -999, py = -999; local
705 px = x - cache->xpos; /* pos in buffer */
707 if (px < 0 || px + width > BITMAP_CACHE_WIDTH ||
721 px = 0;
730 assert(px != -999);
745 unpack_bitmap(st, px, py, width, height, unpack, bitmap,
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 94 const GLfloat px = x1 - x0;
98 const GLfloat qy = px;
101 const GLfloat b = pz * qx - px * qz;
102 const GLfloat c = px * qy - py * qx;
110 const GLfloat px = x1 - x0; local
113 const GLfloat a = pz * px;
115 const GLfloat c = px * px + py * py;
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java 79 float px = st.mPivotXRel ? (w * st.mPivotX) : st.mPivotX; local
82 canvas.rotate(mCurrentDegrees, px + bounds.left, py + bounds.top);
RotateDrawable.java 83 float px = st.mPivotXRel ? (w * st.mPivotX) : st.mPivotX; local
86 canvas.rotate(st.mCurrentDegrees, px + bounds.left, py + bounds.top);
  /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);

Completed in 1105 milliseconds

1 23 4 5