Searched refs:nColorLength (Results 1 – 1 of 1) sorted by relevance
178 sal_uInt32 nColorLength, nResourceLength, nLayerMaskLength; in ImplReadHeader() local204 *mpPSD >> nColorLength; in ImplReadHeader()237 if ( nColorLength || ( nDepth != 1 ) ) in ImplReadHeader()244 if ( nColorLength != 768 ) // we need the color map in ImplReadHeader()254 mpPSD->SeekRel( nColorLength ); in ImplReadHeader()255 nColorLength = 0; in ImplReadHeader()258 if ( nColorLength ) in ImplReadHeader()275 if ( nColorLength ) // color table is not supported by the other graphic modes in ImplReadHeader()
Completed in 14 milliseconds