draw_pixel_proc_norm   57 core/gui_draw.c void            (*draw_pixel_proc_norm)(unsigned int offset, color cl);
draw_pixel_proc_norm  217 core/gui_draw.c     draw_pixel_proc_norm(rotate_base - offset, cl);
draw_pixel_proc_norm  222 core/gui_draw.c     draw_pixel_proc_norm = (pixel_proc)?pixel_proc:draw_pixel_std;
draw_pixel_proc_norm  230 core/gui_draw.c         draw_pixel_proc = draw_pixel_proc_norm;
draw_pixel_proc_norm  236 core/gui_draw.c     draw_set_draw_proc(draw_pixel_proc_norm);
draw_pixel_proc_norm  603 core/gui_draw.c     draw_pixel_proc_norm(offset,   cl);
draw_pixel_proc_norm  605 core/gui_draw.c     draw_pixel_proc_norm(offset+1, cl);  // Draw second pixel if screen scaling is needed