HomeSort by: relevance | last modified time | path
    Searched refs:thick (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xlogo/dist/
RenderLogo.c 63 double thin, thick, gap, d31; local
76 thick = (size / 4.0);
81 thick_left.p2.x = x + size - thick; thick_left.p2.y = y + size;
83 thick_right.p1.x = x + thick; thick_right.p1.y = y;
  /xsrc/external/mit/ctwm/dist/
win_decorations.c 36 int thick, int bw, ColorPair cp, CornerType type);
1322 int thick, int bw, ColorPair cp, CornerType type)
1329 Draw3DBorder(w, x + thick - bw, y + thick - bw,
1330 width - thick + 2 * bw, height - thick + 2 * bw,
1335 Draw3DBorder(w, x, y + thick - bw,
1336 width - thick + bw, height - thick,
1340 rects [0].x = x + width - thick;
    [all...]
  /xsrc/external/mit/xterm/dist/
fontutils.c 4172 unsigned thick; local
4260 thick = ((params->attr_flags & BOLD)
4264 thick,
4354 clip.width = (unsigned short) ((font_width - 1) + (unsigned) thick);
4355 clip.height = (unsigned short) ((unsigned) FontHeight(screen) + thick);
4370 x + (int) thick, y + (int) thick,
4371 font_width - (2 * thick),
4372 font_height - (2 * thick));

Completed in 9 milliseconds