Home
last modified time | relevance | path

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

/trueos/sys/dev/syscons/
HDscvgarndr.c1032 int ymax; in draw_pxlmouse_planar() local
1039 ymax = imin(y + 16, scp->ypixel); in draw_pxlmouse_planar()
1049 for (i = y, j = 0; i < ymax; ++i, ++j) { in draw_pxlmouse_planar()
1062 for (i = y, j = 0; i < ymax; ++i, ++j) { in draw_pxlmouse_planar()
1075 for (i = y, j = 0; i < ymax; ++i, ++j) { in draw_pxlmouse_planar()
1087 for (i = y, j = 0; i < ymax; ++i, ++j) { in draw_pxlmouse_planar()
1108 int ymax; in remove_pxlmouse_planar() local
1129 ymax = imin(i + scp->font_size, scp->ypixel); in remove_pxlmouse_planar()
1132 for (; i < ymax; ++i) { in remove_pxlmouse_planar()
1138 for (; i < ymax; ++i) { in remove_pxlmouse_planar()
[all …]
/trueos/sys/dev/fb/
HDsplash_pcx.c158 uint16_t ymax; member
189 pcx_info.height = hdr->ymax - hdr->ymin + 1; in pcx_init()
/trueos/tools/sched/
HDschedgraph.py904 def ymax(self): member in Counter
911 return (self.ysize() / self.ymax())