Lines Matching refs:mnHeight
98 sal_uLong mnWidth, mnHeight; member in vcl::PNGWriterImpl
311 ImplWriteChunk( sal_uInt32( mnHeight = mpAccess->Height() ) ); in ImplWriteHeader()
313 if ( mnWidth && mnHeight && mnBitsPerPixel && mbStatus ) in ImplWriteHeader()
391 …sal_uInt32 nPrefSizeY = (sal_uInt32)( (double)100000.0 / ( (double)aPrefSize.Height() / mnHeight )… in ImplWritepHYs()
426 for ( sal_uLong nY = 0; nY < mnHeight; nY++ ) in ImplWriteIDAT()
433 for ( nY = 0; nY < mnHeight; nY+=8 ) // pass 1 in ImplWriteIDAT()
437 for ( nY = 0; nY < mnHeight; nY+=8 ) // pass 2 in ImplWriteIDAT()
441 if ( mnHeight >= 5 ) // pass 3 in ImplWriteIDAT()
443 for ( nY = 4; nY < mnHeight; nY+=8 ) in ImplWriteIDAT()
448 for ( nY = 0; nY < mnHeight; nY+=4 ) // pass 4 in ImplWriteIDAT()
452 if ( mnHeight >= 3 ) // pass 5 in ImplWriteIDAT()
454 for ( nY = 2; nY < mnHeight; nY+=4 ) in ImplWriteIDAT()
459 for ( nY = 0; nY < mnHeight; nY+=2 ) // pass 6 in ImplWriteIDAT()
463 if ( mnHeight >= 2 ) // pass 7 in ImplWriteIDAT()
465 for ( nY = 1; nY < mnHeight; nY+=2 ) in ImplWriteIDAT()