Searched refs:mpOutputDevice (Results 1 – 9 of 9) sorted by relevance
68 mpOutputDevice = NULL; in IMPL_XTYPEPROVIDER_START()74 List* pLst = mpOutputDevice ? mpOutputDevice->GetUnoGraphicsList() : NULL; in ~VCLXGraphics()118 if(mpOutputDevice) in InitOutputDevice()168 if( mpOutputDevice ) in getFontMetric()303 if( mpOutputDevice ) in push()312 if( mpOutputDevice ) in pop()350 if( mpOutputDevice ) in draw()382 if( mpOutputDevice ) in drawPixel()393 if( mpOutputDevice ) in drawLine()404 if( mpOutputDevice ) in drawRect()[all …]
53 mpOutputDevice = NULL; in VCLXDevice()70 mpOutputDevice = NULL; in DestroyOutputDevice()114 if ( mpOutputDevice ) in IMPL_XTYPEPROVIDER_START()142 if( mpOutputDevice ) in getInfo()192 if( mpOutputDevice ) in getFontDescriptors()211 if( mpOutputDevice ) in getFont()225 if( mpOutputDevice ) in createBitmap()294 if( mpOutputDevice ) in convertPointToLogic()319 if( mpOutputDevice ) in convertPointToPixel()344 if( mpOutputDevice ) in convertSizeToLogic()[all …]
79 mpOutputDevice->Push(PUSH_MAPMODE); in VclPixelProcessor2D()80 mpOutputDevice->SetMapMode(); in VclPixelProcessor2D()85 … mpOutputDevice->SetAntialiasing(mpOutputDevice->GetAntialiasing() | ANTIALIASING_ENABLE_B2DDRAW); in VclPixelProcessor2D()89 … mpOutputDevice->SetAntialiasing(mpOutputDevice->GetAntialiasing() & ~ANTIALIASING_ENABLE_B2DDRAW); in VclPixelProcessor2D()96 mpOutputDevice->Pop(); in ~VclPixelProcessor2D()99 … mpOutputDevice->SetAntialiasing(mpOutputDevice->GetAntialiasing() & ~ANTIALIASING_ENABLE_B2DDRAW); in ~VclPixelProcessor2D()115 mpOutputDevice->SetLineColor(); in tryDrawPolyPolygonColorPrimitive2DDirect()252 *mpOutputDevice, in processBasePrimitive2D()726 mpOutputDevice->SetFillColor(); in processBasePrimitive2D()773 mpOutputDevice->SetLineColor(); in processBasePrimitive2D()[all …]
275 mpOutputDevice->SetFont(aFont); in RenderTextSimpleOrDecoratedPortionPrimitive2D()280 mpOutputDevice->DrawTextArray( in RenderTextSimpleOrDecoratedPortionPrimitive2D()289 mpOutputDevice->DrawText( in RenderTextSimpleOrDecoratedPortionPrimitive2D()317 mpOutputDevice->SetFillColor(); in RenderPolygonHairlinePrimitive2D()405 mpOutputDevice->SetLineColor(); in RenderBitmapPrimitive2D()406 mpOutputDevice->DrawPolygon(aPolygon); in RenderBitmapPrimitive2D()774 mpOutputDevice = pLastOutputDevice; in RenderMaskPrimitive2DPixel()893 mpOutputDevice = pLastOutputDevice; in RenderTransparencePrimitive2D()1013 mpOutputDevice->DrawPixel(aPos, aVCLColor); in RenderPointArrayPrimitive2D()1034 mpOutputDevice->SetFillColor(); in RenderPolygonStrokePrimitive2D()[all …]
236 OutputDevice* pLastOutputDevice = mpOutputDevice; in impDumpToMetaFile()249 mpOutputDevice = &aContentVDev; in impDumpToMetaFile()270 mpOutputDevice = pLastOutputDevice; in impDumpToMetaFile()912 …aFontSize = mpOutputDevice->LogicToLogic(aFontSize, MapMode(MAP_POINT), mpOutputDevice->GetMapMode… in processBasePrimitive2D()1254 mpOutputDevice->SetFillColor(); in processBasePrimitive2D()1696 mpOutputDevice->SetLineColor(); in processBasePrimitive2D()1836 mpOutputDevice->SetLineColor(); in processBasePrimitive2D()1919 mpOutputDevice->SetLineColor(); in processBasePrimitive2D()1927 mpOutputDevice->DrawTransparent( in processBasePrimitive2D()1971 mpOutputDevice->DrawTransparent( in processBasePrimitive2D()[all …]
120 VirtualDevice* mpOutputDevice; member in sd::presenter::PresenterTextView::Implementation322 mpOutputDevice->SetMapMode(MAP_PIXEL); in Implementation()334 delete mpOutputDevice; in ~Implementation()571 if (mpOutputDevice != NULL) in GetBitmap()572 delete mpOutputDevice; in GetBitmap()574 mpOutputDevice->SetMapMode(MAP_PIXEL); in GetBitmap()576 mpOutputDevice->SetLineColor(); in GetBitmap()577 mpOutputDevice->SetFillColor(); in GetBitmap()579 mpOutputDevice->Erase(); in GetBitmap()583 mpOutputDevice->SetMapMode(aMapMode); in GetBitmap()[all …]
58 OutputDevice* mpOutputDevice; member in VCLXDevice72 void SetOutputDevice( OutputDevice* pOutDev ) { mpOutputDevice = pOutDev; } in SetOutputDevice()73 OutputDevice* GetOutputDevice() const { return mpOutputDevice; } in GetOutputDevice()
63 OutputDevice* mpOutputDevice; member in VCLXGraphics85 OutputDevice* GetOutputDevice() const { return mpOutputDevice; } in GetOutputDevice()
75 OutputDevice* mpOutputDevice; member in drawinglayer::processor2d::VclProcessor2D
Completed in 58 milliseconds