HomeSort by relevance Sort by last modified time
    Searched refs:py (Results 301 - 325 of 596) sorted by null

<<11121314151617181920>>

  /external/skia/gm/
dftext.cpp 38 SkScalar px, SkScalar py) {
39 canvas->translate(px, py);
41 canvas->translate(-px, -py);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeDrawingPoints.java 130 final int[] py = mPreviewYCoordinates.getPrimitiveArray(); local
131 mInterpolator.reset(px, py, 0, size);
170 yCoords.addAt(d1, py[p2]);
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 73 for (int py = 0; py < dst.getHeight(); py++)
78 float wy = (float)py + 0.5f;
92 dst.setPixel(color, px, py);
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 76 for (int py = 0; py < dst.getHeight(); py++)
81 float wy = (float)py + 0.5f;
95 dst.setPixel(color, px, py);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 593 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 + 16 <= TILE_SIZE)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 324 float py = mCurrentControlPoint.y * h; local
327 canvas.drawLine(px, py, px, h, paint);
328 canvas.drawLine(0, py, px, py, paint);
331 canvas.drawLine(px, py, px, h, paint);
332 canvas.drawLine(0, py, px, py, paint);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 268 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, width, height, unpack, bitmap
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 74 # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
203 PROFILE_TASK= $(srcdir)/Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck
204 #PROFILE_TASK= $(srcdir)/Lib/test/regrtest.py
308 ASDLGEN_FILES= $(srcdir)/Parser/asdl.py $(srcdir)/Parser/asdl_c.py
310 ASDLGEN= $(srcdir)/Parser/asdl_c.py
477 $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build
507 # loaded by gdb during Lib/test/test_gdb.py
511 gdbhooks: $(BUILDPYTHON)-gdb.py
513 SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 74 # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
203 PROFILE_TASK= $(srcdir)/Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck
204 #PROFILE_TASK= $(srcdir)/Lib/test/regrtest.py
309 ASDLGEN_FILES= $(srcdir)/Parser/asdl.py $(srcdir)/Parser/asdl_c.py
311 ASDLGEN= $(srcdir)/Parser/asdl_c.py
478 $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build
508 # loaded by gdb during Lib/test/test_gdb.py
512 gdbhooks: $(BUILDPYTHON)-gdb.py
514 SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 74 # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
203 PROFILE_TASK= $(srcdir)/Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck
204 #PROFILE_TASK= $(srcdir)/Lib/test/regrtest.py
308 ASDLGEN_FILES= $(srcdir)/Parser/asdl.py $(srcdir)/Parser/asdl_c.py
310 ASDLGEN= $(srcdir)/Parser/asdl_c.py
477 $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build
507 # loaded by gdb during Lib/test/test_gdb.py
511 gdbhooks: $(BUILDPYTHON)-gdb.py
513 SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 74 # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
203 PROFILE_TASK= $(srcdir)/Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck
204 #PROFILE_TASK= $(srcdir)/Lib/test/regrtest.py
309 ASDLGEN_FILES= $(srcdir)/Parser/asdl.py $(srcdir)/Parser/asdl_c.py
311 ASDLGEN= $(srcdir)/Parser/asdl_c.py
478 $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build
508 # loaded by gdb during Lib/test/test_gdb.py
512 gdbhooks: $(BUILDPYTHON)-gdb.py
514 SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
    [all...]
  /external/deqp/framework/common/
tcuTestLog.cpp 315 int py = (w + d + h) - (x + y + z + 1); local
321 Vec4 p = blendImageAccess.getPixel(px, py);
325 blendImageAccess.setPixel(b, px, py);
346 int py = (w + d + h) - (x + y + z + 1); local
347 Vec4 s = blendImageAccess.getPixel(px, py)*pixelScale + pixelBias;
349 logImageAccess.setPixel(s, px, py);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
base_api_test.py 11 from apitools.base.py import base_api
12 from apitools.base.py import encoding
13 from apitools.base.py import http_wrapper
extra_types.py 18 from apitools.base.py import encoding
19 from apitools.base.py import exceptions
20 from apitools.base.py import util
transfer_test.py 1 """Tests for transfer.py."""
9 from apitools.base.py import base_api
10 from apitools.base.py import http_wrapper
11 from apitools.base.py import transfer
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
PixmapIO.java 260 int py = flipY ? (h - y - 1) : y; local
262 pixels.position(py * lineLen);
266 int pixel = pixmap.getPixel(px, py);
  /external/libxml2/doc/
Makefile.am 27 $(wildcard html/*.png) libxml2-api.xml index.py search.php \
28 apibuild.py libxml2.xsa xmllint.xml xmlcatalog_man.xml \
79 apibuild.py \
150 index.py \
306 libxml2-api.xml libxml2-refs.xml ../libxml2.syms: apibuild.py symbols.xml syms.xsl checkapisym.xsl $(source_file_deps)
308 (cd $(srcdir) && ./apibuild.py)
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.h 446 const int* py = cy; local
449 move_to_no_clip(*px++, *py++);
451 line_to_no_clip(*px++, *py++);
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
filelist.py 197 stringent: "*.py" will match "foo.py" but not "foo/bar.py". If
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
filelist.py 197 stringent: "*.py" will match "foo.py" but not "foo/bar.py". If
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 197 stringent: "*.py" will match "foo.py" but not "foo/bar.py". If
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 197 stringent: "*.py" will match "foo.py" but not "foo/bar.py". If
  /build/soong/java/
gen.go 29 pctx.SourcePathVariable("logtagsCmd", "build/tools/java-event-log-tags.py")
30 pctx.SourcePathVariable("mergeLogtagsCmd", "build/tools/merge-event-log-tags.py")
  /external/autotest/client/cros/video/
collect_golden_images.py 33 common.py is imported so as to resolve autotest references correctly.
  /external/autotest/contrib/
servo-stat 40 timeout 90 $PYTHON $HDCTOOLS/dut_control.py "$@"

Completed in 892 milliseconds

<<11121314151617181920>>