Searched defs:py (Results 51 - 75 of 93) sorted by relevance

1234

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCanvas.java57 public void scale(float sx, float sy, float px, float py) { argument
/external/skia/gm/
H A Dstrokes.cpp110 static void rotate(SkScalar angle, SkScalar px, SkScalar py, SkCanvas* canvas) { argument
112 matrix.setRotate(angle, px, py);
/external/skia/src/core/
H A DSkStrokerPriv.cpp26 SkScalar py = pivot.fY; local
32 path->cubicTo(px + nx + CWX(sx, sy), py + ny + CWY(sx, sy),
33 px + CWX(nx, ny) + sx, py + CWY(nx, ny) + sy,
34 px + CWX(nx, ny), py + CWY(nx, ny));
35 path->cubicTo(px + CWX(nx, ny) - sx, py + CWY(nx, ny) - sy,
36 px - nx + CWX(sx, sy), py - ny + CWY(sx, sy),
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dshortest-path.h180 const Pair &py = pairs_[y]; local
182 Weight wy = Times(distance_[py.first], py.second);
186 if (px.first == superfinal_ && py.first != superfinal_) {
188 } else if (py.first == superfinal_ && px.first != superfinal_) {
/external/chromium_org/cc/animation/
H A Dtransform_operation.cc203 // If p = (px, py) is a point in the plane being rotated about (0, 0, nz), this
208 float py,
212 double phi = atan2(px, py);
207 FindCandidatesInPlane(float px, float py, float nz, double* candidates, int* num_candidates) argument
/external/opencv/cv/src/
H A Dcvrotcalipers.cpp323 float py = (A1 * C2 - A2 * C1) * idet; local
326 out[1] = py;
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A Dvoronoi.cc83 Vec2(float px, float py) { argument
85 y = py;
87 void Set(float px, float py) { argument
89 y = py;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c593 unsigned py = bbox->y0 & 63 & ~3; local
604 assert(py + 4 <= TILE_SIZE);
608 lp_rast_arg_triangle_contained(tri, px, py) );
622 py = MIN2(py, TILE_SIZE - 16);
625 assert(py + 16 <= TILE_SIZE);
630 lp_rast_arg_triangle_contained(tri, px, py) );
636 py = MIN2(py, TILE_SIZE - 16);
639 assert(py
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_bitmap.c268 GLint px, GLint py, GLsizei width, GLsizei height,
273 destBuffer += py * destStride + px;
697 int px = -999, py = -999; local
706 py = y - cache->ypos;
708 py < 0 || py + height > BITMAP_CACHE_HEIGHT ||
722 py = (BITMAP_CACHE_HEIGHT - height) / 2;
724 cache->ypos = y - py;
731 assert(py != -999);
745 unpack_bitmap(st, px, py, widt
267 unpack_bitmap(struct st_context *st, GLint px, GLint py, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap, ubyte *destBuffer, uint destStride) argument
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSampleWarp.cpp385 SkScalar py = orig.fY + dy; local
386 return SkPoint::Make(px, py);
411 SkScalar py = orig.fY + dy; local
412 return SkPoint::Make(px, py);
/external/clang/test/SemaCXX/
H A Doverloaded-builtin-operators.cpp245 int* __restrict py; local
246 py += size;
/external/deqp/framework/common/
H A DtcuTestLog.cpp237 int py = (w + d + h) - (x + y + z + 1); local
243 Vec4 p = blendImageAccess.getPixel(px, py);
247 blendImageAccess.setPixel(b, px, py);
268 int py = (w + d + h) - (x + y + z + 1); local
269 Vec4 s = blendImageAccess.getPixel(px, py)*pixelScale + pixelBias;
271 logImageAccess.setPixel(s, px, py);
/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp257 const int py = height; local
260 const int y1i = (int)((py/2.0f) * y1 + oy);
263 const int y2i = (int)((py/2.0f) * y2 + oy);
304 const int py = target->getHeight(); local
307 const int y1i = (int)((py/2.0) * y1 + oy);
310 const int y2i = (int)((py/2.0) * y2 + oy);
524 const int py = height; local
527 const int y1i = (int)((py/2.0f) * postSwapY1 + oy);
530 const int y2i = (int)((py/2.0f) * postSwapY2 + oy);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c593 unsigned py = bbox->y0 & 63 & ~3; local
604 assert(py + 4 <= TILE_SIZE);
608 lp_rast_arg_triangle_contained(tri, px, py) );
622 py = MIN2(py, TILE_SIZE - 16);
625 assert(py + 16 <= TILE_SIZE);
630 lp_rast_arg_triangle_contained(tri, px, py) );
636 py = MIN2(py, TILE_SIZE - 16);
639 assert(py
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c268 GLint px, GLint py, GLsizei width, GLsizei height,
273 destBuffer += py * destStride + px;
697 int px = -999, py = -999; local
706 py = y - cache->ypos;
708 py < 0 || py + height > BITMAP_CACHE_HEIGHT ||
722 py = (BITMAP_CACHE_HEIGHT - height) / 2;
724 cache->ypos = y - py;
731 assert(py != -999);
745 unpack_bitmap(st, px, py, widt
267 unpack_bitmap(struct st_context *st, GLint px, GLint py, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap, ubyte *destBuffer, uint destStride) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11wm.c385 void X11_GetWindowPos(_THIS, int *px, int *py) argument
389 *px = *py = 0;
398 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, px, py, &child );
/external/skia/samplecode/
H A DSampleWarp.cpp385 SkScalar py = orig.fY + dy; local
386 return SkPoint::Make(px, py);
411 SkScalar py = orig.fY + dy; local
412 return SkPoint::Make(px, py);
/external/blktrace/btt/doc/
H A Dbtt.tex1116 \newpage\section{\label{sec:bno_plot}bno\_plot.py}
1133 \subsection*{\texttt{bno\_plot.py} Command Line Options}
1138 $ bno_plot.py --help
1140 bno_plot.py
1151 The -K option forces bno_plot.py to put the keys below the
1154 exceed 10, then bno_plot.py will automatically push the
1165 \caption{\label{fig:bno_plot}Sample \texttt{bno\_plot.py} Screen Shot}
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
H A Dvoronoi.cc89 Vec2(float px, float py) { argument
91 y = py;
93 void Set(float px, float py) { argument
95 y = py;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DResourceType.js175 "py": "text/x-python",
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c745 r200PointsBitmap( struct gl_context *ctx, GLint px, GLint py, argument
867 vert.tv.y = h - (py+row) - 1;
884 vert.tv.y = h - (py+row) - 1;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c95 const GLfloat py = y1 - y0;
97 const GLfloat qx = -py;
100 const GLfloat a = py * qz - pz * qy;
102 const GLfloat c = px * qy - py * qx;
111 const GLfloat py = y1 - y0; local
114 const GLfloat b = pz * py;
115 const GLfloat c = px * px + py * py;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c745 r200PointsBitmap( struct gl_context *ctx, GLint px, GLint py, argument
867 vert.tv.y = h - (py+row) - 1;
884 vert.tv.y = h - (py+row) - 1;
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c95 const GLfloat py = y1 - y0;
97 const GLfloat qx = -py;
100 const GLfloat a = py * qz - pz * qy;
102 const GLfloat c = px * qy - py * qx;
111 const GLfloat py = y1 - y0; local
114 const GLfloat b = pz * py;
115 const GLfloat c = px * px + py * py;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsintrp.c338 cmsFloat32Number px, py; local
349 py = fclamp(Input[1]) * p->Domain[1];
352 y0 = (int) _cmsQuickFloor(py); fy = py - (cmsFloat32Number) y0;
450 cmsFloat32Number px, py, pz; local
464 py = fclamp(Input[1]) * p->Domain[1];
468 y0 = (int) _cmsQuickFloor(py); fy = py - (cmsFloat32Number) y0;
597 cmsFloat32Number px, py, pz; local
608 py
[all...]

Completed in 865 milliseconds

1234