Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/graphicfilter/itga/
H A Ditga.cxx282 sal_uInt16 nXCount, nYCount, nRGB16; in ImplReadBody() local
289 nXCount = nYCount = 0; in ImplReadBody()
315 while ( nYCount < mpFileHeader->nImageHeight ) in ImplReadBody()
336 nYCount++; in ImplReadBody()
338 if( nYCount >= mpFileHeader->nImageHeight ) in ImplReadBody()
361 nYCount++; in ImplReadBody()
363 if( nYCount >= mpFileHeader->nImageHeight ) in ImplReadBody()
373 while ( nYCount < mpFileHeader->nImageHeight ) in ImplReadBody()
391 nYCount++; in ImplReadBody()
393 if( nYCount >= mpFileHeader->nImageHeight ) in ImplReadBody()
[all …]