Home
last modified time | relevance | path

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

/trunk/main/svx/inc/svx/
H A Dsdgluitm.hxx58 …SdrGrafContrastItem( short nContrastPercent = 0 ) : SdrSignedPercentItem( SDRATTR_GRAFCONTRAST, nC… in SdrGrafContrastItem() argument
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx62 short nContrastPercent; 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()
2326 if( nContrastPercent >= 0 ) in Adjust()
2327 fM = 128.0 / ( 128.0 - 1.27 * MinMax( nContrastPercent, 0L, 100L ) ); in Adjust()
2329 fM = ( 128.0 + 1.27 * MinMax( nContrastPercent, -100L, 0L ) ) / 128.0; in Adjust()
2366 aBmpParam.nContrastPercent = nContrastPercent; 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()
H A Dbitmap3.cxx3358 sal_Bool Bitmap::Adjust( short nLuminancePercent, short nContrastPercent, in Adjust() argument
3365 if( !nLuminancePercent && !nContrastPercent && in Adjust()
3387 if( nContrastPercent >= 0 ) in Adjust()
3388 fM = 128.0 / ( 128.0 - 1.27 * MinMax( nContrastPercent, 0L, 100L ) ); in Adjust()
3390 fM = ( 128.0 + 1.27 * MinMax( nContrastPercent, -100L, 0L ) ) / 128.0; in Adjust()
H A Dbitmapex.cxx726 sal_Bool BitmapEx::Adjust( short nLuminancePercent, short nContrastPercent, in Adjust() argument
730 return( !!aBitmap ? aBitmap.Adjust( nLuminancePercent, nContrastPercent, in Adjust()
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx145 void SetContrast( short nContrastPercent ) { mnContPercent = nContrastPercent; } in SetContrast() argument
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx348 short nContrastPercent = 0,
H A Danimate.hxx236 short nContrastPercent = 0,
H A Dgdimtf.hxx172 void Adjust( short nLuminancePercent = 0, short nContrastPercent = 0,
H A Dbitmap.hxx863 short nContrastPercent = 0,

Completed in 106 milliseconds