Home
last modified time | relevance | path

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

/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx508 …const int nTransPercent( (nTransparency * 100 + 128) / 255 ); // normal rounding, no truncation h… in fillPolyPolygon() local
522 mpOutDev->getOutDev().DrawTransparent( aPolyPoly, (sal_uInt16)nTransPercent ); in fillPolyPolygon()
547 … mp2ndOutDev->getOutDev().DrawTransparent( aPolyPoly, (sal_uInt16)nTransPercent ); in fillPolyPolygon()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx421 const sal_uInt16 nTransPercent = aTransCol.GetLuminance() * 100 / 255; in playMetafile() local
424 … m_rOuterFace.EndTransparencyGroup( Rectangle( rPos, rSize ), nTransPercent ); in playMetafile()
H A Dmetaact.cxx3719 …ransparentAction::MetaTransparentAction( const PolyPolygon& rPolyPoly, sal_uInt16 nTransPercent ) : in IMPL_META_ACTION()
3722 mnTransPercent ( nTransPercent ) in IMPL_META_ACTION()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx1384 MetaTransparentAction( const PolyPolygon& rPolyPoly, sal_uInt16 nTransPercent );

Completed in 50 milliseconds