/reactos/base/applications/mspaint/ |
H A D | drawing.cpp | 18 SetPixelV(hdc, x2, y2, color); in Line() 146 ::SetPixelV(hdc, x, y, bg); in Replace() 160 ::SetPixelV(hdc, x + dx, y + dy, color); in Airbrush()
|
H A D | palette.cpp | 105 ::SetPixelV(hMemDC, x, y, rgbLight); in OnPaint()
|
H A D | dib.cpp | 331 SetPixelV(hDC2, cy - (y + 1), x, rgb); in Rotate90DegreeBlt() 342 SetPixelV(hDC2, y, cx - (x + 1), rgb); in Rotate90DegreeBlt()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | metafile.c | 689 SetPixelV(hdcMetafile, 50, 50, 0); in test_SaveDC() 706 SetPixelV(hdcMetafile, 50, 50, 0); in test_SaveDC() 725 SetPixelV(hdcMetafile, 50, 50, 0); in test_SaveDC() 747 SetPixelV(hdcMetafile, 50, 50, 0); in test_SaveDC() 790 SetPixelV(hdcMetafile, 50, 50, 0); in test_SaveDC() 828 SetPixelV(hdcMetafile, 50, 50, 0); in test_SaveDC() 897 SetPixelV(hdcMetafile, 50, 50, 0); in test_mf_SaveDC() 912 SetPixelV(hdcMetafile, 50, 50, 0); in test_mf_SaveDC() 923 SetPixelV(hdcMetafile, 50, 50, 0); in test_mf_SaveDC() 941 SetPixelV(hdcMetafile, 50, 50, 0); in test_mf_SaveDC() [all …]
|
H A D | bitmap.c | 1953 SetPixelV(ddb_dc, i, j, RGB(c, c, c)); in test_GetDIBits_selected_DDB()
|
/reactos/modules/rostests/apitests/atl/ |
H A D | CImage.cpp | 224 ::SetPixelV(hdc1, 2, 2, RGB(255, 255, 255)); in Test_DIBSectionEntry() 239 ::SetPixelV(hdc1, 1, 0, RGB(255, 255, 255)); in Test_DIBSectionEntry()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | cursoricon.c | 1936 SetPixelV(hdc, 0, 0, 0x00FFFFFF); in check_alpha_draw() 1958 SetPixelV(hdc, 0, 0, background); in check_DrawIcon() 1959 SetPixelV(hdc, GetSystemMetrics(SM_CXICON)-1, GetSystemMetrics(SM_CYICON)-1, background); in check_DrawIcon() 1960 SetPixelV(hdc, GetSystemMetrics(SM_CXICON), GetSystemMetrics(SM_CYICON), background); in check_DrawIcon() 2059 SetPixelV(hdc, 0, 0, background); in check_DrawIconEx() 2153 SetPixelV(hdc, 0, 0, background); in check_DrawState_Size() 2154 SetPixelV(hdc, 2, 2, background); in check_DrawState_Size() 2205 SetPixelV(hdc, 1, 1, background); in check_DrawState_Color()
|
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | olepicture.c | 873 SetPixelV(hdc, 0, 0, 0x00223344); in test_Render() 874 SetPixelV(hdc, 5, 5, 0x00223344); in test_Render() 875 SetPixelV(hdc, 10, 10, 0x00223344); in test_Render()
|
/reactos/sdk/lib/atl/ |
H A D | atlimage.h | 587 ::SetPixelV(m_hDC, x, y, color); in SetPixel() 595 ::SetPixelV(m_hDC, x, y, PALETTEINDEX(iIndex)); in SetPixelIndexed()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | painting.c | 168 SetPixelV( in SetPixelV() function
|
/reactos/win32ss/gdi/gdi32/ |
H A D | gdi32.spec | 565 565 stdcall SetPixelV(long long long long)
|
/reactos/win32ss/gdi/gdi32/wine/ |
H A D | enhmetafile.c | 1420 SetPixelV( hdc, in PlayEnhMetaFileRecord()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 4216 BOOL WINAPI SetPixelV(_In_ HDC, _In_ int, _In_ int, _In_ COLORREF);
|