Home
last modified time | relevance | path

Searched refs:WindowPtr (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpymactoolbox.h188 extern PyObject *WinObj_New(WindowPtr);
189 extern int WinObj_Convert(PyObject *, WindowPtr *);
190 extern PyObject *WinObj_WhichWindow(WindowPtr);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpymactoolbox.h188 extern PyObject *WinObj_New(WindowPtr);
189 extern int WinObj_Convert(PyObject *, WindowPtr *);
190 extern PyObject *WinObj_WhichWindow(WindowPtr);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dmacsupport.py71 WindowPtr = OpaqueByValueType("WindowPtr", "WinObj") variable
72 WindowRef = WindowPtr
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmactoolboxglue.c445 GLUE_NEW(WindowPtr, WinObj_New, "Carbon.Win")
446 GLUE_CONVERT(WindowPtr, WinObj_Convert, "Carbon.Win")
447 GLUE_NEW(WindowPtr, WinObj_WhichWindow, "Carbon.Win")