Home
last modified time | relevance | path

Searched refs:mnTargetDepth (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dpngread.cxx132 sal_uInt16 mnTargetDepth; // pixel depth of target bitmap member in vcl::PNGReaderImpl
561 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 23 milliseconds