Searched defs:rect (Results 1 – 13 of 13) sorted by relevance
39 private ChimpRect rect; field in MonkeyRect54 public MonkeyRect(ChimpRect rect) { in MonkeyRect()
153 PyTuple rect = (PyTuple) ap.getPyObjectByType(0, PyTuple.TYPE); in getSubImage() local
70 Rectangle rect = item.getBounds(); in widgetSelected() local
570 Rectangle rect = mDisplay.getClientArea(); in setSizeAndPosition() local640 Rectangle rect = mDisplay.getClientArea(); in setExplorerSizeAndPosition() local
59 void RendererContext::addPendingCropRect(const int *rect) in addPendingCropRect()
33 int rect[4]; member
64 Rectangle rect = mMonitors[mMonitorIndex].getBounds(); in getDensity() local
184 Rectangle rect = mImage.getBounds(); in paintCanvas() local
148 Rectangle rect = getClientArea(); in onPaint() local
722 Rectangle rect = child.getAbsRect(); in create() local
1525 Rect rect = getScreenBounds(); in renderWithBridge() local
177 private static String rectToString(Rect rect) { in rectToString()
48 public static Rectangle scaleRectangle(Rectangle rect, float scaleFactor) { in scaleRectangle()