/external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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)
|
/external/swiftshader/src/D3D8/ |
Direct3DSwapChain8.cpp | 164 RECT rectangle; local 165 GetClientRect(windowHandle, &rectangle); 167 width = rectangle.right - rectangle.left; 168 height = rectangle.bottom - rectangle.top;
|
Direct3DDevice8.cpp | 1914 RECT rectangle; local [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
GestureFloatingTextDrawingPreview.java | 163 final RectF rectangle = mGesturePreviewRectangle; local 177 rectangle.set(rectX, rectY, rectX + rectWidth, rectY + rectHeight);
|
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/ |
trace_creator.py | 119 change.crop.rectangle.left, change.crop.rectangle.top, \ 120 change.crop.rectangle.right, change.crop.rectangle.bottom = crop() 122 change.final_crop.rectangle.left, \ 123 change.final_crop.rectangle.top, \ 124 change.final_crop.rectangle.right,\ 125 change.final_crop.rectangle.bottom = final_crop() 217 return rectangle() 220 return rectangle() 285 def rectangle(): function [all...] |
/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);
|
/external/ImageMagick/Magick++/lib/ |
Geometry.cpp | 466 RectangleInfo rectangle; local 467 rectangle.width=_width; 468 rectangle.height=_height; 469 rectangle.x=_xOff; 470 rectangle.y=_yOff; 471 return(rectangle);
|
/external/skia/src/gpu/ |
GrTestUtils.cpp | 141 SkRect rectangle = SkRect::MakeWH(10.f, 20.f); local 143 gRRect[0].setRectXY(rectangle, 1.f, 1.f); 145 gRRect[1].setRectXY(rectangle, 2.0f, 1.0f);
|
/external/swiftshader/src/D3D9/ |
Direct3DSwapChain9.cpp | 343 RECT rectangle; local 344 GetClientRect(windowHandle, &rectangle); 346 presentParameters->BackBufferWidth = rectangle.right - rectangle.left; 347 presentParameters->BackBufferHeight = rectangle.bottom - rectangle.top;
|
/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); 249 // Parse rectangle description [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/ |
ComplexMovementPath.java | 227 * @return The four corners of the rectangle. 230 ArrayList<float[]> rectangle = new ArrayList<>(); local 264 rectangle.add(frontLeft); 265 rectangle.add(frontRight); 266 rectangle.add(rearRight); 267 rectangle.add(rearLeft); 268 return rectangle;
|
/external/python/cpython2/Lib/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 """
|
/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/gdb/darwin-x86/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 """
|
/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/mesa3d/src/gallium/auxiliary/vl/ |
vl_winsys_dri3.c | 553 xcb_rectangle_t rectangle; local 565 rectangle.x = 0; 566 rectangle.y = 0; 567 rectangle.width = (scrn->output_texture) ? scrn->clip_width : scrn->width; 568 rectangle.height = (scrn->output_texture) ? scrn->clip_height : scrn->height; 571 xcb_xfixes_create_region(scrn->conn, region, 2, &rectangle);
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_x11.c | 443 xcb_rectangle_t rectangle; local 470 rectangle.x = 0; 471 rectangle.y = 0; 472 rectangle.width = dri2_surf->base.Width; 473 rectangle.height = dri2_surf->base.Height; 475 xcb_xfixes_create_region(dri2_dpy->conn, dri2_surf->region, 1, &rectangle); [all...] |
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
omx_vdec.h | 816 OMX_CONFIG_RECTTYPE rectangle; member in class:omx_vdec [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
omx_vdec_hevc.h | 853 OMX_CONFIG_RECTTYPE rectangle; member in class:omx_vdec [all...] |
omx_vdec.h | 955 OMX_CONFIG_RECTTYPE rectangle; member in class:omx_vdec [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
omx_vdec_hevc.h | 844 OMX_CONFIG_RECTTYPE rectangle; member in class:omx_vdec [all...] |