Home
last modified time | relevance | path

Searched refs:nTransparency (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/vcl/source/gdi/
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 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 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()
H A Dsalgdilayout.cxx858 sal_uInt8 nTransparency, const OutputDevice *pOutDev ) in DrawAlphaRect() argument
863 return drawAlphaRect( nX, nY, nWidth, nHeight, nTransparency ); in DrawAlphaRect()
/trunk/main/sc/source/filter/excel/
H A Dxlchart.cxx803 sal_Int16 nTransparency = 0; in ReadAreaProperties() local
807 rAreaHlp >> eApiStyle >> rAreaFmt.maPattColor >> nTransparency; in ReadAreaProperties()
816 …ApiStyle != cssd::FillStyle_NONE) && ((eApiStyle != cssd::FillStyle_SOLID) || (nTransparency > 0)); in ReadAreaProperties()
830 sal_Int16 nTransparency = 0; in ReadEscherProperties() local
834 rAreaHlp >> eApiStyle >> aColor >> nTransparency; in ReadEscherProperties()
840 …DBG_ASSERT( nTransparency > 0, "XclChPropSetHelper::ReadEscherProperties - unexpected solid area w… in ReadEscherProperties()
841 if( (0 < nTransparency) && (nTransparency <= 100) ) in ReadEscherProperties()
848 … sal_uInt32 nEscherOpacity = static_cast< sal_uInt32 >( (100 - nTransparency) * 655.36 ); in ReadEscherProperties()
1056 sal_Int16 nTransparency = 0; in WriteAreaProperties() local
1068 rAreaHlp << eFillStyle << aColor << nTransparency; in WriteAreaProperties()
/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/cppcanvas/source/mtfrenderer/
H A Dpolypolyaction.cxx71 int nTransparency );
123 int nTransparency ) : in PolyPolyAction() argument
142 maFillColor[3] = 1.0 - nTransparency / 100.0; in PolyPolyAction()
154 maState.DeviceColor[3] = 1.0 - nTransparency / 100.0; in PolyPolyAction()
523 … int nTransparency ) in createPolyPolyAction() argument
530 nTransparency ) ); in createPolyPolyAction()
H A Dpolypolyaction.hxx85 int nTransparency );
/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/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/canvas/source/vcl/
H A Dcanvashelper.cxx507 const int nTransparency( setupOutDevState( viewState, renderState, FILL_COLOR ) ); in fillPolyPolygon() local
508 …const int nTransPercent( (nTransparency * 100 + 128) / 255 ); // normal rounding, no truncation h… in fillPolyPolygon()
516 if( !nTransparency || bSourceAlpha ) in fillPolyPolygon()
527 if( !nTransparency || bSourceAlpha ) in fillPolyPolygon()
531 if( bSourceAlpha && nTransparency == 255 ) in fillPolyPolygon()
1234 int nTransparency(0); in setupOutDevState() local
1323 nTransparency = aColor.GetTransparency(); in setupOutDevState()
1364 return nTransparency; in setupOutDevState()
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 DXMLBackgroundImageExport.cxx151 sal_Int8 nTransparency = sal_Int8(); in exportXML() local
152 if( (*pTransparency) >>= nTransparency ) in exportXML()
155 SvXMLUnitConverter::convertPercent( aTransOut, 100-nTransparency ); in exportXML()
H A DXMLBackgroundImageContext.cxx322 nTransparency = static_cast<sal_Int8>( 100-nTmp ); in ProcessAttrs()
344 nTransparency( 0 ) in XMLBackgroundImageContext()
399 aTransparencyProp.maValue <<= nTransparency; in EndElement()
/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()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx133 int nTransparency(0); in setupOutDevState() local
216 nTransparency = aColor.GetTransparency(); in setupOutDevState()
245 return nTransparency; in setupOutDevState()
/trunk/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx392 sal_Int16 nTransparency(0); in createShape() local
402 getPropertyValue( nTransparency, xPropSet, OUSTR("Transparency") ); in createShape()
413 aGraphAttrs.SetTransparency( static_cast<sal_uInt8>(nTransparency) ); in createShape()
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx125 void lcl_SetTransparency(SvxBrushItem& rBrush, long nTransparency) in lcl_SetTransparency() argument
128 aTransparency <<= (sal_Int8)nTransparency; in lcl_SetTransparency()
184 sal_uInt8 nTransparency; member in BackgroundPreviewImpl
205 nTransparency(0) in BackgroundPreviewImpl()
231 nTransparency = lcl_TransparencyToPercent( rColor.GetTransparency() ); in NotifyChange()
/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/filter/source/msfilter/
H A Descherex.cxx657 sal_uInt16 nTransparency = ( EscherPropertyValueHelper::GetPropertyValue( in CreateFillProperties() local
661 if ( nTransparency ) in CreateFillProperties()
662 AddOpt( ESCHER_Prop_fillOpacity, ( ( 100 - nTransparency ) << 16 ) / 100 ); in CreateFillProperties()
1148 sal_Int16 nTransparency = 0; in CreateLineProperties() local
1149 if ( aAny >>= nTransparency ) in CreateLineProperties()
1150 AddOpt( ESCHER_Prop_lineOpacity, ( ( 100 - nTransparency ) << 16 ) / 100 ); in CreateLineProperties()
1473 sal_Int16 nTransparency(0); in CreateGraphicProperties() local
1564 aAny >>= nTransparency; in CreateGraphicProperties()
1671 if(bMirrored || nTransparency || nRed || nGreen || nBlue || (1.0 != fGamma)) in CreateGraphicProperties()
1681 if(nTransparency) in CreateGraphicProperties()
[all …]
/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/inc/vcl/
H A Dpdfextoutdevdata.hxx189 sal_uInt8 nTransparency,
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.hxx59 …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()

Completed in 143 milliseconds

12