Home
last modified time | relevance | path

Searched refs:test_assert_bitmaps_equal (Results 1 – 4 of 4) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/test/
H A Dhelpers.h34 BOOL test_assert_bitmaps_equal(HGDI_BITMAP hBmpActual, HGDI_BITMAP hBmpExpected, const char* name,
H A DTestGdiBitBlt.c395 if (!test_assert_bitmaps_equal(hBmpDst, hBmpDstOriginal, gdi_rop_to_string(GDI_SRCCOPY), in test_rop()
402 if (!test_assert_bitmaps_equal(hBmpDst, expected, gdi_rop_to_string(rop), hPalette)) in test_rop()
H A DTestGdiLine.c559 if (!test_assert_bitmaps_equal(hBmp, hOrgBmp, "Case 10", hPalette)) in test_line()
703 if (!test_assert_bitmaps_equal(hBmp, rop_map[x].bmp, name, hPalette)) in TestGdiLine()
H A Dhelpers.c120 BOOL test_assert_bitmaps_equal(HGDI_BITMAP hBmpActual, HGDI_BITMAP hBmpExpected, const char* name, in test_assert_bitmaps_equal() function