Home
last modified time | relevance | path

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

/dports/graphics/grafx2/grafx2/src/
H A Dinit.c1826 if (!Read_byte(Handle, &(Smooth_matrix[index][index2]))) in Load_CFG()
2159 if (!Write_byte(Handle, Smooth_matrix[index][index2])) in Save_CFG()
2366 Smooth_matrix[0][0]=1; in Set_config_defaults()
2367 Smooth_matrix[0][1]=2; in Set_config_defaults()
2368 Smooth_matrix[0][2]=1; in Set_config_defaults()
2369 Smooth_matrix[1][0]=2; in Set_config_defaults()
2370 Smooth_matrix[1][1]=4; in Set_config_defaults()
2371 Smooth_matrix[1][2]=2; in Set_config_defaults()
2372 Smooth_matrix[2][0]=1; in Set_config_defaults()
2373 Smooth_matrix[2][1]=2; in Set_config_defaults()
[all …]
H A Dgraph.c3091 total_weight=Smooth_matrix[1][1]; in Effect_smooth()
3099 total_weight+=(weight=Smooth_matrix[0][1]); in Effect_smooth()
3107 total_weight+=(weight=Smooth_matrix[0][0]); in Effect_smooth()
3115 total_weight+=(weight=Smooth_matrix[0][2]); in Effect_smooth()
3126 total_weight+=(weight=Smooth_matrix[2][1]); in Effect_smooth()
3134 total_weight+=(weight=Smooth_matrix[2][0]); in Effect_smooth()
3142 total_weight+=(weight=Smooth_matrix[2][2]); in Effect_smooth()
3153 total_weight+=(weight=Smooth_matrix[1][0]); in Effect_smooth()
3162 total_weight+=(weight=Smooth_matrix[1][2]); in Effect_smooth()
H A Dglobal.h538 GFX2_GLOBAL byte Smooth_matrix[3][3]; variable
H A Dbuttons_effects.c1287 chosen_matrix[i][j] = Smooth_matrix[i][j] ; in Button_Smooth_menu()
1335 memcpy(Smooth_matrix,chosen_matrix,sizeof(Smooth_matrix)); in Button_Smooth_menu()