Searched defs:py (Results 76 - 93 of 93) sorted by last modified time

1234

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
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/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/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/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/WebKit/Source/devtools/front_end/common/
H A DResourceType.js175 "py": "text/x-python",
/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/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/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/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}

Completed in 5592 milliseconds

1234