Home
last modified time | relevance | path

Searched defs:fg (Results 1 – 11 of 11) sorted by relevance

/reactos/sdk/lib/3rdparty/cardlib/
H A Dcardbitmaps.cpp132 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 Ddrawing.cpp23 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 Dtconsole.h152 unsigned char fg, bg; variable
/reactos/sdk/include/reactos/libs/libpng/
H A Dpng.h2510 # 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 Dtritemp.h503 GLfixed fg, fdgOuter, fdgInner; variable
/reactos/dll/win32/gdiplus/
H A Dgdiplus_private.h142 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 Dbitmap.c1607 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 Ddraw.c1246 COLORREF fg, bg; in IntDrawState() local
/reactos/modules/rostests/winetests/comctl32/
H A Dlistview.c5434 HWND hwnd, fg; in test_hover() local
6073 HWND hwnd, fg; in test_oneclickactivate() local
/reactos/sdk/include/dxsdk/
H A Dd3dx9math.inl719 inline D3DXCOLOR::D3DXCOLOR(FLOAT fr, FLOAT fg, FLOAT fb, FLOAT fa)
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dxwin.c2310 XColor bg, fg; in ui_create_cursor() local