Searched defs:py (Results 1 - 25 of 93) sorted by path

1234

/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/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/chromium_org/native_client_sdk/src/examples/demo/pi_generator/
H A Dpi_generator.cc46 int py = (1.0 - y) * ctx->height; local
47 uint32_t color = ctx->data[ctx->width * py + px];
61 ctx->data[ctx->width * py + px] = color | kOpaqueColorMask;
/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/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/WebKit/Source/devtools/front_end/common/
H A DResourceType.js175 "py": "text/x-python",
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperations.cpp113 static void findCandidatesInPlane(double px, double py, double nz, double* candidates, int* numCandidates) argument
116 double phi = atan2(px, py);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dyuvframegenerator.cc130 int x, y, pw, ph, px, py; local
134 py = n % (h * 2);
136 if (py >= h) py = h + h - py - 1;
137 for (y = py - ph; y < py + ph; y++) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h224 unsigned px, py, pixel_offset; local
236 py = y % TILE_SIZE;
237 pixel_offset = tile_pixel_offset(px, py, 0);
H A Dlp_rast_tri_tmp.h118 int py = y + iy; local
130 TAG(do_block_4)(task, tri, plane, px, py, cx);
140 int py = y + iy; local
145 block_full_4(task, tri, px, py);
221 int py = y + iy; local
232 TAG(do_block_16)(task, tri, plane, px, py, cx);
242 int py = y + iy; local
247 block_full_16(task, tri, px, py);
309 int py = y + iy; local
317 + plane[j].dcdy * py) *
[all...]
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/gallium/state_trackers/vega/
H A Dpath.c364 VGfloat sx, sy, px, py, ox, oy; local
388 sx = sy = px = py = ox = oy = 0.f;
420 py = y0;
432 py = y0;
443 py = y0;
454 py = y0;
475 py = y2;
498 py = y1;
523 y1 = 2*oy-py;
528 py
952 VGfloat px, py, ox, oy, sx, sy; member in struct:path_iter_data
1233 VGfloat sx, sy, px, py, ox, oy; local
[all...]
H A Dpath.h46 VGfloat sx, sy, ox, oy, px, py; member in struct:path_for_each_data
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c186 GLint px, py; local
245 for (py = 0; py < height; py += DY) {
247 int h = MIN2(DY, height - py);
265 -orig_dsty + y_flip(fb, dsty + py, h),
282 dsty + py,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c186 GLint px, py; local
245 for (py = 0; py < height; py += DY) {
247 int h = MIN2(DY, height - py);
265 -orig_dsty + y_flip(fb, dsty + py, h),
282 dsty + py,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c186 GLint px, py; local
245 for (py = 0; py < height; py += DY) {
247 int h = MIN2(DY, height - py);
265 -orig_dsty + y_flip(fb, dsty + py, h),
282 dsty + py,
/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/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/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;
H A Ds_aatriangle.c52 const GLfloat py = v1[1] - v0[1]; local
60 const GLfloat a = py * qz - pz * qy;
62 const GLfloat c = px * qy - py * qx;
H A Ds_bitmap.c49 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py, argument
87 span.array->y[count] = py + row;
109 span.array->y[count] = py + row;
148 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py,
172 span.y = py;
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkCanvasWidget.cpp139 void SkCanvasWidget::zoom(float scale, int px, int py) { argument
140 fUserMatrix.postScale(scale, scale, px, py);
/external/chromium_org/third_party/skia/gm/
H A Ddftext.cpp37 SkScalar px, SkScalar py) {
38 canvas->translate(px, py);
40 canvas->translate(-px, -py);
35 rotate_about(SkCanvas* canvas, SkScalar degrees, SkScalar px, SkScalar py) argument

Completed in 5473 milliseconds

1234