Home
last modified time | relevance | path

Searched refs:GetNearestColor (Results 1 – 9 of 9) sorted by relevance

/reactos/modules/rostests/apitests/win32nt/ntuser/
H A DNtUserSelectPalette.c105 TEST(GetNearestColor(hDC, RGB(0,0,0)) == RGB(0,0,0)); in START_TEST()
106 TEST(GetNearestColor(hDC, RGB(0,0,1)) == RGB(0,0,1)); in START_TEST()
144 TEST(GetNearestColor(hCompDC, RGB(0,0,0)) == RGB(0,0,0)); in START_TEST()
145 TEST(GetNearestColor(hCompDC, RGB(0,0,1)) == RGB(0,0,0)); in START_TEST()
146 TEST(GetNearestColor(hCompDC, RGB(100,0,0)) == RGB(0,0,0)); in START_TEST()
147 TEST(GetNearestColor(hCompDC, RGB(250,250,250)) == RGB(255,255,255)); in START_TEST()
148 TEST(GetNearestColor(hCompDC, RGB(120,100,110)) == RGB(128,128,128)); in START_TEST()
150 printf("nearest = 0x%x\n", GetNearestColor(hCompDC, RGB(120,100,110))); in START_TEST()
/reactos/dll/directx/d3d9/
H A Dd3d9_create.c50 COLORREF NearestBlack = GetNearestColor(hDC, RGB(0, 0, 0)); in IsGDIDriver()
51 COLORREF NearestWhite = GetNearestColor(hDC, RGB(255, 255, 255)); in IsGDIDriver()
/reactos/win32ss/gdi/gdi32/
H A Dgood api.def136 GetNearestColor@8
H A Dgdi32.spec405 405 stdcall GetNearestColor(long long) NtGdiGetNearestColor
/reactos/dll/win32/comdlg32/
H A Dcolordlg.c1072 lpp->lpcc->rgbResult = GetNearestColor(hdc, lpp->lpcc->rgbResult); in CC_WMCommand()
/reactos/sdk/include/psdk/
H A Dgdiplusgraphics.h1048 GetNearestColor(Color *color) const in GetNearestColor() function
H A Dwingdi.h3792 COLORREF WINAPI GetNearestColor(_In_ HDC, _In_ COLORREF);
/reactos/dll/win32/comctl32/
H A Dimagelist.c2857 HBRUSH brush = CreateSolidBrush( GetNearestColor( himl->hdcImage, color )); in ImageList_ReplaceIcon()
/reactos/modules/rostests/winetests/gdi32/
H A Dbitmap.c370 c = GetNearestColor(hdc, color); in _test_color()
1633 res = GetNearestColor( hdc, RGB(r,g,b) ); in test_bitmap_colors()