/reactos/sdk/lib/3rdparty/cardlib/ |
H A D | cardbitmaps.cpp | 132 static void DrawCheckedRect(HDC hdc, RECT *rect, COLORREF fg, COLORREF bg) in DrawCheckedRect() 168 void GetSinkCols(COLORREF crBase, COLORREF *fg, COLORREF *bg, COLORREF *sh1, COLORREF *sh2) in GetSinkCols() 184 COLORREF fg, bg, shadow, shadow2; in CreateSinkBmp() local
|
/reactos/base/applications/mspaint/ |
H A D | drawing.cpp | 23 Rect(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2, COLORREF fg, COLORREF bg, int thickness, int sty… in Rect() 38 Ellp(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2, COLORREF fg, COLORREF bg, int thickness, int sty… in Ellp() 53 RRect(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2, COLORREF fg, COLORREF bg, int thickness, int st… in RRect() 68 Poly(HDC hdc, POINT * lpPoints, int nCount, COLORREF fg, COLORREF bg, int thickness, int style, B… in Poly() 132 Replace(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2, COLORREF fg, COLORREF bg, LONG radius) in Replace() 254 Text(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2, COLORREF fg, COLORREF bg, LPCWSTR lpchText, HFONT… in Text()
|
/reactos/base/applications/network/telnet/src/ |
H A D | tconsole.h | 152 unsigned char fg, bg; variable
|
/reactos/sdk/include/reactos/libs/libpng/ |
H A D | png.h | 2510 # define png_composite(composite, fg, alpha, bg) \ argument 2519 # define png_composite_16(composite, fg, alpha, bg) \ argument 2530 # define png_composite(composite, fg, alpha, bg) \ argument 2536 # define png_composite_16(composite, fg, alpha, bg) \ argument
|
/reactos/dll/opengl/mesa/ |
H A D | tritemp.h | 503 GLfixed fg, fdgOuter, fdgInner; variable
|
/reactos/dll/win32/gdiplus/ |
H A D | gdiplus_private.h | 142 static inline ARGB color_over(ARGB bg, ARGB fg) in color_over() 166 static inline ARGB color_over_fgpremult(ARGB bg, ARGB fg) in color_over_fgpremult()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | bitmap.c | 1607 static BOOL is_black_pen( COLORREF fg, COLORREF bg, int r, int g, int b ) in is_black_pen() 1613 static void test_bitmap_colors( HDC hdc, COLORREF fg, COLORREF bg, int r, int g, int b ) in test_bitmap_colors()
|
/reactos/win32ss/user/user32/windows/ |
H A D | draw.c | 1246 COLORREF fg, bg; in IntDrawState() local
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | listview.c | 5434 HWND hwnd, fg; in test_hover() local 6073 HWND hwnd, fg; in test_oneclickactivate() local
|
/reactos/sdk/include/dxsdk/ |
H A D | d3dx9math.inl | 719 inline D3DXCOLOR::D3DXCOLOR(FLOAT fr, FLOAT fg, FLOAT fb, FLOAT fa)
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | xwin.c | 2310 XColor bg, fg; in ui_create_cursor() local
|