Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A Dcuigrfflt.cxx615 if( aAnim.Filter( BMP_FILTER_SEPIA, &aParam ) ) in GetFilteredGraphic()
622 if( aBmpEx.Filter( BMP_FILTER_SEPIA, &aParam ) ) in GetFilteredGraphic()
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx151 BMP_FILTER_SEPIA = 6, enumerator
216 … meFilter( BMP_FILTER_SEPIA ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ), in BmpFilterParam()
/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx80 case( BMP_FILTER_SEPIA ): in Filter()
684 … long nSepiaPercent = ( pFilterParam && pFilterParam->meFilter == BMP_FILTER_SEPIA ) ? in ImplSepia()