Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/iras/
H A Diras.cxx57 sal_uInt32 mnColorMapType, mnColorMapSize; member in RASReader
115 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 14 milliseconds