Searched refs:mnColorMapSize (Results 1 – 1 of 1) sorted by relevance
57 sal_uInt32 mnColorMapType, mnColorMapSize; member in RASReader115 mpRAS->Seek( nCurPos + mnColorMapSize ); in ReadRAS()119 mnDstColors = (sal_uInt16)( mnColorMapSize / 3 ); in ReadRAS()124 if ( ( mnDstColors >= 2 ) && ( ( mnColorMapSize % 3 ) == 0 ) ) in ReadRAS()161 mpRAS->Seek( nCurPos + mnColorMapSize ); in ReadRAS()183 mnType >> mnColorMapType >> mnColorMapSize; in ImplReadHeader()
Completed in 22 milliseconds