Searched refs:nTransPercent (Results 1 – 4 of 4) sorted by relevance
508 …const int nTransPercent( (nTransparency * 100 + 128) / 255 ); // normal rounding, no truncation h… in fillPolyPolygon() local522 mpOutDev->getOutDev().DrawTransparent( aPolyPoly, (sal_uInt16)nTransPercent ); in fillPolyPolygon()547 … mp2ndOutDev->getOutDev().DrawTransparent( aPolyPoly, (sal_uInt16)nTransPercent ); in fillPolyPolygon()
421 const sal_uInt16 nTransPercent = aTransCol.GetLuminance() * 100 / 255; in playMetafile() local424 … m_rOuterFace.EndTransparencyGroup( Rectangle( rPos, rSize ), nTransPercent ); in playMetafile()
3719 …ransparentAction::MetaTransparentAction( const PolyPolygon& rPolyPoly, sal_uInt16 nTransPercent ) : in IMPL_META_ACTION()3722 mnTransPercent ( nTransPercent ) in IMPL_META_ACTION()
1384 MetaTransparentAction( const PolyPolygon& rPolyPoly, sal_uInt16 nTransPercent );
Completed in 63 milliseconds