Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx178 sal_uInt32 nColorLength, nResourceLength, nLayerMaskLength; in ImplReadHeader() local
204 *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 19 milliseconds