Home
last modified time | relevance | path

Searched refs:nraster (Results 1 – 12 of 12) sorted by relevance

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxccman.c532 uint nwidth_bits, nraster; in gx_add_char_bits() local
588 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
593 bits, nraster, plog2_scale, log2_depth); in gx_add_char_bits()
606 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
607 if (bbox.p.x != 0 || nraster != raster) { in gx_add_char_bits()
618 for (; n--; from += raster, to += nraster) in gx_add_char_bits()
619 memmove(to, from, /*nbytes */ nraster); in gx_add_char_bits()
633 cc_set_raster(cc, nraster); in gx_add_char_bits()
636 nraster * cc->height, in gx_add_char_bits()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxccman.c532 uint nwidth_bits, nraster; in gx_add_char_bits() local
588 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
593 bits, nraster, plog2_scale, log2_depth); in gx_add_char_bits()
606 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
607 if (bbox.p.x != 0 || nraster != raster) { in gx_add_char_bits()
618 for (; n--; from += raster, to += nraster) in gx_add_char_bits()
619 memmove(to, from, /*nbytes */ nraster); in gx_add_char_bits()
633 cc_set_raster(cc, nraster); in gx_add_char_bits()
636 nraster * cc->height, in gx_add_char_bits()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxccman.c691 uint nwidth_bits, nraster; in gx_add_char_bits() local
749 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
754 bits, nraster, plog2_scale, log2_depth); in gx_add_char_bits()
767 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
768 if (bbox.p.x != 0 || nraster != raster) { in gx_add_char_bits()
779 for (; n--; from += raster, to += nraster) in gx_add_char_bits()
780 memmove(to, from, /*nbytes */ nraster); in gx_add_char_bits()
794 cc_set_raster(cc, nraster); in gx_add_char_bits()
797 nraster * cc->height, in gx_add_char_bits()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxccman.c691 uint nwidth_bits, nraster; in gx_add_char_bits() local
749 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
754 bits, nraster, plog2_scale, log2_depth); in gx_add_char_bits()
767 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
768 if (bbox.p.x != 0 || nraster != raster) { in gx_add_char_bits()
779 for (; n--; from += raster, to += nraster) in gx_add_char_bits()
780 memmove(to, from, /*nbytes */ nraster); in gx_add_char_bits()
794 cc_set_raster(cc, nraster); in gx_add_char_bits()
797 nraster * cc->height, in gx_add_char_bits()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxccman.c725 uint nwidth_bits, nraster; in gx_add_char_bits() local
784 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
789 bits, nraster, plog2_scale, log2_depth); in gx_add_char_bits()
802 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
803 if (bbox.p.x != 0 || nraster != raster) { in gx_add_char_bits()
814 for (; n--; from += raster, to += nraster) in gx_add_char_bits()
815 memmove(to, from, /*nbytes */ nraster); in gx_add_char_bits()
829 cc_set_raster(cc, nraster); in gx_add_char_bits()
832 nraster * cc->height, in gx_add_char_bits()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxccman.c725 uint nwidth_bits, nraster; in gx_add_char_bits() local
784 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
789 bits, nraster, plog2_scale, log2_depth); in gx_add_char_bits()
802 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
803 if (bbox.p.x != 0 || nraster != raster) { in gx_add_char_bits()
814 for (; n--; from += raster, to += nraster) in gx_add_char_bits()
815 memmove(to, from, /*nbytes */ nraster); in gx_add_char_bits()
829 cc_set_raster(cc, nraster); in gx_add_char_bits()
832 nraster * cc->height, in gx_add_char_bits()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxccman.c774 uint nwidth_bits, nraster; in gx_add_char_bits() local
830 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
835 bits, nraster, plog2_scale, log2_depth); in gx_add_char_bits()
848 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
849 if (bbox.p.x != 0 || nraster != raster) { in gx_add_char_bits()
860 for (; n--; from += raster, to += nraster) in gx_add_char_bits()
861 memmove(to, from, /*nbytes */ nraster); in gx_add_char_bits()
875 cc_set_raster(cc, nraster); in gx_add_char_bits()
878 nraster * cc->height, in gx_add_char_bits()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxccman.c774 uint nwidth_bits, nraster; in gx_add_char_bits() local
830 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
835 bits, nraster, plog2_scale, log2_depth); in gx_add_char_bits()
848 nraster = bitmap_raster(nwidth_bits); in gx_add_char_bits()
849 if (bbox.p.x != 0 || nraster != raster) { in gx_add_char_bits()
860 for (; n--; from += raster, to += nraster) in gx_add_char_bits()
861 memmove(to, from, /*nbytes */ nraster); in gx_add_char_bits()
875 cc_set_raster(cc, nraster); in gx_add_char_bits()
878 nraster * cc->height, in gx_add_char_bits()
/dports/science/nest/nest-simulator-3.1/testsuite/pytests/
H A Dtest_visualization.py153 import nest.raster_plot as nraster namespace
/dports/astro/opencpn/OpenCPN-5.2.4/buildandroid/android/src/org/qtproject/qt5/android/bindings/
H A DQtActivity.java1418 int nraster = -1; in configureNavSpinner() local
1422 nraster = nbits; in configureNavSpinner()
1442 to_sel = nraster; in configureNavSpinner()
/dports/math/R/R-4.1.2/src/library/grDevices/src/
H A DdevPS.c7831 int i, objCount, nenc, nfonts, cidnfonts, nraster, nmask; in PDFwriteResourceDictionary() local
7834 nraster = pd->numRasters; in PDFwriteResourceDictionary()
7838 if (nraster > 0) { in PDFwriteResourceDictionary()
7905 if (nraster > 0) { in PDFwriteResourceDictionary()
7908 for (i = pd->fileRasters; i < nraster; i++) { in PDFwriteResourceDictionary()
7917 pd->fileRasters = nraster; in PDFwriteResourceDictionary()
7954 int nraster, nmask, npattern; in PDF_endfile() local
7971 nraster = pd->numRasters; in PDF_endfile()
7975 if(pd->nobjs + nraster + nmask + npattern + 500 >= pd->max_nobjs) { in PDF_endfile()
7976 int new = pd->nobjs + nraster + nmask + npattern + 500; in PDF_endfile()
/dports/math/libRmath/R-4.1.1/src/library/grDevices/src/
H A DdevPS.c7831 int i, objCount, nenc, nfonts, cidnfonts, nraster, nmask; in PDFwriteResourceDictionary() local
7834 nraster = pd->numRasters; in PDFwriteResourceDictionary()
7838 if (nraster > 0) { in PDFwriteResourceDictionary()
7905 if (nraster > 0) { in PDFwriteResourceDictionary()
7908 for (i = pd->fileRasters; i < nraster; i++) { in PDFwriteResourceDictionary()
7917 pd->fileRasters = nraster; in PDFwriteResourceDictionary()
7954 int nraster, nmask, npattern; in PDF_endfile() local
7971 nraster = pd->numRasters; in PDF_endfile()
7975 if(pd->nobjs + nraster + nmask + npattern + 500 >= pd->max_nobjs) { in PDF_endfile()
7976 int new = pd->nobjs + nraster + nmask + npattern + 500; in PDF_endfile()