Home
last modified time | relevance | path

Searched refs:nwidths (Results 1 – 9 of 9) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/texk/dvipos/
H A Dtfm.c55 UNSIGNED_QUAD nwidths, nheights, ndepths; member
102 result += a_tfm -> nwidths; in sum_of_tfm_sizes()
121 result += a_tfm -> nwidths; in sum_of_ofm_sizes()
155 a_tfm->nwidths = tfm_unsigned_pair(); in get_sizes()
192 a_tfm -> nwidths = tfm_signed_quad(); in ofm_get_sizes()
235 fprintf (stderr, "nwidths: %ld, ", a_tfm -> nwidths);
352 fprintf (stderr, "Reading %ld widths\n", a_tfm->nwidths); in get_arrays()
354 do_fix_word_array(&(a_tfm->width), a_tfm->nwidths); in get_arrays()
477 do_fix_word_array(&(a_tfm -> width), a_tfm -> nwidths); in ofm_get_arrays()
715 for (i=0; i<tfm[font_id].nwidths; i++) { in tfm_get_max_width()
[all …]
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dtfm.c77 uint32_t nwidths, nheights, ndepths; member
383 expected_size += tfm->nwidths; in tfm_check_size()
439 tfm->nwidths = get_unsigned_pair(tfm_file); in tfm_get_sizes()
593 ofm_size += tfm->nwidths; in ofm_check_size_one()
619 tfm->nwidths = get_positive_quad(ofm_file, "OFM", "nwidths"); in ofm_get_sizes()
754 if (tfm.nwidths > 0) { in read_ofm()
755 tfm.width = NEW(tfm.nwidths, fixword); in read_ofm()
756 fread_fwords(tfm.width, tfm.nwidths, ofm_file); in read_ofm()
807 if (tfm.nwidths > 0) { in read_tfm()
808 tfm.width = NEW(tfm.nwidths, fixword); in read_tfm()
[all …]
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/gtkui/
H A Dcolumns.cc118 int nwidths = aud::min (widths.len (), (int) PW_COLS); in pw_col_init() local
120 for (int i = 0; i < nwidths; i ++) in pw_col_init()
122 for (int i = nwidths; i < PW_COLS; i ++) in pw_col_init()
/dports/games/heroes/heroes-0.21/src/
H A Dparafmt.c171 unsigned int nwidths = 0; in initialize_width_data() local
176 ++nwidths; in initialize_width_data()
177 p->nmax_widths = nwidths; in initialize_width_data()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Graphics/Renderer/
H A Dprinter.hpp41 int nwidths; member in printer_rep
H A Dprinter.cpp53 ncols (0), lw (-1), nwidths (0), cfn (""), nfonts (0), in printer_rep()
298 define ("W" * as_string (nwidths), s); in select_line_width()
299 nwidths++; in select_line_width()
/dports/games/cake/cake_src/
H A Dmain.cpp78 #define nwidths 17 macro
82 int widths[nwidths] = {320, 400, 480, 512, 640, 720, 768, 800, 856, 960, 1024, 1152, 1200, 1280, 16…
195 for (int i = 0; i < nwidths; ++i) in CheckForAllAvailableResolutions()
/dports/lang/mit-scheme/mit-scheme-9.2/src/runtime/
H A Dpp.scm441 (let ((nwidths (find-widths next-n)))
442 (if (fit? (-1+ n) nwidths)
443 nwidths
/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c971 weed_size_t nwidths = weed_leaf_num_elements(template, WEED_LEAF_WIDTH); in get_fixed_channel_size() local
977 if (!width || nwidths == 0) defined++; in get_fixed_channel_size()
979 if (nwidths == 1) { in get_fixed_channel_size()
995 if (nwidths != nheights) { in get_fixed_channel_size()
1006 for (i = 0; i < nwidths; i++) { in get_fixed_channel_size()