Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/iras/
H A Diras.cxx55 sal_uInt16 mnDstColors; member in RASReader
119 mnDstColors = (sal_uInt16)( mnColorMapSize / 3 ); in ReadRAS()
121 if ( ( 1 << mnDstBitsPerPix ) < mnDstColors ) in ReadRAS()
126 mpAcc->SetPaletteEntryCount( mnDstColors ); in ReadRAS()
129 for ( i = 0; i < mnDstColors; i++ ) *mpRAS >> nRed[ i ]; in ReadRAS()
130 for ( i = 0; i < mnDstColors; i++ ) *mpRAS >> nGreen[ i ]; in ReadRAS()
131 for ( i = 0; i < mnDstColors; i++ ) *mpRAS >> nBlue[ i ]; in ReadRAS()
132 for ( i = 0; i < mnDstColors; i++ ) in ReadRAS()
147 mnDstColors = 1 << mnDstBitsPerPix; in ReadRAS()
148 mpAcc->SetPaletteEntryCount( mnDstColors ); in ReadRAS()
[all …]

Completed in 8 milliseconds