HomeSort by: relevance | last modified time | path
    Searched refs:thick (Results 1 - 6 of 6) 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;
  /src/external/gpl2/groff/dist/src/preproc/grn/
main.cpp 39 * narrow, medium, thick - Set widths of lines.
176 double thick[STYLES]; /* thicknesses set by defaults, then by */ variable
432 thick[i] = defthick[i];
666 defthick[i] = thick[i];
835 case 't': /* thick */
836 thick[2] = defthick[0] * atof(str2);
840 thick[5] = defthick[0] * atof(str2);
844 thick[0] = thick[1] = thick[3] = thick[4]
    [all...]
hgraph.cpp 25 extern double thick[];
400 if (linethickness != thick[mode]) {
401 linethickness = thick[mode];
  /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));
  /src/external/mit/isl/dist/doc/
implementation.tex 437 \draw [shorten >=7mm,-to,thick,decorate,
1564 \draw[thick,->] (\i,\j) to[out=20] (\i+3,\j);
1572 \draw[thick,->] (\i,\j) to[in=-20,out=20] (\i,\j+3);
1580 \draw[thick,->] (\i,\j) to (\i+1,\j+1);

Completed in 24 milliseconds