Searched refs:mnTargetDepth (Results 1 – 1 of 1) sorted by relevance
131 sal_uInt16 mnTargetDepth; // pixel depth of target bitmap member in vcl::PNGReaderImpl551 mnTargetDepth = mnPngDepth; in ImplReadHeader()562 mnTargetDepth = 4; // we have to expand the bitmap in ImplReadHeader()566 mnTargetDepth = 8; // we have to reduce the bitmap in ImplReadHeader()587 mnTargetDepth = 24; in ImplReadHeader()600 mnTargetDepth = 4; // we have to expand the bitmap in ImplReadHeader()620 mnTargetDepth = 8; // we have to reduce the bitmap in ImplReadHeader()639 mnTargetDepth = 24; in ImplReadHeader()704 mpBmp = new Bitmap( maTargetSize, mnTargetDepth ); in ImplReadHeader()
Completed in 19 milliseconds