/third_party/lzma/CPP/Windows/Control/ |
D | ProgressBar.h | 28 COLORREF SetBarColor(COLORREF color) { return (COLORREF)SendMsg(PBM_SETBARCOLOR, 0, color); } in SetBarColor() 29 …COLORREF SetBackgroundColor(COLORREF color) { return (COLORREF)SendMsg(PBM_SETBKCOLOR, 0, color); } in SetBackgroundColor()
|
D | ImageList.h | 61 int AddMasked(HBITMAP hbmImage, COLORREF mask) in AddMasked()
|
D | ListView.h | 124 COLORREF GetBkColor() { return ListView_GetBkColor(_window); } in GetBkColor()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | functionswgl_typedefs.h | 51 typedef int(WINAPI *PFNWGLSETLAYERPALETTEENTRIESPROC)(HDC, int, int, int, CONST COLORREF *); 52 typedef int(WINAPI *PFNWGLGETLAYERPALETTEENTRIESPROC)(HDC, int, int, int, COLORREF *);
|
/third_party/python/Lib/ctypes/ |
D | wintypes.py | 52 COLORREF = DWORD variable 174 LPCOLORREF = ctypes.POINTER(COLORREF)
|
/third_party/mesa3d/src/gallium/targets/libgl-gdi/ |
D | stw_wgl.c | 344 CONST COLORREF *pcr ) in wglSetLayerPaletteEntries() 355 COLORREF *pcr ) in wglGetLayerPaletteEntries()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_wgl.cpp | 217 wglGetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF *pcr) in wglGetLayerPaletteEntries() 287 wglSetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr) in wglSetLayerPaletteEntries()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_pixelformat.c | 426 INT cEntries, COLORREF *pcr) in DrvGetLayerPaletteEntries() 435 INT cEntries, CONST COLORREF *pcr) in DrvSetLayerPaletteEntries()
|
D | gldrv.h | 486 CONST COLORREF *); 488 COLORREF *);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | wgl.h | 101 …LAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 105 …LAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 128 …glGetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 132 …glSetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr);
|
/third_party/skia/third_party/externals/angle2/include/WGL/ |
D | wgl.h | 101 …LAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 105 …LAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 128 …glGetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 132 …glSetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr);
|
/third_party/openGLES/api/GL/ |
D | wgl.h | 82 …WGLGETLAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF *pcr); 86 …LAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 109 int WINAPI wglGetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF … 113 …glSetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr);
|
/third_party/skia/gm/ |
D | rasterhandleallocator.cpp | 170 … COLORREF cr = RGB(SkColorGetR(c), SkColorGetG(c), SkColorGetB(c));// SkEndian_Swap32(c) >> 8; in drawRect()
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | wgltypes.txt | 88 COLORREF crTransparent;
|
/third_party/openGLES/xml/ |
D | wgltypes.txt | 88 COLORREF crTransparent;
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 1731 COLORREF fg, bg; in CreateMainWindow() 2026 void RemapColor(COLORREF *fg, COLORREF *bg, HBRUSH *bgBrush) { in RemapColor() 2050 COLORREF fg = fnt->crForeground, bg = fnt->crBackground; in SetControlColor()
|
/third_party/cef/libcef/browser/native/ |
D | native_menu_win.cc | 231 COLORREF prev_bg_color, prev_text_color; in OnDrawItem()
|
/third_party/skia/src/ports/ |
D | SkFontHost_win.cpp | 490 COLORREF color = 0x00FFFFFF; in draw() 491 SkDEBUGCODE(COLORREF prev =) SetTextColor(fDC, color); in draw()
|