Home
last modified time | relevance | path

Searched refs:rOutDev (Results 1 – 25 of 61) sorted by relevance

123

/AOO41X/main/canvas/source/vcl/
H A Dspritecanvashelper.cxx60 void spriteRedraw( OutputDevice& rOutDev, in spriteRedraw() argument
65 ::boost::polymorphic_downcast< Sprite* >(rSprite.get())->redraw(rOutDev, in spriteRedraw()
77 void repaintBackground( OutputDevice& rOutDev, in repaintBackground() argument
84 rOutDev.DrawOutDev( rPos, rSize, rPos, rSize, rBackBuffer ); in repaintBackground()
88 OutputDevice& rOutDev, in opaqueUpdateSpriteArea() argument
97 rOutDev.EnableMapMode( sal_False ); in opaqueUpdateSpriteArea()
98 rOutDev.SetAntialiasing( ANTIALIASING_ENABLE_B2DDRAW ); in opaqueUpdateSpriteArea()
99 rOutDev.SetClipRegion( rRequestedArea ); in opaqueUpdateSpriteArea()
104 rSprite.get() )->redraw( rOutDev, in opaqueUpdateSpriteArea()
115 void spriteRedrawStub( OutputDevice& rOutDev, in spriteRedrawStub() argument
[all …]
H A Dcanvashelper_texturefill.cxx77 bool textureFill( OutputDevice& rOutDev, in textureFill() argument
100 bRet |= ( sal_True == rGraphic.Draw( &rOutDev, in textureFill()
119 void fillLinearGradient( OutputDevice& rOutDev, in fillLinearGradient() argument
210 rOutDev.SetLineColor(); in fillLinearGradient()
222 rOutDev.SetFillColor( in fillLinearGradient()
249 rOutDev.DrawPolygon( aTempPoly ); in fillLinearGradient()
272 rOutDev.SetFillColor( rColors.back() ); in fillLinearGradient()
274 rOutDev.DrawPolygon( aTempPoly ); in fillLinearGradient()
277 void fillPolygonalGradient( OutputDevice& rOutDev, in fillPolygonalGradient() argument
367 rOutDev.SetLineColor(); in fillPolygonalGradient()
[all …]
H A Dcanvashelper.cxx138 const OutDevProviderSharedPtr& rOutDev, in init() argument
147 setOutDev( rOutDev, bProtect ); in init()
150 void CanvasHelper::setOutDev( const OutDevProviderSharedPtr& rOutDev, in setOutDev() argument
154 mpProtectedOutDev = rOutDev; in setOutDev()
158 mpOutDev = rOutDev; in setOutDev()
161 void CanvasHelper::setBackgroundOutDev( const OutDevProviderSharedPtr& rOutDev ) in setBackgroundOutDev() argument
163 mp2ndOutDev = rOutDev; in setBackgroundOutDev()
173 OutputDevice& rOutDev( mpOutDev->getOutDev() ); in clear() local
176 rOutDev.EnableMapMode( sal_False ); in clear()
177 rOutDev.SetAntialiasing( ANTIALIASING_ENABLE_B2DDRAW ); in clear()
[all …]
H A Ddevicehelper.cxx48 void DeviceHelper::init( const OutDevProviderSharedPtr& rOutDev ) in init() argument
50 mpOutDev = rOutDev; in init()
59 OutputDevice& rOutDev = mpOutDev->getOutDev(); in getPhysicalResolution() local
60 const MapMode aOldMapMode( rOutDev.GetMapMode() ); in getPhysicalResolution()
61 rOutDev.SetMapMode( MapMode(MAP_MM) ); in getPhysicalResolution()
62 const Size aPixelSize( rOutDev.LogicToPixel(Size(1,1)) ); in getPhysicalResolution()
63 rOutDev.SetMapMode( aOldMapMode ); in getPhysicalResolution()
74 OutputDevice& rOutDev = mpOutDev->getOutDev(); in getPhysicalSize() local
75 const MapMode aOldMapMode( rOutDev.GetMapMode() ); in getPhysicalSize()
76 rOutDev.SetMapMode( MapMode(MAP_MM) ); in getPhysicalSize()
[all …]
H A Dtextlayout.cxx53 void setupLayoutMode( OutputDevice& rOutDev, in setupLayoutMode() argument
79 rOutDev.SetLayoutMode( nLayoutMode | TEXT_LAYOUT_TEXTORIGIN_LEFT ); in setupLayoutMode()
88 const OutDevProviderSharedPtr& rOutDev ) : in TextLayout() argument
94 mpOutDevProvider( rOutDev ), in TextLayout()
114 OutputDevice& rOutDev = mpOutDevProvider->getOutDev(); in queryTextShapes() local
115 VirtualDevice aVDev( rOutDev ); in queryTextShapes()
167 OutputDevice& rOutDev = mpOutDevProvider->getOutDev(); in queryInkMeasures() local
168 VirtualDevice aVDev( rOutDev ); in queryInkMeasures()
246 OutputDevice& rOutDev = mpOutDevProvider->getOutDev(); in queryTextBounds() local
248 VirtualDevice aVDev( rOutDev ); in queryTextBounds()
[all …]
H A Dcanvasfont.cxx73 OutputDevice& rOutDev( rOutDevProvider->getOutDev() ); in CanvasFont() local
75 const bool bOldMapState( rOutDev.IsMapModeEnabled() ); in CanvasFont()
76 rOutDev.EnableMapMode(sal_False); in CanvasFont()
78 const Size aSize = rOutDev.GetFontMetric( *maFont ).GetSize(); in CanvasFont()
90 rOutDev.EnableMapMode(bOldMapState); in CanvasFont()
128 OutputDevice& rOutDev = mpOutDevProvider->getOutDev(); in getFontMetrics() local
129 VirtualDevice aVDev( rOutDev ); in getFontMetrics()
H A Dimpltools.hxx107 … ::OutputDevice& rOutDev );
138 explicit OutDevStateKeeper( OutputDevice& rOutDev ) : in OutDevStateKeeper() argument
139 mpOutDev( &rOutDev ), in OutDevStateKeeper()
146 explicit OutDevStateKeeper( const OutDevProviderSharedPtr& rOutDev ) : in OutDevStateKeeper() argument
147 mpOutDev( rOutDev.get() ? &(rOutDev->getOutDev()) : NULL ), in OutDevStateKeeper()
H A Dcanvascustomsprite.cxx163 void CanvasCustomSprite::redraw( OutputDevice& rOutDev, in redraw() argument
168 redraw( rOutDev, maSpriteHelper.getPosPixel(), bBufferedUpdate ); in redraw()
171 void CanvasCustomSprite::redraw( OutputDevice& rOutDev, in redraw() argument
177 maSpriteHelper.redraw( rOutDev, in redraw()
H A Dspritecanvashelper.hxx49 void init( const OutDevProviderSharedPtr& rOutDev,
143 void renderFrameCounter( OutputDevice& rOutDev );
144 void renderSpriteCount( OutputDevice& rOutDev );
145 void renderMemUsage( OutputDevice& rOutDev );
H A Dspritedevicehelper.cxx51 OutputDevice& rOutDev( pOutDev->getOutDev() ); in init() local
52 mpBackBuffer.reset( new BackBuffer( rOutDev )); in init()
53 mpBackBuffer->setSize( rOutDev.GetOutputSizePixel() ); in init()
/AOO41X/main/sd/source/ui/accessibility/
H A DAccessibleViewForwarder.cxx52 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in AccessibleViewForwarder() local
54 if(&rOutDev == &rDevice) in AccessibleViewForwarder()
107 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in LogicToPixel() local
108 Rectangle aBBox(static_cast<Window&>(rOutDev).GetWindowExtentsRelative(0L)); in LogicToPixel()
109 return rOutDev.LogicToPixel (rPoint) + aBBox.TopLeft(); in LogicToPixel()
124 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in LogicToPixel() local
125 return rOutDev.LogicToPixel (rSize); in LogicToPixel()
143 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in PixelToLogic() local
144 Rectangle aBBox (static_cast<Window&>(rOutDev).GetWindowExtentsRelative(0L)); in PixelToLogic()
145 return rOutDev.PixelToLogic (rPoint - aBBox.TopLeft()); in PixelToLogic()
[all …]
/AOO41X/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx69 setupFontTransform( ::OutputDevice& rOutDev, in setupFontTransform() argument
91 const sal_Int32 nFontWidth( rOutDev.GetFontMetric( io_rVCLFont ).GetWidth() ); in setupFontTransform()
121 setupOutDevState( OutputDevice& rOutDev, in setupOutDevState() argument
198 rOutDev.SetClipRegion(); in setupOutDevState()
202 rOutDev.SetClipRegion( aClipRegion ); in setupOutDevState()
222 rOutDev.SetLineColor( aColor ); in setupOutDevState()
223 rOutDev.SetFillColor(); in setupOutDevState()
228 rOutDev.SetFillColor( aColor ); in setupOutDevState()
229 rOutDev.SetLineColor(); in setupOutDevState()
234 rOutDev.SetTextColor( aColor ); in setupOutDevState()
[all …]
H A Dcairo_textlayout.cxx76 void setupLayoutMode( OutputDevice& rOutDev, in setupLayoutMode() argument
102 rOutDev.SetLayoutMode( nLayoutMode | TEXT_LAYOUT_TEXTORIGIN_LEFT ); in setupLayoutMode()
379 OutputDevice& rOutDev, in draw() argument
389 setupLayoutMode( rOutDev, mnTextDirection ); in draw()
402 aSysLayoutData = rOutDev.GetSysTextLayoutData(rOutpos, maText.Text, in draw()
421 aFontData.push_back(FontLevel(rOutDev.GetSysFontData(aIter->fallbacklevel), in draw()
444 rOutDev.DrawTextArray( rOutpos, maText.Text, aOffsets.get(), in draw()
451 rOutDev.DrawText( rOutpos, maText.Text, in draw()
538 Color mTextColor = rOutDev.GetTextColor(); in draw()
546 Font aFont = rOutDev.GetFont(); in draw()
[all …]
/AOO41X/main/starmath/source/
H A Dview.cxx1044 OutputDevice &rOutDev, in Impl_Print() argument
1058 rOutDev.Push(); in Impl_Print()
1059 rOutDev.SetLineColor( Color(COL_BLACK) ); in Impl_Print()
1072 rOutDev.SetFont(aFont); in Impl_Print()
1074 Size aTitleSize (GetTextSize(rOutDev, GetDoc()->GetTitle(), aOutRect.GetWidth() - 200)); in Impl_Print()
1078 rOutDev.SetFont(aFont); in Impl_Print()
1080 Size aDescSize (GetTextSize(rOutDev, GetDoc()->GetComment(), aOutRect.GetWidth() - 200)); in Impl_Print()
1083 rOutDev.DrawRect(Rectangle(aOutRect.TopLeft(), in Impl_Print()
1090 rOutDev.SetFont(aFont); in Impl_Print()
1093 DrawText(rOutDev, aPoint, GetDoc()->GetTitle(), in Impl_Print()
[all …]
H A Dnode.cxx69 OutputDevice &rOutDev; member in SmTmpDevice
79 ~SmTmpDevice() { rOutDev.Pop(); } in ~SmTmpDevice()
83 void SetLineColor( const Color& rColor ) { rOutDev.SetLineColor( Impl_GetColor(rColor) ); } in SetLineColor()
84 void SetFillColor( const Color& rColor ) { rOutDev.SetFillColor( Impl_GetColor(rColor) ); } in SetFillColor()
85 void SetTextColor( const Color& rColor ) { rOutDev.SetTextColor( Impl_GetColor(rColor) ); } in SetTextColor()
87 operator OutputDevice & () { return rOutDev; } in operator OutputDevice&()
92 rOutDev(rTheDev) in SmTmpDevice()
94 rOutDev.Push( PUSH_FONT | PUSH_MAPMODE | in SmTmpDevice()
96 if (bUseMap100th_mm && MAP_100TH_MM != rOutDev.GetMapMode().GetMapUnit()) in SmTmpDevice()
99 rOutDev.SetMapMode( MAP_100TH_MM ); //Immer fuer 100% fomatieren in SmTmpDevice()
[all …]
/AOO41X/main/sw/source/ui/uiview/
H A Dsrcview.cxx141 void lcl_PrintHeader( OutputDevice &rOutDev, sal_uInt16 nPages, sal_uInt16 nCurPage, const String& … in TYPEINIT1()
144 Size aSz = rOutDev.GetOutputSize(); in TYPEINIT1()
147 Color aOldFillColor( rOutDev.GetFillColor() ); in TYPEINIT1()
148 Font aOldFont( rOutDev.GetFont() ); in TYPEINIT1()
150 rOutDev.SetFillColor( Color(COL_TRANSPARENT) ); in TYPEINIT1()
155 rOutDev.SetFont( aFont ); in TYPEINIT1()
157 long nFontHeight = rOutDev.GetTextHeight(); in TYPEINIT1()
165 rOutDev.DrawRect( Rectangle( in TYPEINIT1()
172 rOutDev.DrawText( aPos, rTitle ); in TYPEINIT1()
176 rOutDev.SetFont( aFont ); in TYPEINIT1()
[all …]
/AOO41X/main/svx/source/svdraw/
H A Dsdrpagewindow.cxx109 OutputDevice& rOutDev = rPaintWindow.GetOutputDevice(); in GetControlContainer() local
110 Point aPosPix = rOutDev.GetMapMode().GetOrigin(); in GetControlContainer()
111 Size aSizePix = rOutDev.GetOutputSizePixel(); in GetControlContainer()
224 …void impPaintStrokePolygon(const basegfx::B2DPolygon& rCandidate, OutputDevice& rOutDev, Color aCo… in impPaintStrokePolygon() argument
236 rOutDev.SetFillColor(); in impPaintStrokePolygon()
237 rOutDev.SetLineColor(aColor); in impPaintStrokePolygon()
245 rOutDev.DrawLine(aStart, aEnd); in impPaintStrokePolygon()
250 void impTryTest(const SdrPageView& rPageView, OutputDevice& rOutDev) in impTryTest() argument
285 impPaintStrokePolygon(aResult.getB2DPolygon(a), rOutDev, aColor); in impTryTest()
H A Dsvdpntv.cxx1097 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in GlueInvalidate() local
1107 pGPL->Invalidate((Window&)rOutDev, pObj); in GlueInvalidate()
1140 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in InvalidateAllWin() local
1146 Size aSiz(rOutDev.PixelToLogic(aPixSiz)); in InvalidateAllWin()
1153 Point aOrg(rOutDev.GetMapMode().GetOrigin()); in InvalidateAllWin()
1155 Rectangle aOutRect(aOrg, rOutDev.GetOutputSize()); in InvalidateAllWin()
1159 InvalidateOneWin((Window&)rOutDev, aRect); in InvalidateAllWin()
H A Dsvdviter.cxx262 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in ImpFindWindow() local
264 if(OUTDEV_WINDOW == rOutDev.GetOutDevType()) in ImpFindWindow()
266 return (Window*)(&rOutDev); in ImpFindWindow()
/AOO41X/main/sc/source/ui/dbgui/
H A Dcsvcontrol.cxx279 void ScCsvControl::ImplInvertRect( OutputDevice& rOutDev, const Rectangle& rRect ) in ImplInvertRect() argument
281 rOutDev.Push( PUSH_LINECOLOR | PUSH_FILLCOLOR | PUSH_RASTEROP ); in ImplInvertRect()
282 rOutDev.SetLineColor( Color( COL_BLACK ) ); in ImplInvertRect()
283 rOutDev.SetFillColor( Color( COL_BLACK ) ); in ImplInvertRect()
284 rOutDev.SetRasterOp( ROP_INVERT ); in ImplInvertRect()
285 rOutDev.DrawRect( rRect ); in ImplInvertRect()
286 rOutDev.Pop(); in ImplInvertRect()
H A Dcsvgrid.cxx1026 void ScCsvGrid::ImplSetColumnClipRegion( OutputDevice& rOutDev, sal_uInt32 nColIndex ) in ImplSetColumnClipRegion() argument
1028 rOutDev.SetClipRegion( Region( Rectangle( in ImplSetColumnClipRegion()
1033 void ScCsvGrid::ImplDrawColumnHeader( OutputDevice& rOutDev, sal_uInt32 nColIndex, Color aFillColor… in ImplDrawColumnHeader() argument
1039 rOutDev.SetLineColor(); in ImplDrawColumnHeader()
1040 rOutDev.SetFillColor( aFillColor ); in ImplDrawColumnHeader()
1041 rOutDev.DrawRect( Rectangle( nX1, 0, nX2, nHdrHt ) ); in ImplDrawColumnHeader()
1043 rOutDev.SetFont( maHeaderFont ); in ImplDrawColumnHeader()
1044 rOutDev.SetTextColor( maHeaderTextColor ); in ImplDrawColumnHeader()
1045 rOutDev.SetTextFillColor(); in ImplDrawColumnHeader()
1046 rOutDev.DrawText( Point( nX1 + 1, 0 ), GetColumnTypeName( nColIndex ) ); in ImplDrawColumnHeader()
[all …]
/AOO41X/main/drawinglayer/source/processor2d/
H A Dvclhelperbufferdevice.cxx55 … VirtualDevice* alloc(OutputDevice& rOutDev, const Size& rSizePixel, bool bClear, bool bMono);
88 …VirtualDevice* VDevBuffer::alloc(OutputDevice& rOutDev, const Size& rSizePixel, bool bClear, bool … in alloc() argument
168 pRetval = (bMono) ? new VirtualDevice(rOutDev, 1) : new VirtualDevice(rOutDev); in alloc()
222 OutputDevice& rOutDev, in impBufferDevice() argument
225 : mrOutDev(rOutDev), in impBufferDevice()
/AOO41X/main/vcl/source/gdi/
H A Doutdev2.cxx308 const OutputDevice& rOutDev ) in DrawOutDev() argument
312 DBG_CHKOBJ( &rOutDev, OutputDevice, ImplDbgCheckOutputDevice ); in DrawOutDev()
314 …DBG_ASSERT( rOutDev.meOutDevType != OUTDEV_PRINTER, "Don't use OutputDevice::DrawOutDev(...) with … in DrawOutDev()
316 …if ( (meOutDevType == OUTDEV_PRINTER) || (rOutDev.meOutDevType == OUTDEV_PRINTER) || ImplIsRecordL… in DrawOutDev()
327 const Bitmap aBmp( rOutDev.GetBitmap( rSrcPt, rSrcSize ) ); in DrawOutDev()
334 aPosAry.mnSrcX = rOutDev.ImplLogicXToDevicePixel( rSrcPt.X() ); in DrawOutDev()
335 aPosAry.mnSrcY = rOutDev.ImplLogicYToDevicePixel( rSrcPt.Y() ); in DrawOutDev()
336 aPosAry.mnSrcWidth = rOutDev.ImplLogicWidthToDevicePixel( rSrcSize.Width() ); in DrawOutDev()
337 aPosAry.mnSrcHeight = rOutDev.ImplLogicHeightToDevicePixel( rSrcSize.Height() ); in DrawOutDev()
345 if( rOutDev.mpAlphaVDev ) in DrawOutDev()
[all …]
/AOO41X/main/svx/source/dialog/
H A Dfntctrl.cxx63 void scaleFontWidth(Font& _rFont,const OutputDevice& rOutDev,long& _n100PercentFont) in scaleFontWidth() argument
66 _n100PercentFont = rOutDev.GetFontMetric( _rFont ).GetWidth(); in scaleFontWidth()
172 void ScaleFontWidth( const OutputDevice& rOutDev );
415 void FontPrevWin_Impl::ScaleFontWidth( const OutputDevice& rOutDev ) in ScaleFontWidth() argument
419 scaleFontWidth(aFont,rOutDev,n100PercentFontWidth); in ScaleFontWidth()
420 scaleFontWidth(aCJKFont,rOutDev,n100PercentFontWidthCJK); in ScaleFontWidth()
421 scaleFontWidth(aCTLFont,rOutDev,n100PercentFontWidthCTL); in ScaleFontWidth()
/AOO41X/main/svx/source/sdr/contact/
H A Dviewobjectcontactofsdrmediaobj.cxx93 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in getWindow() local
95 if(OUTDEV_WINDOW == rOutDev.GetOutDevType()) in getWindow()
97 pRetval = static_cast< Window* >(&rOutDev); in getWindow()

123