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

1 2 3

  /external/chromium_org/ui/gfx/
canvas_paint_mac.h 39 const NSRect& rectangle() const { function in class:gfx::CanvasSkiaPaint
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 6 def rectangle(win, uly, ulx, lry, lrx): function
7 """Draw a rectangle with corners at the provided upper-left
183 rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 6 def rectangle(win, uly, ulx, lry, lrx): function
7 """Draw a rectangle with corners at the provided upper-left
183 rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureFloatingTextDrawingPreview.java 157 final RectF rectangle = mGesturePreviewRectangle; local
171 rectangle.set(rectX, rectY, rectX + rectWidth, rectY + rectHeight);
  /art/test/044-proxy/src/
BasicTest.java 44 shapes.rectangle(10, 20);
47 quads.rectangle(15, 25);
131 public int rectangle(int x, int y); method in interface:Shapes
141 public int rectangle(int x, int y); method in interface:Quads
181 public int rectangle(int x, int y) { method in class:Mix
182 System.out.println("--- rectangle " + x + "," + y);
  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 48 * # White YV12 rectangle, with overlapping turquoise
49 * # RGBA8888 rectangle at 30%% (alpha: 0.7) transparency
68 * of the graphic format and then the display frame rectangle where
69 * the frame will be displayed. The display frame rectangle is
143 class Rectangle {
145 Rectangle() : format(defaultFormat), transform(defaultTransform),
164 list<Rectangle> rectangle; variable
173 static Rectangle parseRect(string rectStr);
250 // Parse rectangle description
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2Settings.java 50 /** Crop rectangle for digital zoom (measured WRT the active array). */
189 // Compute the crop rectangle to be passed to the framework
198 // Compute the effective crop rectangle to be used for computing focus/metering coordinates
299 Rect rectangle = source.rect; local
303 double oldLeft = (rectangle.left + 1000) / 2000.0;
304 double oldTop = (rectangle.top + 1000) / 2000.0;
305 double oldRight = (rectangle.right + 1000) / 2000.0;
306 double oldBottom = (rectangle.bottom + 1000) / 2000.0;
543 * Calculate the effective crop rectangle for this preview viewport;
547 * <p>Assumes the zoom level of the provided desired crop rectangle.</p
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 26 """bounds - the smallest rectangle that contains the entire arc """
30 """definition rect - the rectangle that contains the circle or oval used to define the arc """
192 rectangle = rectangles variable
195 """rounded rectangle - A rounded rectangle """
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_x11.c 336 xcb_rectangle_t rectangle; local
363 rectangle.x = 0;
364 rectangle.y = 0;
365 rectangle.width = dri2_surf->base.Width;
366 rectangle.height = dri2_surf->base.Height;
368 xcb_xfixes_create_region(dri2_dpy->conn, dri2_surf->region, 1, &rectangle);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 336 xcb_rectangle_t rectangle; local
363 rectangle.x = 0;
364 rectangle.y = 0;
365 rectangle.width = dri2_surf->base.Width;
366 rectangle.height = dri2_surf->base.Height;
368 xcb_xfixes_create_region(dri2_dpy->conn, dri2_surf->region, 1, &rectangle);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 816 OMX_CONFIG_RECTTYPE rectangle; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 853 OMX_CONFIG_RECTTYPE rectangle; member in class:omx_vdec
    [all...]
omx_vdec.h 936 OMX_CONFIG_RECTTYPE rectangle; member in class:omx_vdec
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 2520 Rect rectangle = new Rect(10, 10, 20, 30); local
2551 Rect rectangle = new Rect(); local
    [all...]
  /frameworks/base/core/java/android/view/
View.java 312 * The geometry of a view is that of a rectangle. A view has a location,
321 * coordinate of the rectangle representing the view. The latter returns the
322 * top, or Y, coordinate of the rectangle representing the view. These methods
332 * rectangle representing the view. For instance, calling {@link #getRight()}
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 909 milliseconds

1 2 3