Searched refs:paritypt (Results 1 – 2 of 2) sorted by relevance
| /plan9/sys/src/cmd/ip/ |
| H A D | gping.c | 290 paritypt(int x) in paritypt() function 319 draw(screen, Rect(p.x, g->r.min.y, p.x+1, p.y), cols[c][0], nil, paritypt(p.x)); in drawdatum() 323 draw(screen, Rect(p.x, g->r.min.y, p.x+1, q.y), cols[c][0], nil, paritypt(p.x)); in drawdatum() 345 draw(screen, g->r, cols[c][0], nil, paritypt(g->r.min.x)); in redraw() 783 draw(screen, Rect(x, y, x+dx, screen->r.max.y), cols[graph[i].colindex][0], nil, paritypt(x)); in resize() 795 draw(screen, Rect(x, y, x+dx, screen->r.max.y), cols[graph[i].colindex][0], nil, paritypt(x)); in resize() 843 draw(screen, g->r, cols[g->colindex][0], nil, paritypt(g->r.min.x)); in resize()
|
| /plan9/sys/src/cmd/ |
| H A D | stats.c | 335 paritypt(int x) in paritypt() function 383 draw(screen, Rect(p.x, g->r.min.y, p.x+1, p.y), cols[c][0], nil, paritypt(p.x)); in drawdatum() 387 draw(screen, Rect(p.x, g->r.min.y, p.x+1, q.y), cols[c][0], nil, paritypt(p.x)); in drawdatum() 400 draw(screen, g->r, cols[c][0], nil, paritypt(g->r.min.x)); in redraw() 1149 draw(screen, Rect(x, y, x+dx, screen->r.max.y), cols[graph[i].colindex][0], nil, paritypt(x)); in resize() 1187 draw(screen, r, cols[g->colindex][0], nil, paritypt(r.min.x)); in resize() 1218 draw(screen, g->r, cols[g->colindex][0], nil, paritypt(g->r.min.x)); in resize()
|