Home
last modified time | relevance | path

Searched refs:PyMac_GetRect (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Mac/Modules/app/
D_Appmodule.c319 PyMac_GetRect, &inRect, in App_DrawThemeWindowHeader()
340 PyMac_GetRect, &inRect, in App_DrawThemeWindowListViewHeader()
361 PyMac_GetRect, &inRect, in App_DrawThemePlacard()
382 PyMac_GetRect, &inRect, in App_DrawThemeEditTextFrame()
403 PyMac_GetRect, &inRect, in App_DrawThemeListBoxFrame()
424 PyMac_GetRect, &inRect, in App_DrawThemeFocusRect()
445 PyMac_GetRect, &inRect, in App_DrawThemePrimaryGroup()
466 PyMac_GetRect, &inRect, in App_DrawThemeSecondaryGroup()
487 PyMac_GetRect, &inRect, in App_DrawThemeSeparator()
508 PyMac_GetRect, &inRect, in App_DrawThemeModelessDialogFrame()
[all …]
/external/python/cpython2/Mac/Modules/icn/
D_Icnmodule.c50 PyMac_GetRect, &theRect, in Icn_PlotCIcon()
102 PyMac_GetRect, &theRect, in Icn_PlotIcon()
124 PyMac_GetRect, &theRect, in Icn_PlotIconID()
259 PyMac_GetRect, &theRect, in Icn_PlotIconSuite()
286 PyMac_GetRect, &theRect, in Icn_LoadIconCache()
337 PyMac_GetRect, &iconRect, in Icn_PtInIconID()
363 PyMac_GetRect, &iconRect, in Icn_PtInIconSuite()
388 PyMac_GetRect, &testRect, in Icn_RectInIconID()
389 PyMac_GetRect, &iconRect, in Icn_RectInIconID()
414 PyMac_GetRect, &testRect, in Icn_RectInIconSuite()
[all …]
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c749 PyMac_GetRect, &rect)) in GrafObj_SetPortBounds()
1751 PyMac_GetRect, &r)) in Qd_ClipRect()
2175 PyMac_GetRect, &r, in Qd_MacOffsetRect()
2197 PyMac_GetRect, &r, in Qd_MacInsetRect()
2220 PyMac_GetRect, &src1, in Qd_SectRect()
2221 PyMac_GetRect, &src2)) in Qd_SectRect()
2242 PyMac_GetRect, &src1, in Qd_MacUnionRect()
2243 PyMac_GetRect, &src2)) in Qd_MacUnionRect()
2263 PyMac_GetRect, &rect1, in Qd_MacEqualRect()
2264 PyMac_GetRect, &rect2)) in Qd_MacEqualRect()
[all …]
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c477 PyMac_GetRect, &limitRect, in CtlObj_DragControl()
478 PyMac_GetRect, &slopRect, in CtlObj_DragControl()
1554 PyMac_GetRect, &bounds)) in CtlObj_SetControlBounds()
3933 PyMac_GetRect, &boundsRect, in Ctl_NewControl()
4292 PyMac_GetRect, &boundsRect, in Ctl_CreateBevelButtonControl()
4337 PyMac_GetRect, &boundsRect, in Ctl_CreateSliderControl()
4380 PyMac_GetRect, &inBoundsRect, in Ctl_CreateDisclosureTriangleControl()
4417 PyMac_GetRect, &boundsRect, in Ctl_CreateProgressBarControl()
4451 PyMac_GetRect, &boundsRect, in Ctl_CreateRelevanceBarControl()
4484 PyMac_GetRect, &boundsRect, in Ctl_CreateLittleArrowsControl()
[all …]
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c431 PyMac_GetRect, &inScrollRect, in WinObj_ScrollWindowRect()
872 PyMac_GetRect, &bounds)) in WinObj_InvalWindowRect()
910 PyMac_GetRect, &bounds)) in WinObj_ValidWindowRect()
1345 PyMac_GetRect, &inRect)) in WinObj_TransitionWindow()
1372 PyMac_GetRect, &inRect)) in WinObj_TransitionWindowAndParent()
1442 PyMac_GetRect, &bBox)) in WinObj_GrowWindow()
1462 PyMac_GetRect, &boundsRect)) in WinObj_DragWindow()
1574 PyMac_GetRect, &inSizeConstraints)) in WinObj_ResizeWindow()
1597 PyMac_GetRect, &globalBounds)) in WinObj_SetWindowBounds()
1721 PyMac_GetRect, &inUserState)) in WinObj_SetWindowIdealUserState()
[all …]
/external/python/cpython2/Mac/Modules/qdoffs/
D_Qdoffsmodule.c216 PyMac_GetRect, &boundsRect, in Qdoffs_NewGWorld()
281 PyMac_GetRect, &boundsRect, in Qdoffs_UpdateGWorld()
496 PyMac_GetRect, &globalRect, in Qdoffs_NewScreenBuffer()
570 PyMac_GetRect, &globalRect, in Qdoffs_NewTempScreenBuffer()
/external/python/cpython2/Mac/Modules/te/
D_TEmodule.c314 PyMac_GetRect, &rUpdate)) in TEObj_TEUpdate()
1090 PyMac_GetRect, &destRect, in TE_TENew()
1091 PyMac_GetRect, &viewRect)) in TE_TENew()
1113 PyMac_GetRect, &box, in TE_TETextBox()
1135 PyMac_GetRect, &destRect, in TE_TEStyleNew()
1136 PyMac_GetRect, &viewRect)) in TE_TEStyleNew()
/external/python/cpython2/Mac/Modules/list/
D_Listmodule.c820 PyMac_GetRect, &rView, in List_CreateCustomList()
821 PyMac_GetRect, &dataBounds, in List_CreateCustomList()
868 PyMac_GetRect, &rView, in List_LNew()
869 PyMac_GetRect, &dataBounds, in List_LNew()
899 PyMac_GetRect, &view)) in List_SetListViewBounds()
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c347 PyMac_GetRect, &box)) in DlgObj_SetDialogItem()
449 PyMac_GetRect, &box)) in DlgObj_InsertDialogItem()
1039 PyMac_GetRect, &boundsRect, in Dlg_NewDialog()
1099 PyMac_GetRect, &boundsRect, in Dlg_NewColorDialog()
1409 PyMac_GetRect, &inBoundsRect, in Dlg_NewFeaturesDialog()
/external/python/cpython2/Include/
Dpymactoolbox.h57 int PyMac_GetRect(PyObject *, Rect *); /* argument parser for Rect */
/external/python/cpython2/Mac/Modules/drag/
D_Dragmodule.c433 PyMac_GetRect, &itemBounds)) in DragObj_SetDragItemBounds()
874 PyMac_GetRect, &fromRect, in Drag_ZoomRects()
875 PyMac_GetRect, &toRect, in Drag_ZoomRects()
/external/python/cpython2/Python/
Dmactoolboxglue.c233 PyMac_GetRect(PyObject *v, Rect *r) in PyMac_GetRect() function
/external/python/cpython2/Mac/Modules/mlte/
D_Mltemodule.c805 PyMac_GetRect, &iViewRect)) in TXNObj_TXNSetViewRect()
1477 PyMac_GetRect, &iFrame, in Mlte_TXNNewObject()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c522 PyMac_GetRect, &bounds)) in MovieCtlObj_MCSetControllerBoundsRect()
866 PyMac_GetRect, &movieRect, in MovieCtlObj_MCPositionController()
867 PyMac_GetRect, &controllerRect, in MovieCtlObj_MCPositionController()
5327 PyMac_GetRect, &boxRect)) in MovieObj_SetMovieBox()
6873 PyMac_GetRect, &boxRect)) in MovieObj_SetPosterBox()
6931 PyMac_GetRect, &movieRect, in MovieObj_NewMovieController()
10395 PyMac_GetRect, &srcRect, in Qt_GetMaxCompressionSize()
10431 PyMac_GetRect, &srcRect, in Qt_GetCompressionTime()
10467 PyMac_GetRect, &srcRect, in Qt_CompressImage()
10503 PyMac_GetRect, &srcRect, in Qt_DecompressImage()
[all …]
/external/python/cpython2/Mac/Modules/cg/
D_CGmodule.c1049 PyMac_GetRect, &portRect, in CGContextRefObj_ClipCGContextToRegion()