Home
last modified time | relevance | path

Searched refs:Shade_table_right (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/grafx2/grafx2/src/
H A Doperatio.c263 Shade_table=Shade_table_right; in Freehand_mode1_2_0()
362 Shade_table=Shade_table_right; in Freehand_mode2_2_0()
433 Shade_table=Shade_table_right; in Freehand_Mode3_2_0()
480 Shade_table=Shade_table_right; in Line_12_0()
807 Shade_table=Shade_table_right; in Rectangle_12_0()
980 Shade_table=Shade_table_right; in Circle_12_0()
1156 Shade_table=Shade_table_right; in Ellipse_12_0()
1374 Shade_table=Shade_table_right; in Fill_2_0()
1521 Shade_table=Shade_table_right; in Curve_34_points_2_0()
2010 Shade_table=Shade_table_right; in Airbrush_2_0()
[all …]
H A Dspecial.c278 Set_fore_color(Shade_table_right[Fore_color]); in Special_previous_user_forecolor()
294 Set_back_color(Shade_table_right[Back_color]); in Special_previous_user_backcolor()
H A Dglobal.h470 GFX2_GLOBAL byte Shade_table_right[256]; variable
H A Dshade.c1027 Shade_table_left,Shade_table_right); in Shade_settings_menu()
H A Dinit.c1764 Shade_table_left,Shade_table_right); in Load_CFG()
2355 Shade_table_left,Shade_table_right); in Set_config_defaults()
H A Dgraph.c3043 …if ( ((Shade_table==Shade_table_left) && direction) || ((Shade_table==Shade_table_right) && (!dire… in Effect_quick_shade()