Home
last modified time | relevance | path

Searched defs:nPos (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dttfmain.c230 unsigned int nPos = 0xbaadf00d; /* Quiet compiler. */ in ttfFont__Open() local
565 unsigned int nPos; in ttfOutliner__BuildGlyphOutlineAux() local
728 unsigned int nPos; in ttfOutliner__BuildGlyphOutlineAux() local
H A Dttfoutl.h116 int nPos, nLen; member
H A Dgxttfb.c101 private void gx_ttfReader__Seek(ttfReader *this, int nPos) in gx_ttfReader__Seek()