Home
last modified time | relevance | path

Searched refs:dither (Results 1 – 10 of 10) sorted by relevance

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_all_widgets_1bpp_image_convert_screen.c74 int dither; in control_thread_entry() local
103 for(dither = 0; dither < 2; dither++) in control_thread_entry()
105 if(dither) in control_thread_entry()
118 … sprintf(test_comment, "alpha = %d, compress = %d, dither = %d", alpha, compress, dither); in control_thread_entry()
Dvalidation_guix_all_widgets_4bpp_image_convert_screen.c74 int dither; in control_thread_entry() local
103 for(dither = 0; dither < 2; dither++) in control_thread_entry()
105 if(dither) in control_thread_entry()
118 … sprintf(test_comment, "alpha = %d, compress = %d, dither = %d", alpha, compress, dither); in control_thread_entry()
Dvalidation_guix_all_widgets_4444argb_image_convert_screen.c75 int dither; in control_thread_entry() local
116 for(dither = 0; dither < 2; dither++) in control_thread_entry()
118 if(dither) in control_thread_entry()
131 …mment, "alphamap = %d, alpha = %d, compress = %d, dither = %d", alphamap, alpha, compress, dither); in control_thread_entry()
Dvalidation_guix_color_convert_8bpp.c75 INT alpha, compress, dither; in control_thread_entry() local
86 for(dither = 1; dither >= 0; dither--) in control_thread_entry()
100 if(dither) in control_thread_entry()
109 …est_comment, "map id: %ld, alpha: %d, compress: %d, dither: %d.", map_id, alpha, compress, dither); in control_thread_entry()
Dvalidation_guix_all_widgets_1555xrgb_image_convert_screen.c79 int dither; in control_thread_entry() local
129 for(dither = 0; dither < 2; dither++) in control_thread_entry()
131 if(dither) in control_thread_entry()
144 …onvert, alphamap = %d, alpha = %d, compress = %d, dither = %d", alphamap, alpha, compress, dither); in control_thread_entry()
/GUIX-v6.2.1/guix_studio/
Dedit_pixelmap_dlg.cpp274 mPixelmapInfo.dither = PIXINFO_NOT_SET; in InitPixelmapDlgConfig()
292 SetCheck(IDC_DITHER, mPixelmapInfo.dither); in InitPixelmapDlgConfig()
397 GetCheck(IDC_DITHER, mPixelmapInfo.dither); in SavePixelmapDlgConfig()
508 update_pixelmap += SavePixelmapInfo(info->dither, mPixelmapInfo.dither); in SavePixelmapInfo()
551 GetPixelmapInfo(mPixelmapInfo.dither, info->dither); in GetPixelmapInfo()
Dedit_pixelmap_dlg.h11 int dither; member
DStudioXProject.h189 BOOL dither; variable
DStudioXProject.cpp539 dither = FALSE; in res_info()
579 dither = other.dither; in res_info()
1564 pReader->SetDither(info->dither); in InitializeOnePixelmap()
2855 writer.WriteBool("dither", res->dither); in WriteOneResource()
3848 reader.ReadBool("dither", put->dither); in ReadOneResource()
Dresource_gen.cpp4168 pReader->SetDither(info->dither); in RotatePixelmap()
4985 (info->dither == refer_info->dither)) in FindResourceReferenceTheme()