Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/gdi/
H A Dpngread.cxx151 sal_Bool mbIgnoreGammaChunk; member in vcl::PNGReaderImpl
191 void SetIgnoreGammaChunk( sal_Bool bIgnore ){ mbIgnoreGammaChunk = bIgnore; }; in SetIgnoreGammaChunk()
215 mbIgnoreGammaChunk ( sal_False ), in PNGReaderImpl()
405 if ( !mbIgnoreGammaChunk && ( mbIDAT == sal_False ) ) in GetBitmapEx()