Home
last modified time | relevance | path

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

123456

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/pdfwindow/
H A DPWL_ScrollBar.cpp244 int32_t nTransparency = GetTransparency(); in DrawThisAppearance() local
266 PWL_DEFAULT_BLACKCOLOR.ToFXColor(nTransparency), in DrawThisAppearance()
286 PWL_DEFAULT_BLACKCOLOR.ToFXColor(nTransparency), in DrawThisAppearance()
300 ArgbEncode(nTransparency, 100, 100, 100), in DrawThisAppearance()
306 ArgbEncode(nTransparency, 255, 255, 255), in DrawThisAppearance()
315 nTransparency, 80, 220); in DrawThisAppearance()
336 ArgbEncode(nTransparency, 255, 255, 255)); in DrawThisAppearance()
347 ArgbEncode(nTransparency, 100, 100, 100), in DrawThisAppearance()
360 nTransparency, 80, 220); in DrawThisAppearance()
382 ArgbEncode(nTransparency, 255, 255, 255)); in DrawThisAppearance()
[all …]
H A Dcpwl_color.cpp110 FX_COLORREF CPWL_Color::ToFXColor(int32_t nTransparency) const { in ToFXColor()
119 ret.fColor4 = nTransparency; in ToFXColor()
124 ret.fColor4 = nTransparency; in ToFXColor()
129 ret.fColor4 = nTransparency; in ToFXColor()
H A DPWL_Utils.h99 int32_t nTransparency);
123 int32_t nTransparency);
134 int32_t nTransparency,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qt5/
H A DQt5Painter.cxx24 Qt5Painter::Qt5Painter(Qt5Graphics& rGraphics, bool bPrepareBrush, sal_uInt8 nTransparency) in Qt5Painter() argument
41 aColor.setAlpha(nTransparency); in Qt5Painter()
49 aColor.setAlpha(nTransparency); in Qt5Painter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qt5/
H A DQt5Painter.cxx24 Qt5Painter::Qt5Painter(Qt5GraphicsBackend& rGraphics, bool bPrepareBrush, sal_uInt8 nTransparency) in Qt5Painter() argument
45 aColor.setAlpha(nTransparency); in Qt5Painter()
53 aColor.setAlpha(nTransparency); in Qt5Painter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/pwl/
H A Dcpwl_scroll_bar.cpp132 int32_t nTransparency = GetTransparency(); in DrawThisAppearance() local
175 ArgbEncode(nTransparency, 100, 100, 100), 0.0f); in DrawThisAppearance()
225 const FX_COLORREF refs[] = {ArgbEncode(nTransparency, 210, 210, 210), in DrawThisAppearance()
226 ArgbEncode(nTransparency, 220, 220, 220), in DrawThisAppearance()
227 ArgbEncode(nTransparency, 240, 240, 240), in DrawThisAppearance()
228 ArgbEncode(nTransparency, 240, 240, 240), in DrawThisAppearance()
229 ArgbEncode(nTransparency, 210, 210, 210), in DrawThisAppearance()
230 ArgbEncode(nTransparency, 180, 180, 180), in DrawThisAppearance()
231 ArgbEncode(nTransparency, 150, 150, 150), in DrawThisAppearance()
232 ArgbEncode(nTransparency, 150, 150, 150), in DrawThisAppearance()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/pwl/
H A Dcpwl_scroll_bar.cpp133 int32_t nTransparency = GetTransparency(); in DrawThisAppearance() local
176 ArgbEncode(nTransparency, 100, 100, 100), 0.0f); in DrawThisAppearance()
226 const FX_COLORREF refs[] = {ArgbEncode(nTransparency, 210, 210, 210), in DrawThisAppearance()
227 ArgbEncode(nTransparency, 220, 220, 220), in DrawThisAppearance()
228 ArgbEncode(nTransparency, 240, 240, 240), in DrawThisAppearance()
229 ArgbEncode(nTransparency, 240, 240, 240), in DrawThisAppearance()
230 ArgbEncode(nTransparency, 210, 210, 210), in DrawThisAppearance()
231 ArgbEncode(nTransparency, 180, 180, 180), in DrawThisAppearance()
232 ArgbEncode(nTransparency, 150, 150, 150), in DrawThisAppearance()
233 ArgbEncode(nTransparency, 150, 150, 150), in DrawThisAppearance()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/overlay/
H A Doverlaypolypolygon.cxx61 sal_uInt8 nTransparency = 255 - getBaseColor().GetAlpha(); in createOverlayObjectPrimitive2DSequence() local
62 if (nTransparency > 0) in createOverlayObjectPrimitive2DSequence()
65 …rawinglayer::primitive2d::UnifiedTransparencePrimitive2D(aReturnContainer, nTransparency / 255.0)); in createOverlayObjectPrimitive2DSequence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dprint2.cxx137 sal_uInt16 nTransparency( pTransAct->GetTransparence() ); in ImplConvertTransparentAction() local
140 if (nTransparency) in ImplConvertTransparentAction()
146 …aLineColor.SetRed(static_cast<sal_uInt8>((255*nTransparency + (100 - nTransparency) * aLineColor.G… in ImplConvertTransparentAction()
147 …aLineColor.SetGreen(static_cast<sal_uInt8>((255*nTransparency + (100 - nTransparency) * aLineColor… in ImplConvertTransparentAction()
148 …aLineColor.SetBlue(static_cast<sal_uInt8>((255*nTransparency + (100 - nTransparency) * aLineColor.… in ImplConvertTransparentAction()
152 …aFillColor.SetRed(static_cast<sal_uInt8>((255*nTransparency + (100 - nTransparency)*aFillColor.Get… in ImplConvertTransparentAction()
153 …aFillColor.SetGreen(static_cast<sal_uInt8>((255*nTransparency + (100 - nTransparency)*aFillColor.G… in ImplConvertTransparentAction()
154 …aFillColor.SetBlue(static_cast<sal_uInt8>((255*nTransparency + (100 - nTransparency)*aFillColor.Ge… in ImplConvertTransparentAction()
160 if(nTransparency) in ImplConvertTransparentAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/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>((255*nTransparency + (100 - nTransparency) * aLineColor.G… in ImplConvertTransparentAction()
166 …aLineColor.SetGreen(static_cast<sal_uInt8>((255*nTransparency + (100 - nTransparency) * aLineColor… in ImplConvertTransparentAction()
167 …aLineColor.SetBlue(static_cast<sal_uInt8>((255*nTransparency + (100 - nTransparency) * aLineColor.… in ImplConvertTransparentAction()
171 …aFillColor.SetRed(static_cast<sal_uInt8>((255*nTransparency + (100 - nTransparency)*aFillColor.Get… in ImplConvertTransparentAction()
172 …aFillColor.SetGreen(static_cast<sal_uInt8>((255*nTransparency + (100 - nTransparency)*aFillColor.G… in ImplConvertTransparentAction()
173 …aFillColor.SetBlue(static_cast<sal_uInt8>((255*nTransparency + (100 - nTransparency)*aFillColor.Ge… in ImplConvertTransparentAction()
179 if(nTransparency) in ImplConvertTransparentAction()
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/inc/xfilter/
H A Dxfframestyle.hxx144 void SetTransparency(sal_Int16 nTransparency);
229 inline void XFFrameStyle::SetTransparency(sal_Int16 nTransparency) in SetTransparency() argument
231 m_nTransparency = nTransparency; in SetTransparency()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/inc/xfilter/
H A Dxfframestyle.hxx145 void SetTransparency(sal_Int16 nTransparency);
230 inline void XFFrameStyle::SetTransparency(sal_Int16 nTransparency) in SetTransparency() argument
232 m_nTransparency = nTransparency; in SetTransparency()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A DXMLBackgroundImageExport.cxx148 sal_Int8 nTransparency = sal_Int8(); in exportXML() local
149 if( (*pTransparency) >>= nTransparency ) in exportXML()
152 ::sax::Converter::convertPercent(aTransOut, 100-nTransparency); in exportXML()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A DXMLBackgroundImageExport.cxx148 sal_Int8 nTransparency = sal_Int8(); in exportXML() local
149 if( (*pTransparency) >>= nTransparency ) in exportXML()
152 ::sax::Converter::convertPercent(aTransOut, 100-nTransparency); in exportXML()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Dcolor.hxx71 constexpr Color(sal_uInt8 nTransparency, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue) in Color() argument
72 …(nBlue) | (sal_uInt32(nGreen) << 8) | (sal_uInt32(nRed) << 16) | (sal_uInt32(nTransparency) << 24)) in Color()
118 void SetTransparency(sal_uInt8 nTransparency);
200 inline void Color::SetTransparency( sal_uInt8 nTransparency ) in SetTransparency() argument
202 A = nTransparency; in SetTransparency()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/
H A Dcfx_color.cpp116 FX_COLORREF CFX_Color::ToFXColor(int32_t nTransparency) const { in ToFXColor()
125 ret.fColor4 = nTransparency; in ToFXColor()
130 ret.fColor4 = nTransparency; in ToFXColor()
135 ret.fColor4 = nTransparency; in ToFXColor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/
H A Dcfx_color.cpp116 FX_COLORREF CFX_Color::ToFXColor(int32_t nTransparency) const { in ToFXColor()
125 ret.fColor4 = nTransparency; in ToFXColor()
130 ret.fColor4 = nTransparency; in ToFXColor()
135 ret.fColor4 = nTransparency; in ToFXColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx259 sal_Int16 nTransparency = 0; in getTransparency() local
260 m_xPropertySet->getPropertyValue( "LineTransparence" ) >>= nTransparency; in getTransparency()
261 double fTransparency = static_cast<double>( nTransparency ); in getTransparency()
268 sal_Int16 nTransparency = static_cast<sal_Int16>( _transparency * 100 ); in setTransparency() local
269 m_xPropertySet->setPropertyValue( "LineTransparence" , uno::makeAny( nTransparency ) ); in setTransparency()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dwatermarkitem.hxx33 … SetTransparency(const sal_Int16 nTransparency) { m_nTransparency = nTransparen… in SetTransparency() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Dwatermarkitem.hxx33 … SetTransparency(const sal_Int16 nTransparency) { m_nTransparency = nTransparen… in SetTransparency() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx257 sal_Int16 nTransparency = 0; in getTransparency() local
258 m_xPropertySet->getPropertyValue( "LineTransparence" ) >>= nTransparency; in getTransparency()
259 double fTransparency = static_cast<double>( nTransparency ); in getTransparency()
266 sal_Int16 nTransparency = static_cast<sal_Int16>( _transparency * 100 ); in setTransparency() local
267 m_xPropertySet->setPropertyValue( "LineTransparence" , uno::makeAny( nTransparency ) ); in setTransparency()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx156 double nTransparency (0); in PaintRepresentatives() local
166 nTransparency = 0.85; in PaintRepresentatives()
170 nTransparency = 0.75; in PaintRepresentatives()
174 nTransparency = 0.65; in PaintRepresentatives()
218 nTransparency); in PaintRepresentatives()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx154 double nTransparency (0); in PaintRepresentatives() local
164 nTransparency = 0.85; in PaintRepresentatives()
168 nTransparency = 0.75; in PaintRepresentatives()
172 nTransparency = 0.65; in PaintRepresentatives()
216 nTransparency); in PaintRepresentatives()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppcanvas/source/mtfrenderer/
H A Dpolypolyaction.cxx58 int nTransparency );
110 int nTransparency ) : in PolyPolyAction() argument
129 maFillColor[3] = 1.0 - nTransparency / 100.0; in PolyPolyAction()
141 maState.DeviceColor[3] = 1.0 - nTransparency / 100.0; in PolyPolyAction()
492 … int nTransparency ) in createPolyPolyAction() argument
499 nTransparency ); in createPolyPolyAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppcanvas/source/mtfrenderer/
H A Dpolypolyaction.cxx60 int nTransparency );
112 int nTransparency ) : in PolyPolyAction() argument
131 maFillColor[3] = 1.0 - nTransparency / 100.0; in PolyPolyAction()
143 maState.DeviceColor[3] = 1.0 - nTransparency / 100.0; in PolyPolyAction()
495 … int nTransparency ) in createPolyPolyAction() argument
502 nTransparency ) ); in createPolyPolyAction()

123456