Searched refs:Rect (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/ |
D | WinNtGopScreen.c | 287 RECT Rect; in WinNtGopSetMode() local 364 Rect.left = 0; in WinNtGopSetMode() 365 Rect.top = 0; in WinNtGopSetMode() 366 Rect.right = ModeData->HorizontalResolution; in WinNtGopSetMode() 367 Rect.bottom = ModeData->VerticalResolution; in WinNtGopSetMode() 369 Private->WinNtThunk->AdjustWindowRect (&Rect, WS_OVERLAPPEDWINDOW, 0); in WinNtGopSetMode() 371 Width = Rect.right - Rect.left; in WinNtGopSetMode() 372 Height = Rect.bottom - Rect.top; in WinNtGopSetMode() 377 Private->WinNtThunk->GetWindowRect (Private->WindowHandle, &Rect); in WinNtGopSetMode() 382 …Private->WinNtThunk->MoveWindow (Private->WindowHandle, Rect.left, Rect.top, (INT32)Width, (INT32)… in WinNtGopSetMode() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | pymactoolbox.h | 42 int PyMac_GetRect(PyObject *, Rect *); /* argument parser for Rect */ 43 PyObject *PyMac_BuildRect(Rect *); /* Convert Rect to PyObject */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | pymactoolbox.h | 42 int PyMac_GetRect(PyObject *, Rect *); /* argument parser for Rect */ 43 PyObject *PyMac_BuildRect(Rect *); /* Convert Rect to PyObject */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
D | macsupport.py | 85 Rect = Rect_ptr = OpaqueType("Rect", "PyMac_BuildRect", "PyMac_GetRect") variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | mactoolboxglue.c | 233 PyMac_GetRect(PyObject *v, Rect *r) in PyMac_GetRect() 240 PyMac_BuildRect(Rect *r) in PyMac_BuildRect()
|
/device/google/crosshatch/audio/ |
D | Test1_Crosshatch_5_10_2018_onsite_final_remove_actisonic.tuning | 651 "enhance_and_protect_left.Input Enhance.Rect Fir.Fir.case": "default", 652 "enhance_and_protect_left.Input Enhance.Rect Fir.Fir.fir leaf.taps": [ 671 "enhance_and_protect_left.Input Enhance.Rect Fir.case": "default", 1772 "enhance_and_protect_right.Input Enhance.Rect Fir.Fir.case": "default", 1773 "enhance_and_protect_right.Input Enhance.Rect Fir.Fir.fir leaf.taps": [ 1792 "enhance_and_protect_right.Input Enhance.Rect Fir.case": "default",
|