Home
last modified time | relevance | path

Searched refs:nTransparency (Results 1 – 25 of 33) sorted by last modified time

12

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1569 long nHeight, sal_uInt8 nTransparency ) in drawAlphaRect() argument
1576 CGContextSetAlpha( mrContext, (100-nTransparency) * (1.0/100) ); in drawAlphaRect()
/trunk/main/vcl/inc/vcl/
H A Dpdfextoutdevdata.hxx189 sal_uInt8 nTransparency,
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx770 sal_uInt8 nTransparency(0xff); in GetTransparency() local
781 nTransparency = 0x00; in GetTransparency()
796 nTransparency = 0x00; in GetTransparency()
816 nTransparency = aBitmapColor.GetIndex(); in GetTransparency()
822 nTransparency = 0x00; in GetTransparency()
835 return nTransparency; in GetTransparency()
H A Dprint2.cxx156 sal_uInt16 nTransparency( pTransAct->GetTransparence() ); in ImplConvertTransparentAction() local
159 if( nTransparency ) in ImplConvertTransparentAction()
165 …aLineColor.SetRed( static_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aLineColor… in ImplConvertTransparentAction()
166 …aLineColor.SetGreen( static_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aLineCol… in ImplConvertTransparentAction()
167 …aLineColor.SetBlue( static_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aLineColo… in ImplConvertTransparentAction()
171 …aFillColor.SetRed( static_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aFillColor… in ImplConvertTransparentAction()
172 …aFillColor.SetGreen( static_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aFillCol… in ImplConvertTransparentAction()
173 …aFillColor.SetBlue( static_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aFillColo… in ImplConvertTransparentAction()
179 if( nTransparency ) in ImplConvertTransparentAction()
H A Dsalgdilayout.cxx858 sal_uInt8 nTransparency, const OutputDevice *pOutDev ) in DrawAlphaRect() argument
863 return drawAlphaRect( nX, nY, nWidth, nHeight, nTransparency ); in DrawAlphaRect()
H A Dpdfextoutdevdata.cxx436 sal_Int32 nTransparency; in PlaySyncPageAct() local
441 nTransparency = mParaInts.front(); in PlaySyncPageAct()
839 sal_uInt8 nTransparency, in EndGroup() argument
845 mpPageSyncData->mParaInts.push_back( nTransparency ); in EndGroup()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx205 double nTransparency (0); in PaintRepresentatives() local
215 nTransparency = 0.95; in PaintRepresentatives()
219 nTransparency = 0.85; in PaintRepresentatives()
223 nTransparency = 0.75; in PaintRepresentatives()
269 nTransparency); in PaintRepresentatives()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h256 …irtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency );
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx553 int nTransparency ) in gradientFill() argument
555 (void)nTransparency; in gradientFill()
744 const int nTransparency( setupOutDevState( viewState, renderState, IGNORE_COLOR ) ); in fillTexturedPolyPolygon() local
790 nTransparency ); in fillTexturedPolyPolygon()
/trunk/main/xmloff/source/style/
H A DXMLBackgroundImageContext.cxx322 nTransparency = static_cast<sal_Int8>( 100-nTmp ); in ProcessAttrs()
344 nTransparency( 0 ) in XMLBackgroundImageContext()
399 aTransparencyProp.maValue <<= nTransparency; in EndElement()
H A DXMLBackgroundImageExport.cxx151 sal_Int8 nTransparency = sal_Int8(); in exportXML() local
152 if( (*pTransparency) >>= nTransparency ) in exportXML()
155 SvXMLUnitConverter::convertPercent( aTransOut, 100-nTransparency ); in exportXML()
/trunk/main/xmloff/inc/
H A DXMLBackgroundImageContext.hxx43 sal_Int8 nTransparency; member in XMLBackgroundImageContext
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx618 long nHeight, sal_uInt8 nTransparency ) in drawAlphaRect() argument
629 255 - 255L*nTransparency/100, in drawAlphaRect()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.hxx59 …virtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency );
H A Dsvppspgraphics.hxx60 …virtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency );
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx919 long nHeight, sal_uInt8 nTransparency ) in drawAlphaRect() argument
938 const double fTransparency = (100 - nTransparency) * (1.0/100); in drawAlphaRect()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx559 long nHeight, sal_uInt8 nTransparency ) in drawAlphaRect() argument
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h192 …l drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency );
H A Dsalgdi.h346 long nHeight, sal_uInt8 nTransparency );
/trunk/main/vcl/inc/
H A Dsalgdi.hxx204 …al bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency ) = 0;
508 sal_uInt8 nTransparency, const OutputDevice *pOutDev );
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h230 …irtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency );
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h287 long nHeight, sal_uInt8 nTransparency );
/trunk/main/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx265 sal_Int16 nTransparency = 0; in getTransparency() local
266 …rtySet->getPropertyValue( rtl::OUString::createFromAscii( "LineTransparence" ) ) >>= nTransparency; in getTransparency()
267 double fTransparency = static_cast<double>( nTransparency ); in getTransparency()
274 sal_Int16 nTransparency = static_cast<sal_Int16>( _transparency * 100 ); in setTransparency() local
275 …opertyValue( rtl::OUString::createFromAscii( "LineTransparence" ), uno::makeAny( nTransparency ) ); in setTransparency()
/trunk/main/tools/inc/tools/
H A Dcolor.hxx123 Color( sal_uInt8 nTransparency, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue ) in Color() argument
124 { mnColor = TRGB_COLORDATA( nTransparency, nRed, nGreen, nBlue ); } in Color()
143 void SetTransparency( sal_uInt8 nTransparency );
214 inline void Color::SetTransparency( sal_uInt8 nTransparency ) in SetTransparency() argument
217 mnColor |= ((sal_uInt32)nTransparency)<<24; in SetTransparency()
/trunk/main/svx/source/unodraw/
H A Dunobrushitemhelper.cxx55 const sal_uInt8 nTransparency(rBrush.GetColor().GetTransparency()); in setSvxBrushItemAsFillAttributesToTargetSet() local
57 if(0xff != nTransparency) in setSvxBrushItemAsFillAttributesToTargetSet()
67 rToSet.Put(XFillTransparenceItem((((sal_Int32)nTransparency * 100) + 127) / 254)); in setSvxBrushItemAsFillAttributesToTargetSet()

Completed in 108 milliseconds

12