Which of the following will draw a horizontal line on the right side of the screen, one quarter of the way up from the bottom?
A. Graphics_drawLineH(&g_sContext, 96, 64, 127);
B. Graphics_drawLineH(&g_sContext, 32, 64, 127);
C. Graphics_drawLineH(&g_sContext, 64, 127, 32);
D. Graphics_drawLineH(&g_sContext, 64, 127, 96);