Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Dbtext.c36 static int g_max_loc_Y; variable
71 g_max_loc_Y = (bi->dispDeviceRect[3] - bi->dispDeviceRect[1]) / 16; in btext_init()
167 g_max_loc_Y = height / 16; in btext_setup_display()
251 g_max_loc_Y = height / 16; in btext_update_display()
363 while (g_loc_Y >= g_max_loc_Y) { in btext_drawchar()
370 if (g_loc_Y >= g_max_loc_Y) in btext_drawchar()