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

  /src/external/gpl2/groff/dist/src/include/
font.h 50 int get_skew(int index, int point_size, int slant);
104 double slant; member in class:font
printer.h 49 int slant; member in struct:environment
  /src/external/gpl2/groff/dist/font/devdvi/
TBI 7 slant 14.036243
TI 8 slant 14.036243
  /src/external/gpl2/groff/dist/src/utils/afmtodit/
afmtodit.pl 6423 printf("slant %g\n", $italic_angle) if $italic_angle != 0;
6461 my ($asc_boundary, $desc_boundary, $xheight, $slant);
6490 $slant = sin($italic_angle)/cos($italic_angle);
6491 $slant = 0 if $slant < 0;
6512 $subscript_correction = $slant * $xheight * .8;
  /src/external/gpl2/groff/dist/src/devices/grops/
ps.cpp 494 int slant; member in struct:style
506 : f(p), sub(s), point_size(sz), height(h), slant(sl)
516 && slant == s.slant);
697 style sty(f, sub, env->size, env->height, env->slant);
698 if (sty.slant != 0) {
699 if (sty.slant > 80 || sty.slant < -80) {
700 error("silly slant `%1' degrees", sty.slant);
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libdriver/
input.cpp 494 e_copy->slant = e->slant;
1501 case 'S': // x Slant: set slant
1502 current_env->slant = get_integer_arg();
1588 current_env->slant = 0;
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 779 int slant = int16(tag_info(slant_tag).value); local
780 if (slant != 0)
781 printf("slant %f\n", slant/100.0);
855 double slant = sin(slant_angle)/cos(slant_angle); local
896 * slant * .8) + .5);
1102 printf(" Slant (%.2f degrees)", double(tag_info(t).value) / 100);
  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 315 int slant; member in struct:style
329 : f(p), point_size(sz), font_no(no), height(h), slant(sl), col(c)
336 && height == s.height && slant == s.slant && col == s.col);
4358 style sty(f, env->size, env->height, env->slant, env->fontno, *env->col);
4359 if (sty.slant != 0) {
4360 if (sty.slant > 80 || sty.slant < -80) {
4361 error("silly slant `%1' degrees", sty.slant);
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libgroff/
font.cpp 161 slant = 0.0;
246 return int(h*tan((slant+sl)*PI/180.0) + .5);
601 else if (strcmp(p, "slant") == 0) {
605 t.error("bad argument for slant command", p);
608 slant = n;
  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 180 int slant; member in class:tfont_spec
262 tfont *font_info::get_tfont(font_size fs, int height, int slant, int fontno)
265 || height != last_height || slant != last_slant
270 tfont_spec spec(f->external_name, f->number, f->fm, fs, height, slant);
306 last_slant = slant;
456 height(h), slant(sl)
469 && slant == spec.slant
487 return tfont_spec(name, input_position, fm, size, height, slant);
522 return hunits(fm->get_skew(c->get_index(), size.to_scaled_points(), slant));
1196 int slant = tf->get_slant(); local
    [all...]
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 2362 % #1 is the font command (\sl or \it), #2 is the text to slant.
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 2362 % #1 is the font command (\sl or \it), #2 is the text to slant.
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 2360 % #1 is the font command (\sl or \it), #2 is the text to slant.
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 2362 % #1 is the font command (\sl or \it), #2 is the text to slant.
  /src/external/lgpl3/gmp/dist/doc/
texinfo.tex 2362 % #1 is the font command (\sl or \it), #2 is the text to slant.
  /src/external/lgpl3/mpc/dist/doc/
texinfo.tex 2362 % #1 is the font command (\sl or \it), #2 is the text to slant.
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 2765 % #1 is the font command (\sl or \it), #2 is the text to slant.
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 2765 % #1 is the font command (\sl or \it), #2 is the text to slant.
  /src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex 2757 % #1 is the font command (\sl or \it), #2 is the text to slant.
  /src/external/lgpl3/mpc/dist/build-aux/
texinfo.tex 2777 % #1 is the font command (\sl or \it), #2 is the text to slant.
  /src/external/lgpl3/mpfr/dist/doc/
texinfo.tex 2750 % #1 is the font command (\sl or \it), #2 is the text to slant.

Completed in 141 milliseconds