Home
last modified time | relevance | path

Searched refs:pxlfp (Results 1 – 2 of 2) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/texk/dviljk/
H A Ddvi2xx.c4654 pxlfp = NO_FILE; in OpenFontFile()
4670 gfin = pxlfp; in OpenFontFile()
4687 if (pxlfp != FPNULL) {
4701 pxlfp = NO_FILE;
4986 pxlfp = NO_FILE;
5008 t = NoSignExtend(pxlfp, 1);
5010 t = NoSignExtend(pxlfp, 1);
5011 t = NoSignExtend(pxlfp, 2);
5041 FSEEK(pxlfp, (long)(NoSignExtend(pxlfp, 4) * 4), SEEK_SET);
5043 FSEEK(pxlfp, (long)NoSignExtend(pxlfp, 4), SEEK_SET);
[all …]
H A Ddvi2xx.h590 FILEPTR pxlfp; /* PXL file pointer */ variable