Home
last modified time | relevance | path

Searched defs:RECT (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Lib/test/leakers/
Dtest_ctypes.py10 class RECT(Structure): class
/external/python/cpython3/Lib/test/leakers/
Dtest_ctypes.py10 class RECT(Structure): class
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
Danchor_wrapper.h23 TEXT = 0, CIRCLE = 1, RECT = 2 enumerator
/external/skia/platform_tools/android/apps/arcore/src/main/cpp/
Danchor_wrapper.h23 TEXT = 0, CIRCLE = 1, RECT = 2 enumerator
/external/python/cpython3/Lib/ctypes/test/
Dtest_keeprefs.py47 class RECT(Structure): class
132 class RECT(Structure): class
Dtest_win32.py128 class RECT(Structure): class
Dtest_functions.py25 class RECT(Structure): class
/external/python/cpython2/Lib/ctypes/test/
Dtest_keeprefs.py47 class RECT(Structure): class
132 class RECT(Structure): class
Dtest_win32.py85 class RECT(Structure): class
Dtest_functions.py25 class RECT(Structure): class
/external/python/cpython2/Lib/ctypes/
Dwintypes.py96 class RECT(Structure): class
/external/libchrome/ui/gfx/geometry/
Drect.h27 typedef struct tagRECT RECT; typedef
/external/python/cpython3/Lib/ctypes/
Dwintypes.py97 class RECT(ctypes.Structure): class
/external/clang/test/CodeGenCXX/
Dvisibility.cpp50 struct RECT { struct
51 int top;
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp926 HRESULT Direct3DDevice9Ex::PresentEx(const RECT *,const RECT *,HWND,const RGNDATA *,DWORD) in PresentEx()
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c552 } RECT; typedef
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c557 } RECT; typedef
/external/mesa3d/include/D3D9/
Dd3d9types.h137 } RECT, *LPRECT; typedef