Home
last modified time | relevance | path

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

123

/trunk/main/canvas/source/vcl/
H A Dspritecanvashelper.cxx175 rOutDev.SetTextAlign(ALIGN_TOP); in renderInfoText()
177 rOutDev.SetFont( aVCLFont ); in renderInfoText()
179 rOutDev.DrawText( rPos, rStr ); in renderInfoText()
334 rOutDev.SetClipRegion(); in updateScreen()
348 renderFrameCounter( rOutDev ); in updateScreen()
349 renderSpriteCount( rOutDev ); in updateScreen()
350 renderMemUsage( rOutDev ); in updateScreen()
473 rOutDev.Pop(); in scrollUpdate()
619 renderInfoText( rOutDev, in renderFrameCounter()
670 renderInfoText( rOutDev, in renderSpriteCount()
[all …]
H A Dcanvashelper_texturefill.cxx210 rOutDev.SetLineColor(); in fillLinearGradient()
222 rOutDev.SetFillColor( in fillLinearGradient()
367 rOutDev.SetLineColor(); in fillPolygonalGradient()
576 rOutDev.SetLineColor(); in gradientFill()
597 doGradientFill( rOutDev, in gradientFill()
604 rOutDev.Pop(); in gradientFill()
628 doGradientFill( rOutDev, in gradientFill()
635 rOutDev.Pop(); in gradientFill()
656 doGradientFill( rOutDev, in gradientFill()
674 rOutDev.Pop(); in gradientFill()
[all …]
H A Dcanvashelper.cxx147 setOutDev( rOutDev, bProtect ); in init()
154 mpProtectedOutDev = rOutDev; in setOutDev()
158 mpOutDev = rOutDev; in setOutDev()
163 mp2ndOutDev = rOutDev; in setBackgroundOutDev()
178 rOutDev.SetLineColor( COL_WHITE ); in clear()
179 rOutDev.SetFillColor( COL_WHITE ); in clear()
939 rOutDev.EnableMapMode( sal_False ); in getScaledBitmap()
969 rOutDev.EnableMapMode( sal_False ); in getData()
1200 rOutDev.GetPixel( in getPixel()
1298 rOutDev.SetClipRegion(); in setupOutDevState()
[all …]
H A Ddevicehelper.cxx50 mpOutDev = rOutDev; in init()
59 OutputDevice& rOutDev = mpOutDev->getOutDev(); in getPhysicalResolution() local
61 rOutDev.SetMapMode( MapMode(MAP_MM) ); in getPhysicalResolution()
63 rOutDev.SetMapMode( aOldMapMode ); in getPhysicalResolution()
74 OutputDevice& rOutDev = mpOutDev->getOutDev(); in getPhysicalSize() local
76 rOutDev.SetMapMode( MapMode(MAP_MM) ); in getPhysicalSize()
77 const Size aLogSize( rOutDev.PixelToLogic(rOutDev.GetOutputSizePixel()) ); in getPhysicalSize()
78 rOutDev.SetMapMode( aOldMapMode ); in getPhysicalSize()
226 rOutDev.EnableMapMode( sal_False ); in dumpScreenContent()
227 … WriteDIB(rOutDev.GetBitmap(aEmptyPoint, rOutDev.GetOutputSizePixel()), aStream, false, true); in dumpScreenContent()
[all …]
H A Dtextlayout.cxx53 void setupLayoutMode( OutputDevice& rOutDev, in setupLayoutMode() 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()
390 setupLayoutMode( rOutDev, mnTextDirection ); in draw()
401 rOutDev.DrawTextArray( rOutpos, in draw()
[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()
/trunk/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
145 return rOutDev.PixelToLogic (rPoint - aBBox.TopLeft()); in PixelToLogic()
160 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in PixelToLogic() local
[all …]
/trunk/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.cxx85 void setupLayoutMode( OutputDevice& rOutDev, in setupLayoutMode() argument
111 rOutDev.SetLayoutMode( nLayoutMode | TEXT_LAYOUT_TEXTORIGIN_LEFT ); in setupLayoutMode()
388 OutputDevice& rOutDev, in draw() argument
398 setupLayoutMode( rOutDev, mnTextDirection ); in draw()
411 aSysLayoutData = rOutDev.GetSysTextLayoutData(rOutpos, maText.Text, in draw()
453 rOutDev.DrawTextArray( rOutpos, maText.Text, aOffsets.get(), in draw()
460 rOutDev.DrawText( rOutpos, maText.Text, in draw()
544 rOutDev.GetFont().GetName(), RTL_TEXTENCODING_UTF8); in draw()
572 Color mTextColor = rOutDev.GetTextColor(); in draw()
580 Font aFont = rOutDev.GetFont(); in draw()
[all …]
/trunk/main/starmath/source/
H A Dview.cxx1052 OutputDevice &rOutDev, in Impl_Print() argument
1066 rOutDev.Push(); in Impl_Print()
1080 rOutDev.SetFont(aFont); in Impl_Print()
1086 rOutDev.SetFont(aFont); in Impl_Print()
1098 rOutDev.SetFont(aFont); in Impl_Print()
1108 rOutDev.SetFont(aFont); in Impl_Print()
1124 rOutDev.SetFont(aFont); in Impl_Print()
1186 aSize = rOutDev.PixelToLogic(rOutDev.LogicToPixel(aSize, OutputMapMode), in Impl_Print()
1192 aPos = rOutDev.PixelToLogic(rOutDev.LogicToPixel(aPos, MapMode(MAP_100TH_MM)), in Impl_Print()
1200 rOutDev.SetClipRegion(); in Impl_Print()
[all …]
H A Dnode.cxx69 OutputDevice &rOutDev; member in SmTmpDevice
79 ~SmTmpDevice() { rOutDev.Pop(); } in ~SmTmpDevice()
87 operator OutputDevice & () { return rOutDev; } in operator OutputDevice&()
92 rOutDev(rTheDev) in SmTmpDevice()
94 rOutDev.Push( PUSH_FONT | PUSH_MAPMODE | in SmTmpDevice()
99 rOutDev.SetMapMode( MAP_100TH_MM ); //Immer fuer 100% fomatieren in SmTmpDevice()
109 if (OUTDEV_PRINTER == rOutDev.GetOutDevType()) in Impl_GetColor()
113 Color aBgCol( rOutDev.GetBackground().GetColor() ); in Impl_GetColor()
114 if (OUTDEV_WINDOW == rOutDev.GetOutDevType()) in Impl_GetColor()
132 rOutDev.SetFont( rNewFont ); in SetFont()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx144 Size aSz = rOutDev.GetOutputSize(); in TYPEINIT1()
147 Color aOldFillColor( rOutDev.GetFillColor() ); in TYPEINIT1()
148 Font aOldFont( rOutDev.GetFont() ); 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()
183 rOutDev.DrawText( aPos, aPageStr ); in TYPEINIT1()
191 rOutDev.SetFont( aOldFont ); in TYPEINIT1()
[all …]
/trunk/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 Dsvdpagv.cxx102 SdrPageWindow* SdrPageView::FindPageWindow(const OutputDevice& rOutDev) const in FindPageWindow()
106 if(&((*a)->GetPaintWindow().GetOutputDevice()) == &rOutDev) in FindPageWindow()
815 OutputDevice& rOutDev = pCandidate->GetOutputDevice(); in ImpInvalidateHelpLineArea() local
816 Rectangle aR(rHL.GetBoundRect(rOutDev)); in ImpInvalidateHelpLineArea()
817 Size aSiz(rOutDev.PixelToLogic(Size(1,1))); in ImpInvalidateHelpLineArea()
822 ((SdrView&)GetView()).InvalidateOneWin((Window&)rOutDev, aR); in ImpInvalidateHelpLineArea()
/trunk/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.cxx1028 rOutDev.SetClipRegion( Region( Rectangle( in ImplSetColumnClipRegion()
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()
1048 rOutDev.SetLineColor( maHeaderGridColor ); in ImplDrawColumnHeader()
1049 rOutDev.DrawLine( Point( nX1, nHdrHt ), Point( nX2, nHdrHt ) ); in ImplDrawColumnHeader()
[all …]
/trunk/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()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx308 const OutputDevice& rOutDev ) in DrawOutDev() argument
312 DBG_CHKOBJ( &rOutDev, OutputDevice, ImplDbgCheckOutputDevice ); 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()
345 if( rOutDev.mpAlphaVDev ) in DrawOutDev()
356 ImplDrawOutDevDirect( &rOutDev, aPosAry ); in DrawOutDev()
364 if( rOutDev.mpAlphaVDev ) in DrawOutDev()
372 ImplDrawOutDevDirect( &rOutDev, aPosAry ); in DrawOutDev()
451 const OutputDevice& rOutDev, const Region& rRegion ) in ImplDrawFrameDev() argument
[all …]
/trunk/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()
/trunk/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()

Completed in 137 milliseconds

123