Searched defs:RGB (Results 1 – 8 of 8) sorted by relevance
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 125 def RGB(red, green, blue): function
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 125 def RGB(red, green, blue): function
|
/prebuilts/build-tools/common/py3-stdlib/ctypes/ |
D | wintypes.py | 125 def RGB(red, green, blue): function
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 125 def RGB(red, green, blue): function
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 125 def RGB(red, green, blue): function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/ |
D | Xcms.h | 169 XcmsRGB RGB; member
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dxvahd.h | 46 DXVAHD_COLOR_RGBA RGB; member
|
D | wingdi.h | 1395 #define RGB(r,g,b) ((COLORREF)(((BYTE)(r)|((WORD)((BYTE)(g))<<8))|(((DWORD)(BYTE)(b))<<16))) macro
|