Home
last modified time | relevance | path

Searched refs:nheights (Results 1 – 4 of 4) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/texk/dvipos/
H A Dtfm.c55 UNSIGNED_QUAD nwidths, nheights, ndepths; member
103 result += a_tfm -> nheights; in sum_of_tfm_sizes()
122 result += a_tfm -> nheights; in sum_of_ofm_sizes()
156 a_tfm->nheights = tfm_unsigned_pair(); in get_sizes()
193 a_tfm -> nheights = tfm_signed_quad(); in ofm_get_sizes()
236 fprintf (stderr, "nheights: %ld, ", a_tfm -> nheights);
356 fprintf (stderr, "Reading %ld heights\n", a_tfm->nheights); in get_arrays()
358 do_fix_word_array(&(a_tfm->height), a_tfm->nheights); in get_arrays()
479 fprintf (stderr, "Reading %ld heights\n", a_tfm -> nheights); in ofm_get_arrays()
481 do_fix_word_array(&(a_tfm -> height), a_tfm -> nheights); in ofm_get_arrays()
[all …]
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dtfm.c77 uint32_t nwidths, nheights, ndepths; member
384 expected_size += tfm->nheights; in tfm_check_size()
440 tfm->nheights = get_unsigned_pair(tfm_file); in tfm_get_sizes()
594 ofm_size += tfm->nheights; in ofm_check_size_one()
620 tfm->nheights = get_positive_quad(ofm_file, "OFM", "nheights"); in ofm_get_sizes()
758 if (tfm.nheights > 0) { in read_ofm()
759 tfm.height = NEW(tfm.nheights, fixword); in read_ofm()
760 fread_fwords(tfm.height, tfm.nheights, ofm_file); in read_ofm()
811 if (tfm.nheights > 0) { in read_tfm()
812 tfm.height = NEW(tfm.nheights, fixword); in read_tfm()
[all …]
/dports/games/cake/cake_src/
H A Dmain.cpp79 #define nheights 17 macro
83 int heights[nheights] = {200, 240, 300, 360, 384, 400, 480, 576, 600, 720, 768, 864, 900, 960, 1080…
196 for (int j = 0; j < nheights; ++j) in CheckForAllAvailableResolutions()
/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c972 weed_size_t nheights = weed_leaf_num_elements(template, WEED_LEAF_HEIGHT); in get_fixed_channel_size() local
985 if (!height || nheights == 0) defined++; in get_fixed_channel_size()
987 if (nheights == 1) { in get_fixed_channel_size()
995 if (nwidths != nheights) { in get_fixed_channel_size()