Home
last modified time | relevance | path

Searched refs:nLuminancePercent (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx862 sal_Bool Adjust( short nLuminancePercent = 0,
H A Dbitmapex.hxx347 sal_Bool Adjust( short nLuminancePercent = 0,
H A Dgdimtf.hxx172 void Adjust( short nLuminancePercent = 0, short nContrastPercent = 0,
H A Danimate.hxx235 sal_Bool Adjust( short nLuminancePercent = 0,
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx726 sal_Bool BitmapEx::Adjust( short nLuminancePercent, short nContrastPercent, in Adjust() argument
730 return( !!aBitmap ? aBitmap.Adjust( nLuminancePercent, nContrastPercent, in Adjust()
H A Dbitmap3.cxx3358 sal_Bool Bitmap::Adjust( short nLuminancePercent, short nContrastPercent, in Adjust() argument
3365 if( !nLuminancePercent && !nContrastPercent && in Adjust()
3393 fOff = MinMax( nLuminancePercent, -100L, 100L ) * 2.55 + 128.0 - fM * 128.0; in Adjust()
H A Dgdimtf.cxx61 short nLuminancePercent; member
1948 aRet.Adjust( p->nLuminancePercent, p->nContrastPercent, in ImplBmpAdjustFnc()
2308 void GDIMetaFile::Adjust( short nLuminancePercent, short nContrastPercent, in Adjust() argument
2313 if( nLuminancePercent || nContrastPercent || in Adjust()
2332 fOff = MinMax( nLuminancePercent, -100L, 100L ) * 2.55 + 128.0 - fM * 128.0; in Adjust()
2365 aBmpParam.nLuminancePercent = nLuminancePercent; in Adjust()
H A Danimate.cxx769 sal_Bool Animation::Adjust( short nLuminancePercent, short nContrastPercent, in Adjust() argument
783 bRet = ( ( AnimationBitmap*) pStepBmp )->aBmpEx.Adjust( nLuminancePercent, nContrastPercent, in Adjust()
788 maBitmapEx.Adjust( nLuminancePercent, nContrastPercent, in Adjust()
/trunk/main/svx/inc/svx/
H A Dsdgluitm.hxx41 …SdrGrafLuminanceItem( short nLuminancePercent = 0 ) : SdrSignedPercentItem( SDRATTR_GRAFLUMINANCE,… in SdrGrafLuminanceItem() argument
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx142 void SetLuminance( short nLuminancePercent ) { mnLumPercent = nLuminancePercent; } in SetLuminance() argument

Completed in 70 milliseconds