Home
last modified time | relevance | path

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

/aoo41x/main/filter/source/graphicfilter/iras/
H A Diras.cxx54 sal_uInt16 mnDstBitsPerPix; member in RASReader
105 maBmp = Bitmap( Size( mnWidth, mnHeight ), mnDstBitsPerPix ); in ReadRAS()
110 if ( mnDstBitsPerPix <= 8 ) // paletten bildchen in ReadRAS()
121 if ( ( 1 << mnDstBitsPerPix ) < mnDstColors ) in ReadRAS()
147 mnDstColors = 1 << mnDstBitsPerPix; in ReadRAS()
193 mnDstBitsPerPix = (sal_uInt16)mnDepth; in ImplReadHeader()
196 mnDstBitsPerPix = 24; in ImplReadHeader()
224 switch ( mnDstBitsPerPix ) in ImplReadBody()

Completed in 10 milliseconds