Searched refs:texthint (Results 1 – 3 of 3) sorted by relevance
235 TextRenderingHint texthint; member
2112 TextRenderingHint texthint; member2137 (*container)->texthint = graphics->texthint; in init_container()2181 graphics->texthint = container->texthint; in restore_container()5003 *hint = graphics->texthint; in GdipGetTextRenderingHint()6345 if(graphics->texthint == hint) in GdipSetTextRenderingHint()6357 graphics->texthint = hint; in GdipSetTextRenderingHint()
634 TextRenderingHint texthint, defTexthint = TextRenderingHintAntiAlias; in test_BeginContainer2() local707 status = GdipGetTextRenderingHint(graphics, &texthint); in test_BeginContainer2()709 …ok(defTexthint == texthint, "Expected Text Hint to be restored to %d, got %d\n", defTexthint, text… in test_BeginContainer2()1612 TextRenderingHint texthint; in test_Get_Release_DC() local1815 status = GdipGetTextRenderingHint(graphics, &texthint); in test_Get_Release_DC()