Home
last modified time | relevance | path

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

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/Ylib/
H A Dwgraphics.c94 static INT numCellS = 0 ; /* cell counter */ variable
175 numCellS = 0 ; /* reset cell counter */ in TWstartWFrame()
207 numw = fwrite( &numCellS,sizeof(UNSIGNED_INT),nitems,cellFileS ) ; in TWflushWFrame()
342 numCellS++ ; in TWdrawWRect()
H A Ddraw.c2022 static INT numCellS = 0 ; /* cell counter */ variable
2069 numCellS = 0 ; /* reset cell counter */ in TWstartFrame()
2104 numw = fwrite( &numCellS,sizeof(UNSIGNED_INT),nitems,cellFileS ) ; in closeFrame()
2266 numCellS++ ;