Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx45 sal_uLong nBytesPerPlaneLin; // Bytes in einer Ebenen pro Zeile member in PCXReader
198 *pPCX >> nushort; nBytesPerPlaneLin = (sal_uLong)nushort; in ImplReadHeader()
207 || nPlanes > 4 || nBytesPerPlaneLin < ( ( nWidth * nBitsPerPlanePix+7 ) >> 3 ) ) in ImplReadHeader()
233 pPlane[ np ] = new sal_uInt8[ nBytesPerPlaneLin ]; in ImplReadBody()
253 pPCX->Read( (void *)pPlane[ np ], nBytesPerPlaneLin ); in ImplReadBody()
257 nx = nBytesPerPlaneLin; in ImplReadBody()

Completed in 18 milliseconds