HomeSort by relevance Sort by last modified time
    Searched refs:rectangles (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 188 class rectangles(aetools.ComponentItem): class in inherits:aetools.ComponentItem
189 """rectangles - """
192 rectangle = rectangles
308 rectangles._superclassnames = []
309 rectangles._privpropdict = {
311 rectangles._privelemdict = {
369 'crec' : rectangles,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
x11_screen.c 357 XRectangle *rectangles = CALLOC(num_rects, sizeof(XRectangle)); local
360 rectangles[i].x = rects[i * 4 + 0];
361 rectangles[i].y = rects[i * 4 + 1];
362 rectangles[i].width = rects[i * 4 + 2];
363 rectangles[i].height = rects[i * 4 + 3];
366 region = XFixesCreateRegion(xscr->dpy, rectangles, num_rects);
369 FREE(rectangles);
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
x11_screen.c 357 XRectangle *rectangles = CALLOC(num_rects, sizeof(XRectangle)); local
360 rectangles[i].x = rects[i * 4 + 0];
361 rectangles[i].y = rects[i * 4 + 1];
362 rectangles[i].width = rects[i * 4 + 2];
363 rectangles[i].height = rects[i * 4 + 3];
366 region = XFixesCreateRegion(xscr->dpy, rectangles, num_rects);
369 FREE(rectangles);
  /prebuilts/devtools/tools/lib/
ninepatch.jar 
draw9patch.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 242 * values for the painted rectangles will be set to a specific value passed into this
246 * @param rectangles the set of rectangles (bounding boxes) to copy from the source
259 List<Rectangle> rectangles, Rectangle boundingBox, double scale, byte alpha) {
261 if (rectangles.size() == 0 || boundingBox == null || boundingBox.isEmpty()) {
273 for (Rectangle bounds : rectangles) {
357 * @return true if the two rectangles are equivalent
GestureManager.java 843 List<Rectangle> rectangles = new ArrayList<Rectangle>(imageCount); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_x11.c 775 xcb_rectangle_t rectangles[16]; local
778 if (numRects > (int)ARRAY_SIZE(rectangles))
782 rectangles[i].x = rects[i * 4];
783 rectangles[i].y = dri2_surf->base.Height - rects[i * 4 + 1] - rects[i * 4 + 3];
784 rectangles[i].width = rects[i * 4 + 2];
785 rectangles[i].height = rects[i * 4 + 3];
789 xcb_xfixes_create_region(dri2_dpy->conn, region, numRects, rectangles);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 775 xcb_rectangle_t rectangles[16]; local
778 if (numRects > (int)ARRAY_SIZE(rectangles))
782 rectangles[i].x = rects[i * 4];
783 rectangles[i].y = dri2_surf->base.Height - rects[i * 4 + 1] - rects[i * 4 + 3];
784 rectangles[i].width = rects[i * 4 + 2];
785 rectangles[i].height = rects[i * 4 + 3];
789 xcb_xfixes_create_region(dri2_dpy->conn, region, numRects, rectangles);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtilsTest.java 211 * @param rectangles the set of rectangles to copy
212 * @param boundingBox the bounding rectangle of the set of rectangles to copy, can be
220 List<Rectangle> rectangles, Rectangle boundingBox, double scale) {
235 // rectangles, boundingBox, scale);
251 for (Rectangle bounds : rectangles) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 63 Bool rects; /* boolean: TRUE if clipmask is list of rectangles */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 63 Bool rects; /* boolean: TRUE if clipmask is list of rectangles */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 63 Bool rects; /* boolean: TRUE if clipmask is list of rectangles */
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_util.js 301 * Fills the space between the two rectangles.
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/grub/docs/
texinfo.tex 194 % For a final copy, take out the rectangles
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/bison/build-aux/
texinfo.tex 200 % For a final copy, take out the rectangles
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 198 % For a final copy, take out the rectangles
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 545 milliseconds

1 2