Home
last modified time | relevance | path

Searched refs:mnColorMapType (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
112 if ( mnColorMapType == RAS_COLOR_RAW_MAP ) // RAW Colormap wird geskipped in ReadRAS()
117 else if ( mnColorMapType == RAS_COLOR_RGB_MAP ) // RGB koennen wir auslesen in ReadRAS()
142 else if ( mnColorMapType != RAS_COLOR_NO_MAP ) // alles andere ist kein standard in ReadRAS()
158 …if ( mnColorMapType != RAS_COLOR_NO_MAP ) // when graphic has more then 256 colors and a color map… in ReadRAS()
183 mnType >> mnColorMapType >> mnColorMapSize; in ImplReadHeader()

Completed in 16 milliseconds