Searched refs:mnTargetDepth (Results 1 – 1 of 1) sorted by relevance
132 sal_uInt16 mnTargetDepth; // pixel depth of target bitmap member in vcl::PNGReaderImpl561 mnTargetDepth = mnPngDepth; in ImplReadHeader()572 mnTargetDepth = 4; // we have to expand the bitmap in ImplReadHeader()576 mnTargetDepth = 8; // we have to reduce the bitmap in ImplReadHeader()597 mnTargetDepth = 24; in ImplReadHeader()610 mnTargetDepth = 4; // we have to expand the bitmap in ImplReadHeader()630 mnTargetDepth = 8; // we have to reduce the bitmap in ImplReadHeader()649 mnTargetDepth = 24; in ImplReadHeader()714 mpBmp = new Bitmap( maTargetSize, mnTargetDepth ); in ImplReadHeader()
Completed in 22 milliseconds