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

1 2

  /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);
SampleWarp.cpp 385 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/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/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/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;
  /external/mesa3d/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;
  /external/opencv/cv/src/
cvcornersubpix.cpp 209 double py = i - win.height; local
225 bb1 += gxx * px + gxy * py;
226 bb2 += gxy * px + gyy * py;
  /external/openfst/src/include/fst/
shortest-path.h 221 const Pair &py = pairs_[y]; local
224 Weight dy = py.first == superfinal_ ? Weight::One() :
225 py.first < distance_.size() ? distance_[py.first] : Weight::Zero();
227 Weight wy = Times(dy, py.second);
231 if (px.first == superfinal_ && py.first != superfinal_) {
233 } else if (py.first == superfinal_ && px.first != superfinal_) {
  /external/clang/test/SemaCXX/
overloaded-builtin-operators.cpp 245 int* __restrict py; local
246 py += size;

Completed in 699 milliseconds

1 2