HomeSort by relevance Sort by last modified time
    Searched defs:py (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path.h 46 VGfloat sx, sy, ox, oy, px, py; member in struct:path_for_each_data
  /external/lldb/test/expression_command/issue_11588/
Test11588.py 45 self.runCmd("command script import --allow-reload s11588.py") namespace
  /external/lldb/test/functionalities/command_script/import/rdar-12586188/
TestRdar12586188.py 24 self.expect("command script import ./fail12586188.py --allow-reload", namespace
26 self.expect("command script import ./fail212586188.py --allow-reload", namespace
  /external/mesa3d/src/gallium/state_trackers/vega/
path.h 46 VGfloat sx, sy, ox, oy, px, py; member in struct:path_for_each_data
  /external/lldb/test/functionalities/breakpoint/breakpoint_command/
TestBreakpointCommand.py 86 self.runCmd("command script import --allow-reload ./bktptcmd.py") namespace
  /external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
TestDataFormatterPythonSynth.py 230 self.runCmd("command script import ./ftsp.py --allow-reload") namespace
  /external/lldb/test/python_api/formatters/
TestFormattersSBAPI.py 156 self.runCmd("command script import --allow-reload ./jas_synth.py") namespace
  /external/chromium_org/native_client_sdk/src/examples/demo/pi_generator/
pi_generator.cc 46 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/third_party/skia/samplecode/
SampleOvalTest.cpp 61 SkScalar py = SkIntToScalar(y) + SK_ScalarHalf; local
64 SkScalar dist = SkPoint::Length(px - cx, py - cy);
  /external/lldb/test/functionalities/command_script/import/
TestImport.py 39 self.runCmd("command script import ./foo/foo.py --allow-reload") namespace
40 self.runCmd("command script import ./foo/foo2.py --allow-reload") namespace
41 self.runCmd("command script import ./foo/bar/foobar.py --allow-reload") namespace
42 self.runCmd("command script import ./bar/bar.py --allow-reload") namespace
44 self.expect("command script import ./nosuchfile.py", namespace
48 self.expect("command script import ./foo/foo.py", error=False) namespace
55 self.expect("command script import ./dummymodule.py", error=False) namespace
56 self.expect("command script import --allow-reload ./dummymodule.py", error=False) namespace
  /external/skia/samplecode/
SampleOvalTest.cpp 61 SkScalar py = SkIntToScalar(y) + SK_ScalarHalf; local
64 SkScalar dist = SkPoint::Length(px - cx, py - cy);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 224 unsigned px, py, pixel_offset; local
236 py = y % TILE_SIZE;
237 pixel_offset = tile_pixel_offset(px, py, 0);
lp_rast_tri_tmp.h 118 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) * 4
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_bitmap.c 186 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/skia/src/core/
SkStrokerPriv.cpp 26 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/libpng/contrib/examples/
pngpixel.c 246 png_uint_32 py; local
254 * skip the loop below (over py) if the image is
276 /* To find the pixel, loop over 'py' for each pass
280 for (py = ystart; py < height; py += ystep)
300 if (y == py) for (px = xstart, ppx = 0;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 224 unsigned px, py, pixel_offset; local
236 py = y % TILE_SIZE;
237 pixel_offset = tile_pixel_offset(px, py, 0);
lp_rast_tri_tmp.h 118 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) * 4
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_bitmap.c 186 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/skia/src/core/
SkStrokerPriv.cpp 26 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),
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 149 MOT px[4], py[4]; local
196 dy = py[0] = py[1] = py[2] = py[3] = video->motY[imv];
228 py[0] = video->motY[imv];
229 py[1] = video->motY[imv+1];
230 py[2] = video->motY[imv+mvwidth];
231 py[3] = video->motY[imv+mvwidth+1];
232 xsum = py[0] + py[1] + py[2] + py[3]
    [all...]
  /packages/apps/Camera2/jni/
tinyplanet.cc 120 float py = (phi / PI_F) * input_height; local
124 py = wrap(py, input_height);
127 InterpolatePixel(input, px, py, output(x, y));
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 119 float py = (phi / PI_F) * input_height; local
123 py = wrap(py, input_height);
126 InterpolatePixel(input, px, py, output(x, y));
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
yuvframegenerator.cc 130 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/mesa/swrast/
s_aatriangle.c 52 const GLfloat py = v1[1] - v0[1]; local
60 const GLfloat a = py * qz - pz * qy;
62 const GLfloat c = px * qy - py * qx;

Completed in 671 milliseconds

1 2 3 4