Lines Matching refs:mpOutputDevice

171                         mpOutputDevice->SetTextLineColor( Color(aTextlineColor) );  in RenderTextSimpleOrDecoratedPortionPrimitive2D()
179 mpOutputDevice->SetOverlineColor( Color(aOverlineColor) ); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
266 const sal_uInt32 nOldLayoutMode(mpOutputDevice->GetLayoutMode()); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
272 mpOutputDevice->SetLayoutMode(nRTLLayoutMode); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
275 mpOutputDevice->SetFont(aFont); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
276 mpOutputDevice->SetTextColor(Color(aRGBFontColor)); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
280 mpOutputDevice->DrawTextArray( in RenderTextSimpleOrDecoratedPortionPrimitive2D()
289 mpOutputDevice->DrawText( in RenderTextSimpleOrDecoratedPortionPrimitive2D()
298 mpOutputDevice->SetLayoutMode(nOldLayoutMode); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
316 mpOutputDevice->SetLineColor(Color(aHairlineColor)); in RenderPolygonHairlinePrimitive2D()
317 mpOutputDevice->SetFillColor(); in RenderPolygonHairlinePrimitive2D()
355 mpOutputDevice->SetFillColor(Color(aHairlineColor)); in RenderPolygonHairlinePrimitive2D()
356 mpOutputDevice->SetLineColor(); in RenderPolygonHairlinePrimitive2D()
359 mpOutputDevice->DrawPolygon(aTempPolygon); in RenderPolygonHairlinePrimitive2D()
363 mpOutputDevice->SetFillColor(); in RenderPolygonHairlinePrimitive2D()
364 mpOutputDevice->SetLineColor(Color(aInvPolygonColor)); in RenderPolygonHairlinePrimitive2D()
365 mpOutputDevice->DrawPolyLine(aTempPolygon, 0.0); in RenderPolygonHairlinePrimitive2D()
383 mpOutputDevice->DrawPolyLine(aLocalPolygon, 0.0); in RenderPolygonHairlinePrimitive2D()
404 mpOutputDevice->SetFillColor(Color(aModifiedColor)); in RenderBitmapPrimitive2D()
405 mpOutputDevice->SetLineColor(); in RenderBitmapPrimitive2D()
406 mpOutputDevice->DrawPolygon(aPolygon); in RenderBitmapPrimitive2D()
416 mpOutputDevice->DrawTransformedBitmapEx(aLocalTransform, aBitmapEx); in RenderBitmapPrimitive2D()
458 aObjectRange.transform(mpOutputDevice->GetViewTransformation()); in RenderFillGraphicPrimitive2D()
470 … aGraphicRange.transform(mpOutputDevice->GetViewTransformation() * aLocalTransform); in RenderFillGraphicPrimitive2D()
517 mpOutputDevice->SetFillColor(Color(aModifiedColor)); in RenderFillGraphicPrimitive2D()
518 mpOutputDevice->SetLineColor(); in RenderFillGraphicPrimitive2D()
519 mpOutputDevice->DrawPolygon(aPolygon); in RenderFillGraphicPrimitive2D()
568 const Rectangle aVisiblePixel(aEmptyPoint, mpOutputDevice->GetOutputSizePixel()); in RenderFillGraphicPrimitive2D()
569 const bool bWasEnabled(mpOutputDevice->IsMapModeEnabled()); in RenderFillGraphicPrimitive2D()
570 mpOutputDevice->EnableMapMode(false); in RenderFillGraphicPrimitive2D()
589mpOutputDevice->DrawBitmapEx(aOutRectPixel.TopLeft(), aBitmapEx); in RenderFillGraphicPrimitive2D()
593mpOutputDevice->DrawBitmapEx(aOutRectPixel.TopLeft(), aNeededBitmapSizePixel, aBitmapEx); in RenderFillGraphicPrimitive2D()
616mpOutputDevice->DrawBitmapEx(aOutRectPixel.TopLeft(), aBitmapEx); in RenderFillGraphicPrimitive2D()
620mpOutputDevice->DrawBitmapEx(aOutRectPixel.TopLeft(), aNeededBitmapSizePixel, aBitmapEx); in RenderFillGraphicPrimitive2D()
628 mpOutputDevice->EnableMapMode(bWasEnabled); in RenderFillGraphicPrimitive2D()
690 mpOutputDevice->SetLineColor(); in RenderPolyPolygonGraphicPrimitive2D()
691 mpOutputDevice->SetFillColor(Color(pReplacer->getBColor())); in RenderPolyPolygonGraphicPrimitive2D()
692 mpOutputDevice->DrawPolyPolygon(aLocalPolyPolygon); in RenderPolyPolygonGraphicPrimitive2D()
722 mpOutputDevice->SetLineColor(); in RenderPolyPolygonGraphicPrimitive2D()
723mpOutputDevice->SetFillColor(Color(pReplacer->getBColor())); in RenderPolyPolygonGraphicPrimitive2D()
724 mpOutputDevice->DrawPolyPolygon(aTarget); in RenderPolyPolygonGraphicPrimitive2D()
762 impBufferDevice aBufferDevice(*mpOutputDevice, aRange, true); in RenderMaskPrimitive2DPixel()
767 OutputDevice* pLastOutputDevice = mpOutputDevice; in RenderMaskPrimitive2DPixel()
768 mpOutputDevice = &aBufferDevice.getContent(); in RenderMaskPrimitive2DPixel()
774 mpOutputDevice = pLastOutputDevice; in RenderMaskPrimitive2DPixel()
839 impBufferDevice aBufferDevice(*mpOutputDevice, aRange, true); in RenderUnifiedTransparencePrimitive2D()
844 OutputDevice* pLastOutputDevice = mpOutputDevice; in RenderUnifiedTransparencePrimitive2D()
845 mpOutputDevice = &aBufferDevice.getContent(); in RenderUnifiedTransparencePrimitive2D()
851 mpOutputDevice = pLastOutputDevice; in RenderUnifiedTransparencePrimitive2D()
868 impBufferDevice aBufferDevice(*mpOutputDevice, aRange, true); in RenderTransparencePrimitive2D()
873 OutputDevice* pLastOutputDevice = mpOutputDevice; in RenderTransparencePrimitive2D()
874 mpOutputDevice = &aBufferDevice.getContent(); in RenderTransparencePrimitive2D()
880 mpOutputDevice = &aBufferDevice.getTransparence(); in RenderTransparencePrimitive2D()
893 mpOutputDevice = pLastOutputDevice; in RenderTransparencePrimitive2D()
977 const bool bWasEnabled(mpOutputDevice->IsMapModeEnabled()); in RenderMarkerArrayPrimitive2D()
984 const Point aOrigin(mpOutputDevice->GetMapMode().GetOrigin()); in RenderMarkerArrayPrimitive2D()
986 mpOutputDevice->EnableMapMode(false); in RenderMarkerArrayPrimitive2D()
993 mpOutputDevice->DrawBitmapEx(aDiscretePoint + aOrigin, rMarker); in RenderMarkerArrayPrimitive2D()
996 mpOutputDevice->EnableMapMode(bWasEnabled); in RenderMarkerArrayPrimitive2D()
1013 mpOutputDevice->DrawPixel(aPos, aVCLColor); in RenderPointArrayPrimitive2D()
1033 mpOutputDevice->SetLineColor(Color(aHairlineColor)); in RenderPolygonStrokePrimitive2D()
1034 mpOutputDevice->SetFillColor(); in RenderPolygonStrokePrimitive2D()
1064mpOutputDevice->DrawPolyLine(aHairlinePolyPolygon.getB2DPolygon(a), 0.0); in RenderPolygonStrokePrimitive2D()
1084 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D()
1089 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D()
1094 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D()
1099 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D()
1115 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D()
1120 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D()
1125 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D()
1130 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D()
1135 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D()
1152mpOutputDevice->DrawPolyLine(aHairlinePolyPolygon.getB2DPolygon(a), 0.0); in RenderPolygonStrokePrimitive2D()
1166 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D()
1172 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D()
1178 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D()
1184 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D()
1203 mpOutputDevice->DrawPolyLine( in RenderPolygonStrokePrimitive2D()
1250 const bool bEPSPaintedDirectly(mpOutputDevice->DrawEPS( in RenderEpsPrimitive2D()
1283 mpOutputDevice->SetLineColor(); in RenderSvgLinearAtomPrimitive2D()
1305mpOutputDevice->SetFillColor(Color(basegfx::interpolate(aColorA, aColorB, fUnitScale))); in RenderSvgLinearAtomPrimitive2D()
1306 mpOutputDevice->DrawPolyPolygon(basegfx::B2DPolyPolygon(aNew)); in RenderSvgLinearAtomPrimitive2D()
1328 mpOutputDevice->SetLineColor(); in RenderSvgRadialAtomPrimitive2D()
1363mpOutputDevice->SetFillColor(Color(basegfx::interpolate(aColorB, aColorA, fUnitScale))); in RenderSvgRadialAtomPrimitive2D()
1364 mpOutputDevice->DrawPolyPolygon(basegfx::B2DPolyPolygon(aNew)); in RenderSvgRadialAtomPrimitive2D()
1371 const sal_uInt32 nOriginalDrawMode(mpOutputDevice->GetDrawMode()); in adaptLineToFillDrawMode()
1422 mpOutputDevice->SetDrawMode(nAdaptedDrawMode); in adaptLineToFillDrawMode()
1428 const sal_uInt32 nOriginalDrawMode(mpOutputDevice->GetDrawMode()); in adaptTextToFillDrawMode()
1478 mpOutputDevice->SetDrawMode(nAdaptedDrawMode); in adaptTextToFillDrawMode()
1489 mpOutputDevice(&rOutDev), in VclProcessor2D()