Searched refs:mnDstColors (Results 1 – 1 of 1) sorted by relevance
55 sal_uInt16 mnDstColors; member in RASReader119 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 21 milliseconds