Home
last modified time | relevance | path

Searched refs:nextPlane (Results 1 – 8 of 8) sorted by relevance

/dports/cad/magic/magic-8.3.245/cif/
H A DCIFgen.c4522 cifPlane = nextPlane;
4634 nextPlane = temp;
4648 nextPlane = temp;
4662 nextPlane = temp;
4678 nextPlane = temp;
4694 nextPlane = temp;
4714 nextPlane = temp;
4740 nextPlane = temp;
4838 nextPlane = temp;
4855 nextPlane = temp;
[all …]
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-2.0/src/
H A Dqpdl.cpp57 const BandPlane *nextPlane; in _renderBand() local
63 nextPlane = next->plane(j); in _renderBand()
64 if (nextPlane && nextPlane->colorNr() == plane->colorNr()){ in _renderBand()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-2.0.0/src/
H A Dqpdl.cpp58 const BandPlane *nextPlane; in _renderBand() local
64 nextPlane = next->plane(j); in _renderBand()
65 if (nextPlane && nextPlane->colorNr() == plane->colorNr()){ in _renderBand()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/splix/src/
H A Dqpdl.cpp157 const BandPlane *nextPlane; in _renderBand() local
163 nextPlane = next->plane(j); in _renderBand()
164 if (nextPlane && nextPlane->colorNr() == plane->colorNr()){ in _renderBand()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfEncodings.java507 int nextPlane = 0; in encodeSequence() local
509 char plane[] = (char[])planes.get(nextPlane); in encodeSequence()
519 nextPlane = c & 0x7fff; in encodeSequence()
521 char plane[] = (char[])planes.get(nextPlane); in encodeSequence()
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfEncodings.java501 int nextPlane = 0; in encodeSequence() local
503 char plane[] = (char[])planes.get(nextPlane); in encodeSequence()
513 nextPlane = c & 0x7fff; in encodeSequence()
515 char plane[] = (char[])planes.get(nextPlane); in encodeSequence()
/dports/audio/ocp/ocp-0.2.90/playym/stsoundlib/
H A DYmload.cpp271 yms32 nextPlane[32]; in deInterleave() local
287 for (j=0;j<streamInc;j++) nextPlane[j] = nbFrame*j; in deInterleave()
290 for (j=0;j<nextPlane[1];j++) in deInterleave()
294 pW[k] = pDataStream[j + nextPlane[k]]; in deInterleave()
/dports/audio/stymulator/STYMulator-0.21a/src/stsoundlib/
H A DYmload.cpp242 yms32 nextPlane[32];
258 for (j=0;j<streamInc;j++) nextPlane[j] = nbFrame*j;
261 for (j=0;j<nextPlane[1];j++)
265 pW[k] = pDataStream[j + nextPlane[k]];