Home
last modified time | relevance | path

Searched defs:RGB (Results 1 – 8 of 8) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/ctypes/
Dwintypes.py125 def RGB(red, green, blue): function
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
Dwintypes.py125 def RGB(red, green, blue): function
/prebuilts/build-tools/common/py3-stdlib/ctypes/
Dwintypes.py125 def RGB(red, green, blue): function
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
Dwintypes.py125 def RGB(red, green, blue): function
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
Dwintypes.py125 def RGB(red, green, blue): function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/
DXcms.h169 XcmsRGB RGB; member
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddxvahd.h46 DXVAHD_COLOR_RGBA RGB; member
Dwingdi.h1395 #define RGB(r,g,b) ((COLORREF)(((BYTE)(r)|((WORD)((BYTE)(g))<<8))|(((DWORD)(BYTE)(b))<<16))) macro