Searched refs:dither (Results 1 – 10 of 10) sorted by relevance
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_all_widgets_1bpp_image_convert_screen.c | 74 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()
|
| D | validation_guix_all_widgets_4bpp_image_convert_screen.c | 74 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()
|
| D | validation_guix_all_widgets_4444argb_image_convert_screen.c | 75 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()
|
| D | validation_guix_color_convert_8bpp.c | 75 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()
|
| D | validation_guix_all_widgets_1555xrgb_image_convert_screen.c | 79 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/ |
| D | edit_pixelmap_dlg.cpp | 274 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()
|
| D | edit_pixelmap_dlg.h | 11 int dither; member
|
| D | StudioXProject.h | 189 BOOL dither; variable
|
| D | StudioXProject.cpp | 539 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()
|
| D | resource_gen.cpp | 4168 pReader->SetDither(info->dither); in RotatePixelmap() 4985 (info->dither == refer_info->dither)) in FindResourceReferenceTheme()
|