Home
last modified time | relevance | path

Searched defs:COLORREF (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/ctypes/
Dwintypes.py51 COLORREF = DWORD variable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwindef.h60 typedef DWORD COLORREF; typedef
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/
H A Dwintypes.py52 COLORREF = DWORD variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
Dwintypes.py52 COLORREF = DWORD variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
Dwintypes.py52 COLORREF = DWORD variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
Dwintypes.py52 COLORREF = DWORD variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/
Dwintypes.py52 COLORREF = DWORD variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/
Dwintypes.py52 COLORREF = DWORD variable
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs61975 pub type COLORREF = DWORD; typedef
86625 color: COLORREF, in CreatePen()
86852 color: COLORREF, in ExtFloodFill()
86864 color: COLORREF, in FloodFill()
86883 pub fn GetBkColor(hdc: HDC) -> COLORREF; in GetBkColor()
86886 pub fn GetDCBrushColor(hdc: HDC) -> COLORREF; in GetDCBrushColor()
86889 pub fn GetDCPenColor(hdc: HDC) -> COLORREF; in GetDCPenColor()
87012 pub fn GetNearestColor(hdc: HDC, color: COLORREF) -> COLORREF; in GetNearestColor()
87035 pub fn GetPixel(hdc: HDC, x: ::std::os::raw::c_int, y: ::std::os::raw::c_int) -> COLORREF; in GetPixel()
87079 pub fn GetTextColor(hdc: HDC) -> COLORREF; in GetTextColor()
[all …]