Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/itga/
H A Ditga.cxx282 sal_uInt16 nXCount, nYCount, nRGB16; in ImplReadBody() local
289 nXCount = nYCount = 0; in ImplReadBody()
330 nXCount++; in ImplReadBody()
331 if ( nXCount == mpFileHeader->nImageWidth ) in ImplReadBody()
334 nXCount = 0; in ImplReadBody()
355 nXCount++; in ImplReadBody()
356 if ( nXCount == mpFileHeader->nImageWidth ) in ImplReadBody()
359 nXCount = 0; in ImplReadBody()
385 nXCount++; in ImplReadBody()
386 if ( nXCount == mpFileHeader->nImageWidth ) in ImplReadBody()
[all …]