Home
last modified time | relevance | path

Searched refs:PALETTERGB (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32fns.c535 {"snow" , PALETTERGB (255,250,250)},
536 {"ghost white" , PALETTERGB (248,248,255)},
537 {"GhostWhite" , PALETTERGB (248,248,255)},
538 {"white smoke" , PALETTERGB (245,245,245)},
539 {"WhiteSmoke" , PALETTERGB (245,245,245)},
540 {"gainsboro" , PALETTERGB (220,220,220)},
541 {"floral white" , PALETTERGB (255,250,240)},
542 {"FloralWhite" , PALETTERGB (255,250,240)},
712 {"firebrick" , PALETTERGB (178,34, 34)},
713 {"brown" , PALETTERGB (165,42, 42)},
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dw32fns.c506 {"snow" , PALETTERGB (255,250,250)},
507 {"ghost white" , PALETTERGB (248,248,255)},
508 {"GhostWhite" , PALETTERGB (248,248,255)},
509 {"white smoke" , PALETTERGB (245,245,245)},
510 {"WhiteSmoke" , PALETTERGB (245,245,245)},
511 {"gainsboro" , PALETTERGB (220,220,220)},
512 {"floral white" , PALETTERGB (255,250,240)},
513 {"FloralWhite" , PALETTERGB (255,250,240)},
683 {"firebrick" , PALETTERGB (178,34, 34)},
684 {"brown" , PALETTERGB (165,42, 42)},
[all …]
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dmain-win.c471 PALETTERGB(0x00, 0x00, 0x00), /* 0 0 0 Dark */
477 PALETTERGB(0x20, 0x50, 0xC0), /* 0 0 4 Blue */
491 PALETTERGB(0x00, 0x00, 0x00), /* 0 0 0 Dark */
492 PALETTERGB(0xFF, 0xFF, 0xFF), /* 4 4 4 White */
493 PALETTERGB(0x8D, 0x8D, 0x8D), /* 2 2 2 Slate */
494 PALETTERGB(0xFF, 0x8D, 0x00), /* 4 2 0 Orange */
496 PALETTERGB(0x00, 0x8D, 0x44), /* 0 2 1 Green */
497 PALETTERGB(0x00, 0x00, 0xFF), /* 0 0 4 Blue */
498 PALETTERGB(0x8D, 0x44, 0x00), /* 2 1 0 Umber */
502 PALETTERGB(0xFF, 0xFF, 0x00), /* 4 4 0 Yellow */
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/
H A Dsalgdi.cxx113 pSalData->maStockPenColorAry[0] = PALETTERGB( 0, 0, 0 ); in ImplInitSalGDI()
114 pSalData->maStockPenColorAry[1] = PALETTERGB( 0xFF, 0xFF, 0xFF ); in ImplInitSalGDI()
115 pSalData->maStockPenColorAry[2] = PALETTERGB( 0xC0, 0xC0, 0xC0 ); in ImplInitSalGDI()
116 pSalData->maStockPenColorAry[3] = PALETTERGB( 0x80, 0x80, 0x80 ); in ImplInitSalGDI()
123 pSalData->maStockBrushColorAry[0] = PALETTERGB( 0, 0, 0 ); in ImplInitSalGDI()
124 pSalData->maStockBrushColorAry[1] = PALETTERGB( 0xFF, 0xFF, 0xFF ); in ImplInitSalGDI()
125 pSalData->maStockBrushColorAry[2] = PALETTERGB( 0xC0, 0xC0, 0xC0 ); in ImplInitSalGDI()
126 pSalData->maStockBrushColorAry[3] = PALETTERGB( 0x80, 0x80, 0x80 ); in ImplInitSalGDI()
154 HBRUSH hMemBrush = ::CreateSolidBrush( PALETTERGB( 175, 171, 169 ) ); in ImplInitSalGDI()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A Dsalgdi.cxx116 pSalData->maStockPenColorAry[0] = PALETTERGB( 0, 0, 0 ); in ImplInitSalGDI()
117 pSalData->maStockPenColorAry[1] = PALETTERGB( 0xFF, 0xFF, 0xFF ); in ImplInitSalGDI()
118 pSalData->maStockPenColorAry[2] = PALETTERGB( 0xC0, 0xC0, 0xC0 ); in ImplInitSalGDI()
119 pSalData->maStockPenColorAry[3] = PALETTERGB( 0x80, 0x80, 0x80 ); in ImplInitSalGDI()
126 pSalData->maStockBrushColorAry[0] = PALETTERGB( 0, 0, 0 ); in ImplInitSalGDI()
127 pSalData->maStockBrushColorAry[1] = PALETTERGB( 0xFF, 0xFF, 0xFF ); in ImplInitSalGDI()
128 pSalData->maStockBrushColorAry[2] = PALETTERGB( 0xC0, 0xC0, 0xC0 ); in ImplInitSalGDI()
129 pSalData->maStockBrushColorAry[3] = PALETTERGB( 0x80, 0x80, 0x80 ); in ImplInitSalGDI()
157 HBRUSH hMemBrush = ::CreateSolidBrush( PALETTERGB( 175, 171, 169 ) ); in ImplInitSalGDI()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win16/
H A Dwinprocs.inc97 function PALETTERGB(cRed, cGreen, cBlue: BYTE): COLORREF;
99 PALETTERGB := $02000000 or RGB(cRed, cGreen, cBlue);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/win16/
H A Dwinprocs.inc97 function PALETTERGB(cRed, cGreen, cBlue: BYTE): COLORREF;
99 PALETTERGB := $02000000 or RGB(cRed, cGreen, cBlue);
/dports/lang/fpc-source/fpc-3.2.2/rtl/win16/
H A Dwinprocs.inc97 function PALETTERGB(cRed, cGreen, cBlue: BYTE): COLORREF;
99 PALETTERGB := $02000000 or RGB(cRed, cGreen, cBlue);
/dports/lang/fpc/fpc-3.2.2/rtl/win16/
H A Dwinprocs.inc97 function PALETTERGB(cRed, cGreen, cBlue: BYTE): COLORREF;
99 PALETTERGB := $02000000 or RGB(cRed, cGreen, cBlue);
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dmain-win.c458 PALETTERGB(0x00, 0x00, 0x00), /* 0 0 0 Dark */
459 PALETTERGB(0xFF, 0xFF, 0xFF), /* 4 4 4 White */
460 PALETTERGB(0x9D, 0x9D, 0x9D), /* 2 2 2 Slate */
461 PALETTERGB(0xFF, 0x8D, 0x00), /* 4 2 0 Orange */
463 PALETTERGB(0x00, 0x9D, 0x44), /* 0 2 1 Green */
465 PALETTERGB(0x00, 0x00, 0xFF), /* 0 0 4 Blue */
467 PALETTERGB(0x00, 0x33, 0xFF), /* 0 0 4 Blue */
469 PALETTERGB(0x8D, 0x66, 0x00), /* 2 1 0 Umber */
478 PALETTERGB(0xFF, 0xFF, 0x00), /* 4 4 0 Yellow */
485 win_clr[6] = PALETTERGB(0x00, 0x33, 0xFF); in enable_readability_blue_win()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dcolour.cpp45 m_pixel = PALETTERGB(m_red, m_green, m_blue); in InitRGBA()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dcolour.cpp48 m_pixel = PALETTERGB(m_red, m_green, m_blue); in InitRGBA()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dcolour.cpp48 m_pixel = PALETTERGB(m_red, m_green, m_blue); in InitRGBA()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/msw/
H A Dmicrowin.h151 #ifndef PALETTERGB
152 #define PALETTERGB RGB macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/msw/
H A Dmicrowin.h151 #ifndef PALETTERGB
152 #define PALETTERGB RGB macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/msw/
H A Dmicrowin.h151 #ifndef PALETTERGB
152 #define PALETTERGB RGB macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/msw/
H A Dmicrowin.h151 #ifndef PALETTERGB
152 #define PALETTERGB RGB macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dmicrowin.h150 #ifndef PALETTERGB
151 #define PALETTERGB RGB macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dmicrowin.h150 #ifndef PALETTERGB
151 #define PALETTERGB RGB macro
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/msw/
H A Dmicrowin.h156 #ifndef PALETTERGB
157 #define PALETTERGB RGB macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dcolour.cpp89 m_pixel = PALETTERGB(m_red, m_green, m_blue); in InitRGBA()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dcolour.cpp89 m_pixel = PALETTERGB(m_red, m_green, m_blue); in InitRGBA()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dcolour.cpp89 m_pixel = PALETTERGB(m_red, m_green, m_blue); in InitRGBA()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dcolour.cpp89 m_pixel = PALETTERGB(m_red, m_green, m_blue); in InitRGBA()
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/include/
H A DHsGDI.h21 return PALETTERGB(r, g, b); in pALETTERGB()

12345678910>>...13