Home
last modified time | relevance | path

Searched refs:Rect (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
DWinNtGopScreen.c287 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/google/accessory/demokit/app/src/com/google/android/DemoKit/
DSlider.java6 import android.graphics.Rect;
55 Rect r = new Rect();
88 Rect r = new Rect(); in onDraw()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpymactoolbox.h42 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/
Dpymactoolbox.h42 int PyMac_GetRect(PyObject *, Rect *); /* argument parser for Rect */
43 PyObject *PyMac_BuildRect(Rect *); /* Convert Rect to PyObject */
/device/generic/goldfish/camera/
DPreviewWindow.cpp153 const Rect rect(mPreviewFrameWidth, mPreviewFrameHeight); in onNextFrameAvailable()
DEmulatedFakeCamera2.cpp1061 const Rect rect(s.width, s.height); in getBuffers()
1089 const Rect rect(s.width, s.height); in getBuffers()
DEmulatedFakeCamera3.cpp894 const Rect rect(destBuf.width, destBuf.height); in processCaptureRequest()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dmacsupport.py85 Rect = Rect_ptr = OpaqueType("Rect", "PyMac_BuildRect", "PyMac_GetRect") variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmactoolboxglue.c233 PyMac_GetRect(PyObject *v, Rect *r) in PyMac_GetRect()
240 PyMac_BuildRect(Rect *r) in PyMac_BuildRect()