Home
last modified time | relevance | path

Searched defs:tagRECT (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_common/linux/common/os/
H A Dmos_defs_specific.h53 typedef struct tagRECT struct
55 int32_t left;
56 int32_t top;
57 int32_t right;
58 int32_t bottom;
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwindef.h72 typedef struct tagRECT { struct
73 LONG left;
74 LONG top;
75 LONG right;
76 LONG bottom;
Dwtypes.h155 typedef struct tagRECT { struct
161 typedef struct tagRECT *PRECT; argument
/aosp_15_r20/external/python/cpython2/Lib/ctypes/
Dwintypes.py101 tagRECT = _RECTL = RECTL = RECT variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/
H A Dwintypes.py102 tagRECT = _RECTL = RECTL = RECT variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
Dwintypes.py102 tagRECT = _RECTL = RECTL = RECT variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
Dwintypes.py102 tagRECT = _RECTL = RECTL = RECT variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
Dwintypes.py102 tagRECT = _RECTL = RECTL = RECT variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/
Dwintypes.py102 tagRECT = _RECTL = RECTL = RECT variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/
Dwintypes.py102 tagRECT = _RECTL = RECTL = RECT variable
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs61979 pub struct tagRECT { struct
61987 const UNINIT: ::std::mem::MaybeUninit<tagRECT> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_tagRECT() argument