Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx215 BmpFilterParam( sal_uLong nProgressStart = 0, sal_uLong nProgressEnd = 0 ) : in BmpFilterParam() argument
216 …meFilter( BMP_FILTER_UNKNOWN ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ) {} in BmpFilterParam()
218 …rParam( sal_uInt8 cSolarGreyThreshold, sal_uLong nProgressStart = 0, sal_uLong nProgressEnd = 0 ) : in BmpFilterParam() argument
219 meFilter( BMP_FILTER_SOLARIZE ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ), in BmpFilterParam()
222 …BmpFilterParam( sal_uInt16 nSepiaPercent, sal_uLong nProgressStart = 0, sal_uLong nProgressEnd = 0… in BmpFilterParam() argument
223 meFilter( BMP_FILTER_SEPIA ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ), in BmpFilterParam()
226 …BmpFilterParam( const Size& rMosaicTileSize, sal_uLong nProgressStart = 0, sal_uLong nProgressEnd in BmpFilterParam() argument
227 meFilter( BMP_FILTER_MOSAIC ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ) in BmpFilterParam()
233 sal_uLong nProgressStart = 0, sal_uLong nProgressEnd = 0 ) : in BmpFilterParam() argument
234 …eFilter( BMP_FILTER_EMBOSS_GREY ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ) in BmpFilterParam()

Completed in 22 milliseconds