Home
last modified time | relevance | path

Searched refs:COLORREF (Results 1 – 18 of 18) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DProgressBar.h28 COLORREF SetBarColor(COLORREF color) { return (COLORREF)SendMsg(PBM_SETBARCOLOR, 0, color); } in SetBarColor()
29COLORREF SetBackgroundColor(COLORREF color) { return (COLORREF)SendMsg(PBM_SETBKCOLOR, 0, color); } in SetBackgroundColor()
DImageList.h61 int AddMasked(HBITMAP hbmImage, COLORREF mask) in AddMasked()
DListView.h124 COLORREF GetBkColor() { return ListView_GetBkColor(_window); } in GetBkColor()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
Dfunctionswgl_typedefs.h51 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/
Dwintypes.py52 COLORREF = DWORD variable
174 LPCOLORREF = ctypes.POINTER(COLORREF)
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
Dstw_wgl.c344 CONST COLORREF *pcr ) in wglSetLayerPaletteEntries()
355 COLORREF *pcr ) in wglGetLayerPaletteEntries()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_wgl.cpp217 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/
Dstw_pixelformat.c426 INT cEntries, COLORREF *pcr) in DrvGetLayerPaletteEntries()
435 INT cEntries, CONST COLORREF *pcr) in DrvSetLayerPaletteEntries()
Dgldrv.h486 CONST COLORREF *);
488 COLORREF *);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dwgl.h101 …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/
Dwgl.h101 …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/
Dwgl.h82 …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/
Drasterhandleallocator.cpp170COLORREF cr = RGB(SkColorGetR(c), SkColorGetG(c), SkColorGetB(c));// SkEndian_Swap32(c) >> 8; in drawRect()
/third_party/skia/third_party/externals/opengl-registry/xml/
Dwgltypes.txt88 COLORREF crTransparent;
/third_party/openGLES/xml/
Dwgltypes.txt88 COLORREF crTransparent;
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1731 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/
Dnative_menu_win.cc231 COLORREF prev_bg_color, prev_text_color; in OnDrawItem()
/third_party/skia/src/ports/
DSkFontHost_win.cpp490 COLORREF color = 0x00FFFFFF; in draw()
491 SkDEBUGCODE(COLORREF prev =) SetTextColor(fDC, color); in draw()