Searched refs:ymax (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/dev/syscons/ |
| HD | scvgarndr.c | 1032 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/ |
| HD | splash_pcx.c | 158 uint16_t ymax; member 189 pcx_info.height = hdr->ymax - hdr->ymin + 1; in pcx_init()
|
| /trueos/tools/sched/ |
| HD | schedgraph.py | 904 def ymax(self): member in Counter 911 return (self.ysize() / self.ymax())
|