| /trunk/main/vcl/source/gdi/ |
| H A D | outdev.cxx | 184 if( ( (mpGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) && ! IsRTLEnabled() ) || in ImplIsAntiparallel() 185 ( ! (mpGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) && IsRTLEnabled() ) ) in ImplIsAntiparallel() 202 if( !mpGraphics ) in ImplSelectClipRegion() 205 pGraphics = mpGraphics; in ImplSelectClipRegion() 293 if( !mpGraphics->DrawPolygonBezier( *pPointAry, *pPointAryAry, *pFlagAryAry, this ) ) in ImplDrawPolyPolygon() 296 … mpGraphics->DrawPolygon( aPoly.GetSize(), (const SalPoint*)aPoly.GetConstPointAry(), this ); in ImplDrawPolyPolygon() 301 mpGraphics->DrawPolygon( *pPointAry, *pPointAryAry, this ); in ImplDrawPolyPolygon() 309 … if( !mpGraphics->DrawPolyPolygonBezier( j, pPointAry, pPointAryAry, pFlagAryAry, this ) ) in ImplDrawPolyPolygon() 317 mpGraphics->DrawPolyPolygon( j, pPointAry, pPointAryAry, this ); in ImplDrawPolyPolygon() 339 mpGraphics = NULL; in OutputDevice() [all …]
|
| H A D | outdev5.cxx | 68 if ( !mpGraphics ) in DBG_NAMEEX() 85 … mpGraphics->DrawRect( aRect.Left(), aRect.Top(), aRect.GetWidth(), aRect.GetHeight(), this ); in DBG_NAMEEX() 95 mpGraphics->DrawPolyLine( aRoundRectPoly.GetSize(), pPtAry, this ); in DBG_NAMEEX() 97 mpGraphics->DrawPolygon( aRoundRectPoly.GetSize(), pPtAry, this ); in DBG_NAMEEX() 123 if ( !mpGraphics ) in DrawEllipse() 142 mpGraphics->DrawPolyLine( aRectPoly.GetSize(), pPtAry, this ); in DrawEllipse() 147 mpGraphics->DrawPolygon( aRectPoly.GetSize(), pPtAry, this ); in DrawEllipse() 174 if ( !mpGraphics ) in DrawArc() 195 mpGraphics->DrawPolyLine( aArcPoly.GetSize(), pPtAry, this ); in DrawArc() 221 if ( !mpGraphics ) in DrawPie() [all …]
|
| H A D | outdev2.cxx | 65 if ( !mpGraphics ) \ 160 if ( !pSrcDev->mpGraphics ) in ImplDrawOutDevDirect() 165 pGraphics2 = pSrcDev->mpGraphics; in ImplDrawOutDevDirect() 173 if ( !pSrcDev->mpGraphics ) in ImplDrawOutDevDirect() 178 pGraphics2 = pSrcDev->mpGraphics; in ImplDrawOutDevDirect() 180 if ( !mpGraphics ) in ImplDrawOutDevDirect() 185 DBG_ASSERT( mpGraphics && pSrcDev->mpGraphics, in ImplDrawOutDevDirect() 223 mpGraphics->CopyBits( aPosAry2, pGraphics2, this, pSrcDev ); in ImplDrawOutDevDirect() 226 mpGraphics->CopyBits( rPosAry, pGraphics2, this, pSrcDev ); in ImplDrawOutDevDirect() 296 mpGraphics->CopyBits( aPosAry, NULL, this, NULL ); in DrawOutDev() [all …]
|
| H A D | outdevnative.cxx | 107 if ( !mpGraphics ) in IsNativeControlSupported() 111 return( mpGraphics->IsNativeControlSupported(nType, nPart) ); in IsNativeControlSupported() 126 if ( !mpGraphics ) in HitTestNativeControl() 134 …return( mpGraphics->HitTestNativeControl(nType, nPart, screenRegion, Point( aPos.X() + mnOutOffX, … in HitTestNativeControl() 230 if ( !mpGraphics ) in DrawNativeControl() 254 …sal_Bool bRet = mpGraphics->DrawNativeControl(nType, nPart, screenRegion, nState, *aScreenCtrlValu… in DrawNativeControl() 273 if ( !mpGraphics ) in DrawNativeControlText() 292 …sal_Bool bRet = mpGraphics->DrawNativeControlText(nType, nPart, screenRegion, nState, *aScreenCtrl… in DrawNativeControlText() 312 if ( !mpGraphics ) in GetNativeControlRegion() 321 …sal_Bool bRet = mpGraphics->GetNativeControlRegion(nType, nPart, screenRegion, nState, *aScreenCtr… in GetNativeControlRegion()
|
| H A D | outdev6.cxx | 69 if( !mpGraphics && !ImplGetGraphics() ) in DBG_NAMEEX() 123 mpGraphics->DrawPixel( aHorzBuf[ j ], Y, this ); in DBG_NAMEEX() 132 mpGraphics->DrawLine( nStartX, nY, nEndX, nY, this ); in DBG_NAMEEX() 141 mpGraphics->DrawLine( nX, nStartY, nX, nEndY, this ); in DBG_NAMEEX() 167 if( !mpGraphics ) in DrawTransparent() 182 && mpGraphics->supportsOperation(OutDevSupport_B2DDraw) in DrawTransparent() 195 bDrawnOk = mpGraphics->DrawPolyPolygon( aB2DPolyPolygon, fTransparency, this ); in DrawTransparent() 203 …mpGraphics->DrawPolyLine( aOnePoly, fTransparency, aHairlineWidth, ::basegfx::B2DLINEJOIN_NONE, co… in DrawTransparent() 268 if( !mpGraphics ) in DrawTransparent() 277 && mpGraphics->supportsOperation( OutDevSupport_B2DDraw ) in DrawTransparent() [all …]
|
| H A D | outdev4.cxx | 92 mpGraphics->DrawPolygon( nPoints, pPtAry, this ); in DBG_NAMEEX() 118 mpGraphics->DrawPolygon( nSize, pPtAry, this ); in ImplDrawPolyPolygon() 143 mpGraphics->DrawPolygon( *pPointAry, *pPointAryAry, this ); in ImplDrawPolyPolygon() 145 mpGraphics->DrawPolyPolygon( nCount, pPointAry, pPointAryAry, this ); in ImplDrawPolyPolygon() 252 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawLinearGradient() 337 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawLinearGradient() 375 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawLinearGradient() 531 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawComplexGradient() 599 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawComplexGradient() 607 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawComplexGradient() [all …]
|
| H A D | outdev3.cxx | 207 mpGraphics->ReleaseFonts(); in ImplUpdateFontData() 238 mpGraphics->GetDevFontList( mpFontList ); in ImplUpdateFontData() 239 mpGraphics->GetDevFontSubstList( this ); in ImplUpdateFontData() 305 …((OutputDevice*)pFrame)->mpGraphics->GetDevFontList( pFrame->mpWindowImpl->mpFrameData->mpFontList… in ImplUpdateAllFontData() 2923 if( mpGraphics || ImplGetGraphics() ) in ImplInitFontList() 2926 mpGraphics->GetDevFontList( mpFontList ); in ImplInitFontList() 2964 mpFontEntry->mnSetFontFlags = mpGraphics->SetFont( &(mpFontEntry->maFontSelData), 0 ); in ImplInitFont() 2978 mpGraphics->SetTextColor( ImplColorToSal( GetTextColor() ) ); in ImplInitTextColor() 3002 if ( !mpGraphics && !ImplGetGraphics() ) in ImplNewFont() 3004 SalGraphics* pGraphics = mpGraphics; in ImplNewFont() [all …]
|
| H A D | virdev.cxx | 65 if ( !pOutDev->mpGraphics ) in ImplInitVirDev() 67 pGraphics = pOutDev->mpGraphics; in ImplInitVirDev() 245 if ( !mpGraphics ) in ImplSetOutputSizePixel() 251 …pNewVirDev = pSVData->mpDefInst->CreateVirtualDevice( mpGraphics, nNewWidth, nNewHeight, mnBitCoun… in ImplSetOutputSizePixel() 277 pGraphics->CopyBits( aPosAry, mpGraphics, this, this ); in ImplSetOutputSizePixel()
|
| /trunk/main/vcl/aqua/source/gdi/ |
| H A D | salvd.cxx | 67 mpGraphics = new AquaSalGraphics( /*pGraphic*/ ); in AquaSalVirtualDevice() 68 mpGraphics->SetVirDevGraphics( mxLayer, pData->rCGContext ); in AquaSalVirtualDevice() 74 mpGraphics = new AquaSalGraphics(); // never fails in AquaSalVirtualDevice() 83 mpGraphics->setGraphicsFrame( pFrame ); in AquaSalVirtualDevice() 84 mpGraphics->copyResolution( *pGraphic ); in AquaSalVirtualDevice() 99 if( mpGraphics ) in ~AquaSalVirtualDevice() 101 mpGraphics->SetVirDevGraphics( NULL, NULL ); in ~AquaSalVirtualDevice() 102 delete mpGraphics; in ~AquaSalVirtualDevice() 103 mpGraphics = 0; in ~AquaSalVirtualDevice() 120 if( mpGraphics ) in Destroy() [all …]
|
| H A D | salprn.cxx | 59 mpGraphics( 0 ), in AquaSalInfoPrinter() 88 mpGraphics = new AquaSalGraphics(); in AquaSalInfoPrinter() 106 delete mpGraphics; in ~AquaSalInfoPrinter() 123 if( mpGraphics ) in SetupPrinterGraphics() 157 mpGraphics->SetPrinterGraphics( i_rContext, nDPIX, nDPIY, 1.0 ); in SetupPrinterGraphics() 168 SalGraphics* pGraphics = mbGraphics ? NULL : mpGraphics; in GetGraphics() 416 mpGraphics->GetResolution( nDPIX, nDPIY ); in GetPageInfo() 666 return mpGraphics; in StartPage() 673 mpGraphics->InvalidateContext(); in EndPage()
|
| /trunk/main/vcl/win/source/gdi/ |
| H A D | salvd.cxx | 139 pVDev->mpGraphics = pVirGraphics; in CreateVirtualDevice() 174 mpGraphics = NULL; // current VirDev graphics in WinSalVirtualDevice() 193 if( mpGraphics->mhDefPal ) in ~WinSalVirtualDevice() 194 SelectPalette( mpGraphics->getHDC(), mpGraphics->mhDefPal, TRUE ); in ~WinSalVirtualDevice() 195 ImplSalDeInitGraphics( mpGraphics ); in ~WinSalVirtualDevice() 197 SelectBitmap( mpGraphics->getHDC(), mhDefBmp ); in ~WinSalVirtualDevice() 199 DeleteDC( mpGraphics->getHDC() ); in ~WinSalVirtualDevice() 202 delete mpGraphics; in ~WinSalVirtualDevice() 203 mpGraphics = NULL; in ~WinSalVirtualDevice() 213 if ( mpGraphics ) in GetGraphics() [all …]
|
| H A D | salprn.cxx | 1465 if ( pPrinter->mpGraphics ) in ImplUpdateSalPrnIC() 1467 ImplSalDeInitGraphics( pPrinter->mpGraphics ); in ImplUpdateSalPrnIC() 1468 DeleteDC( pPrinter->mpGraphics->getHDC() ); in ImplUpdateSalPrnIC() 1469 delete pPrinter->mpGraphics; in ImplUpdateSalPrnIC() 1472 pPrinter->mpGraphics = ImplCreateSalPrnGraphics( hNewDC ); in ImplUpdateSalPrnIC() 1502 pPrinter->mpGraphics = ImplCreateSalPrnGraphics( hDC ); in CreateInfoPrinter() 1522 mpGraphics( NULL ), in WinSalInfoPrinter() 1533 if ( mpGraphics ) in ~WinSalInfoPrinter() 1535 ImplSalDeInitGraphics( mpGraphics ); in ~WinSalInfoPrinter() 1536 DeleteDC( mpGraphics->getHDC() ); in ~WinSalInfoPrinter() [all …]
|
| /trunk/main/vcl/os2/source/gdi/ |
| H A D | salvd.cxx | 132 pVDev->mpGraphics = pVirGraphics; in CreateVirtualDevice() 155 ImplSalDeInitGraphics( mpGraphics ); in ~Os2SalVirtualDevice() 157 Ft2SetBitmap( mpGraphics->mhPS, mhDefBmp ); in ~Os2SalVirtualDevice() 159 Ft2DestroyPS( mpGraphics->mhPS ); in ~Os2SalVirtualDevice() 160 DevCloseDC( mpGraphics->mhDC ); in ~Os2SalVirtualDevice() 161 delete mpGraphics; in ~Os2SalVirtualDevice() 171 if ( mpGraphics ) in GetGraphics() 174 return mpGraphics; in GetGraphics() 196 mpGraphics->mnHeight = nDY; in SetSize() 206 DevQueryCaps( mpGraphics->mhDC, CAPS_WIDTH, 1L, &alData); in GetSize() [all …]
|
| H A D | salprn.cxx | 1070 ImplSalDeInitGraphics( pPrinter->mpGraphics); in ImplSalDestroyInfoPrn() 1128 pPrinter->mpGraphics = pGraphics; in CreateInfoPrinter() 1163 mpGraphics = NULL; in Os2SalInfoPrinter() 1177 if ( mpGraphics ) in ~Os2SalInfoPrinter() 1180 delete mpGraphics; in ~Os2SalInfoPrinter() 1229 if ( mpGraphics ) in GetGraphics() 1232 return mpGraphics; in GetGraphics() 1271 mpGraphics->mhDC = mhDC; in Setup() 1272 mpGraphics->mhPS = mhPS; in Setup() 1273 ImplSalInitGraphics( mpGraphics ); in Setup() [all …]
|
| /trunk/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 962 mpGraphics = NULL; in WinSalFrame() 1067 if ( mpGraphics ) in ~WinSalFrame() 1069 if ( mpGraphics->mhDefPal ) in ~WinSalFrame() 1070 SelectPalette( mpGraphics->getHDC(), mpGraphics->mhDefPal, TRUE ); in ~WinSalFrame() 1071 ImplSalDeInitGraphics( mpGraphics ); in ~WinSalFrame() 1072 ReleaseDC( mhWnd, mpGraphics->getHDC() ); in ~WinSalFrame() 1073 delete mpGraphics; in ~WinSalFrame() 1074 mpGraphics = NULL; in ~WinSalFrame() 1149 if ( !mpGraphics ) in GetGraphics() 1154 mpGraphics = new WinSalGraphics; in GetGraphics() [all …]
|
| /trunk/main/vcl/aqua/source/window/ |
| H A D | salframe.cxx | 67 mpGraphics(NULL), in AquaSalFrame() 125 if ( mpGraphics ) in ~AquaSalFrame() 126 delete mpGraphics; in ~AquaSalFrame() 262 if( mpGraphics ) in screenParametersChanged() 263 mpGraphics->updateResolution(); in screenParametersChanged() 274 if ( !mpGraphics ) in GetGraphics() 276 mpGraphics = new AquaSalGraphics; in GetGraphics() 277 mpGraphics->SetWindowGraphics( this ); in GetGraphics() 281 return mpGraphics; in GetGraphics() 289 DBG_ASSERT( pGraphics == mpGraphics, "graphics released on wrong frame" ); in ReleaseGraphics() [all …]
|
| /trunk/main/vcl/os2/source/window/ |
| H A D | salframe.cxx | 775 mpGraphics = NULL; in Os2SalFrame() 792 mpGraphics = NULL; in Os2SalFrame() 843 if ( mpGraphics ) in ~Os2SalFrame() 845 ImplSalDeInitGraphics( mpGraphics ); in ~Os2SalFrame() 846 WinReleasePS( mpGraphics->mhPS ); in ~Os2SalFrame() 847 delete mpGraphics; in ~Os2SalFrame() 883 if ( !mpGraphics ) in GetGraphics() 886 mpGraphics = new Os2SalGraphics; in GetGraphics() 887 mpGraphics->mhPS = WinGetPS( mhWndClient ); in GetGraphics() 888 mpGraphics->mhDC = ImplWinGetDC( mhWndClient ); in GetGraphics() [all …]
|
| /trunk/main/canvas/source/directx/ |
| H A D | dx_bitmap.cxx | 58 mpGraphics(tools::createGraphicsFromBitmap(mpBitmap)), in DXBitmap() 68 mpGraphics(), in DXBitmap() 89 mpGraphics.reset( tools::createGraphicsFromBitmap(mpBitmap) ); in DXBitmap() 99 return mpGraphics; in getGraphics()
|
| H A D | dx_canvas.cxx | 72 GraphicsSharedPtr mpGraphics; member in dxcanvas::GraphicsProviderImpl 74 explicit GraphicsProviderImpl( Gdiplus::Graphics* pGraphics ) : mpGraphics( pGraphics ) {} in GraphicsProviderImpl() 75 virtual GraphicsSharedPtr getGraphics() { return mpGraphics; } in getGraphics()
|
| H A D | dx_surfacebitmap.cxx | 231 mpGraphics(), in DXSurfaceBitmap() 263 mpGraphics.reset( tools::createGraphicsFromBitmap(mpGDIPlusBitmap) ); in init() 335 return mpGraphics; in getGraphics()
|
| /trunk/main/vcl/inc/os2/ |
| H A D | salprn.h | 45 Os2SalGraphics* mpGraphics; // Graphics 87 Os2SalGraphics* mpGraphics; // current Printer graphics 106 Os2SalGraphics* mpGraphics; // current Printer graphics
|
| H A D | salvd.h | 43 Os2SalGraphics* mpGraphics; // current VirDev graphics variable
|
| /trunk/main/vcl/source/window/ |
| H A D | window2.cxx | 448 if ( !mpGraphics ) in Invert() 465 …mpGraphics->Invert( aRect.Left(), aRect.Top(), aRect.GetWidth(), aRect.GetHeight(), nSalFlags, thi… in Invert() 485 if ( !mpGraphics ) in Invert() 503 mpGraphics->Invert( nPoints, pPtAry, nSalFlags, this ); in Invert() 571 if ( !mpGraphics ) in InvertTracking() 583 pGraphics = mpGraphics; in InvertTracking() 637 if ( !mpGraphics ) in InvertTracking() 649 pGraphics = mpGraphics; in InvertTracking()
|
| /trunk/main/vcl/inc/win/ |
| H A D | salprn.h | 59 WinSalGraphics* mpGraphics; // current Printer graphics 92 WinSalGraphics* mpGraphics; // current Printer graphics
|
| H A D | salvd.h | 47 WinSalGraphics* mpGraphics; // current VirDev graphics variable
|