Searched refs:boundsRect (Results 1 – 7 of 7) sorted by relevance
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
D | BoxModel.java | 62 public RectF getMarginatedRect(RectF boundsRect) { in getMarginatedRect() argument 63 return new RectF( boundsRect.left + getMarginLeft(), in getMarginatedRect() 64 boundsRect.top + getMarginTop(), in getMarginatedRect() 65 boundsRect.right - getMarginRight(), in getMarginatedRect() 66 boundsRect.bottom - getMarginBottom()); in getMarginatedRect()
|
D | BoxModelable.java | 32 public RectF getMarginatedRect(RectF boundsRect); in getMarginatedRect() argument
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | _Ctlmodule.c | 3920 Rect boundsRect; in Ctl_NewControl() local 3933 PyMac_GetRect, &boundsRect, in Ctl_NewControl() 3943 &boundsRect, in Ctl_NewControl() 4278 Rect boundsRect; in Ctl_CreateBevelButtonControl() local 4292 PyMac_GetRect, &boundsRect, in Ctl_CreateBevelButtonControl() 4302 &boundsRect, in Ctl_CreateBevelButtonControl() 4322 Rect boundsRect; in Ctl_CreateSliderControl() local 4337 PyMac_GetRect, &boundsRect, in Ctl_CreateSliderControl() 4347 &boundsRect, in Ctl_CreateSliderControl() 4406 Rect boundsRect; in Ctl_CreateProgressBarControl() local [all …]
|
/external/python/cpython2/Mac/Modules/qdoffs/ |
D | _Qdoffsmodule.c | 207 Rect boundsRect; in Qdoffs_NewGWorld() local 216 PyMac_GetRect, &boundsRect, in Qdoffs_NewGWorld() 223 &boundsRect, in Qdoffs_NewGWorld() 272 Rect boundsRect; in Qdoffs_UpdateGWorld() local 281 PyMac_GetRect, &boundsRect, in Qdoffs_UpdateGWorld() 288 &boundsRect, in Qdoffs_UpdateGWorld()
|
/external/python/cpython2/Mac/Modules/dlg/ |
D | _Dlgmodule.c | 1027 Rect boundsRect; in Dlg_NewDialog() local 1039 PyMac_GetRect, &boundsRect, in Dlg_NewDialog() 1049 &boundsRect, in Dlg_NewDialog() 1087 Rect boundsRect; in Dlg_NewColorDialog() local 1099 PyMac_GetRect, &boundsRect, in Dlg_NewColorDialog() 1109 &boundsRect, in Dlg_NewColorDialog()
|
/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 1456 Rect boundsRect; in WinObj_DragWindow() local 1462 PyMac_GetRect, &boundsRect)) in WinObj_DragWindow() 1466 &boundsRect); in WinObj_DragWindow() 2681 Rect boundsRect; in Win_NewWindow() local 2692 PyMac_GetRect, &boundsRect, in Win_NewWindow() 2701 &boundsRect, in Win_NewWindow() 2738 Rect boundsRect; in Win_NewCWindow() local 2749 PyMac_GetRect, &boundsRect, in Win_NewCWindow() 2758 &boundsRect, in Win_NewCWindow()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 26263 Rect boundsRect; in Qt_DragAlignedWindow() local 26270 PyMac_GetRect, &boundsRect)) in Qt_DragAlignedWindow() 26274 &boundsRect, in Qt_DragAlignedWindow()
|