Searched refs:Labspace (Results 1 – 2 of 2) sorted by relevance
| /plan9/sys/src/cmd/ip/ |
| H A D | gping.c | 84 Labspace = 2, /* room around label */ enumerator 240 p.x += Labspace; in label() 263 x = p.x + Labspace; in hashmark() 265 draw(screen, Rect(p.x, y-1, p.x+Labspace, y+1), display->black, nil, ZP); in hashmark() 776 y = screen->r.min.y + Labspace+mediumfont->height+Labspace; in resize() 778 dx = Labspace+stringwidth(mediumfont, "0")+Labspace; in resize() 789 dx = Labspace+stringwidth(mediumfont, "0.001")+Labspace; in resize() 792 y = screen->r.min.y + Labspace+mediumfont->height+Labspace; in resize() 813 string(screen, Pt(x+Labspace, screen->r.min.y + Labspace), display->black, ZP, in resize()
|
| /plan9/sys/src/cmd/ |
| H A D | stats.c | 96 Labspace = 2, /* room around label */ enumerator 317 p.x += Labspace; in label() 1142 y = screen->r.min.y + Labspace+mediumfont->height+Labspace; in resize() 1144 dx = Labspace+stringwidth(mediumfont, "0")+Labspace; in resize() 1167 string(screen, Pt(x+Labspace, screen->r.min.y + Labspace), display->black, ZP, mediumfont, buf); in resize()
|