/aoo42x/main/basebmp/test/ |
H A D | basictest.cxx | 110 pDevice->setPixel( aPt, aCol, DrawMode_PAINT ); in TEST_F() 115 pDevice->setPixel( aPt2, aCol2, DrawMode_PAINT ); in TEST_F() 120 pDevice->setPixel( aPt3, aCol3, DrawMode_PAINT ); in TEST_F() 131 sal_Int32 nPixel(countPixel(pDevice, aCol2)); in TEST_F() 140 pDevice = createBitmapDevice( aSize, in TEST_F() 160 pDevice = createBitmapDevice( aSize, in TEST_F() 179 pDevice = createBitmapDevice( aSize, in TEST_F() 183 pDevice->clear( aCol7 ); in TEST_F() 200 pDevice = createBitmapDevice( aSize, in TEST_F() 216 ASSERT_TRUE(pDevice->getBuffer()[2] == 0x3F in TEST_F() [all …]
|
H A D | bmpdemo.cxx | 1067 basebmp::BitmapDeviceSharedPtr pDevice( basebmp::createBitmapDevice( aTestSize, in Paint() local 1082 pDevice->fillPolyPolygon( in Paint() 1111 basebmp::subsetBitmapDevice( pDevice, in Paint() 1117 pDevice->drawLine( aPt1, aPt2, aCol, basebmp::DrawMode_PAINT, pMask ); in Paint() 1124 pDevice->drawPolygon( aRect, aCol, basebmp::DrawMode_PAINT ); in Paint() 1128 pDevice->drawLine( aPt1, aPt2, aCol, basebmp::DrawMode_PAINT ); in Paint() 1131 pDevice->drawLine( aPt1, aPt3, aCol, basebmp::DrawMode_PAINT ); in Paint() 1136 pDevice->clear(basebmp::Color(0)); in Paint() 1169 pDevice->fillPolyPolygon( in Paint() 1198 Color(pDevice->getPixelData(basegfx::B2IPoint(x,y))) ); in Paint()
|
/aoo42x/main/svtools/source/control/ |
H A D | ctrltool.cxx | 251 if ( pDevice->GetOutDevType() != OUTDEV_PRINTER ) in ImplInsertFonts() 257 int n = pDevice->GetDevFontCount(); in ImplInsertFonts() 261 FontInfo aFontInfo = pDevice->GetDevFont( i ); in ImplInsertFonts() 347 mpDev = pDevice; in FontList() 361 ImplInsertFonts( pDevice, bAll, sal_True ); in FontList() 814 OutputDevice* pDevice = mpDev; in GetSizeAry() local 817 pDevice = pData->mpFirst->GetDevice(); in GetSizeAry() 824 MapMode aOldMapMode = pDevice->GetMapMode(); in GetSizeAry() 826 pDevice->SetMapMode( aMap ); in GetSizeAry() 834 Size aSize = pDevice->GetDevFontSize( rInfo, i ); in GetSizeAry() [all …]
|
H A D | ruler.cxx | 1023 static void ImplDrawRulerTab( OutputDevice* pDevice, in ImplDrawRulerTab() argument 1093 pDevice->DrawRect( aRect1 ); in ImplDrawRulerTab() 1094 pDevice->DrawRect( aRect2 ); in ImplDrawRulerTab() 1096 pDevice->DrawRect( aRect3 ); in ImplDrawRulerTab() 1107 pDevice->SetLineColor(); in ImplDrawTab() 1115 ImplDrawRulerTab( pDevice, rPos, nStyle, GetStyle()); in ImplDrawTab() 3155 pDevice->Push( PUSH_LINECOLOR | PUSH_FILLCOLOR ); in DrawTab() 3156 pDevice->SetLineColor(); in DrawTab() 3157 pDevice->SetFillColor( pDevice->GetSettings().GetStyleSettings().GetWindowTextColor() ); in DrawTab() 3159 ImplDrawRulerTab( pDevice, aPos, nTabStyle, nStyle ); in DrawTab() [all …]
|
/aoo42x/main/basctl/source/dlged/ |
H A D | dlgedobj.cxx | 166 OutputDevice* pDevice = Application::GetDefaultDevice(); in TransformSdrToControlCoordinates() local 168 if ( !pDevice ) in TransformSdrToControlCoordinates() 170 aPos = pDevice->LogicToPixel( aPos, MapMode( MAP_100TH_MM ) ); in TransformSdrToControlCoordinates() 193 aPos = pDevice->PixelToLogic( aPos, MapMode( MAP_APPFONT ) ); in TransformSdrToControlCoordinates() 216 OutputDevice* pDevice = Application::GetDefaultDevice(); in TransformSdrToFormCoordinates() local 218 if ( !pDevice ) in TransformSdrToFormCoordinates() 243 aPos = pDevice->PixelToLogic( aPos, MapMode( MAP_APPFONT ) ); in TransformSdrToFormCoordinates() 282 OutputDevice* pDevice = Application::GetDefaultDevice(); in TransformControlToSdrCoordinates() local 284 if ( !pDevice ) in TransformControlToSdrCoordinates() 328 OutputDevice* pDevice = Application::GetDefaultDevice(); in TransformFormToSdrCoordinates() local [all …]
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | sizedev.cxx | 44 pDevice = pDocSh->GetPrinter(); in ScSizeDeviceProvider() 47 aOldMapMode = pDevice->GetMapMode(); in ScSizeDeviceProvider() 48 pDevice->SetMapMode( MAP_PIXEL ); // GetNeededSize needs pixel MapMode in ScSizeDeviceProvider() 53 pDevice = new VirtualDevice; in ScSizeDeviceProvider() 54 pDevice->SetDigitLanguage( SC_MOD()->GetOptDigitLanguage() ); in ScSizeDeviceProvider() 58 Point aLogic = pDevice->LogicToPixel( Point(1000,1000), MAP_TWIP ); in ScSizeDeviceProvider() 69 delete pDevice; in ~ScSizeDeviceProvider() 71 pDevice->SetMapMode( aOldMapMode ); in ~ScSizeDeviceProvider()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salvd.cxx | 86 void X11SalInstance::DestroyVirtualDevice( SalVirtualDevice* pDevice ) in DestroyVirtualDevice() argument 88 delete pDevice; in DestroyVirtualDevice() 93 void X11SalGraphics::Init( X11SalVirtualDevice *pDevice, SalColormap* pColormap, bool bDeleteColorm… in Init() argument 97 SalDisplay *pDisplay = pDevice->GetDisplay(); in Init() 98 m_nScreen = pDevice->GetScreenNumber(); in Init() 101 int nDeviceDepth = pDevice->GetDepth(); in Init() 119 const Drawable aVdevDrawable = pDevice->GetDrawable(); in Init() 122 m_pVDev = pDevice; in Init()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | WindowUpdater.cxx | 111 OutputDevice* pDevice, in Update() argument 114 if (pDevice != NULL) in Update() 116 UpdateWindow (pDevice); in Update() 125 void WindowUpdater::UpdateWindow (OutputDevice* pDevice) const in UpdateWindow() 127 if (pDevice != NULL) in UpdateWindow() 152 pDevice->SetDigitLanguage (aLanguage); in UpdateWindow()
|
/aoo42x/main/sal/osl/unx/ |
H A D | file_volume.cxx | 130 static sal_Bool osl_isFloppyMounted(oslVolumeDeviceHandleImpl* pDevice); 614 const char *pDevice = aMountEnt.mnt_special; in osl_isFloppyDrive() local 680 const char *pDevice = aMountEnt.mnt_special; in osl_mountFloppy() local 740 const char *pDevice = aMountEnt.mnt_special; in osl_unmountFloppy() local 1067 osl_isFloppyMounted (oslVolumeDeviceHandleImpl* pDevice) in osl_isFloppyMounted() argument 1071 if ( osl_getFloppyMountEntry (pDevice->pszMountPoint, &aItem) in osl_isFloppyMounted() 1072 && strcmp (aItem.pszMountPoint, pDevice->pszMountPoint) == 0 in osl_isFloppyMounted() 1073 && strcmp (aItem.pszDevice, pDevice->pszDevice) == 0) in osl_isFloppyMounted() 1120 static sal_Bool osl_isFloppyMounted(oslVolumeDeviceHandleImpl* pDevice) in osl_isFloppyMounted() argument
|
/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsPageObjectPainter.cxx | 282 ::boost::scoped_ptr<VirtualDevice> pDevice; in CreateMarkedPreview() 284 pDevice.reset(new VirtualDevice(*pReferenceDevice)); in CreateMarkedPreview() 286 pDevice.reset(new VirtualDevice()); in CreateMarkedPreview() 287 pDevice->SetOutputSizePixel(rSize); in CreateMarkedPreview() 289 pDevice->DrawBitmap(Point(0,0), rSize, rPreview); in CreateMarkedPreview() 298 pDevice->DrawBitmapEx(Point(nX,nY), rOverlay); in CreateMarkedPreview() 300 return pDevice->GetBitmap(Point(0,0), rSize); in CreateMarkedPreview()
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_9rm.cxx | 333 COMReference<IDirect3DDevice9> pDevice(rRenderModule.getDevice()); in DXSurface() local 336 if(FAILED(pDevice->CreateTexture( in DXSurface() 369 COMReference<IDirect3DDevice9> pDevice(mrRenderModule.getDevice()); in selectTexture() local 371 if( FAILED(pDevice->SetTexture(0,mpTexture.get())) ) in selectTexture() 854 IDirect3DDevice9 *pDevice(NULL); in createDevice() local 861 &pDevice))) in createDevice() 868 &pDevice))) in createDevice() 872 mpDevice=COMReference<IDirect3DDevice9>(pDevice); in createDevice() 876 pDevice->GetSwapChain(0,&pSwapChain); in createDevice()
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdmod.cxx | 109 VirtualDevice* pDevice = new VirtualDevice; in SdModule() local 110 mpVirtualRefDevice = pDevice; in SdModule() 111 pDevice->SetMapMode( MAP_100TH_MM ); in SdModule() 112 pDevice->SetReferenceDevice ( VirtualDevice::REFDEV_MODE06 ); in SdModule()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | ConnectionLine.hxx | 90 OutputDevice* pDevice; member 93 pDevice = _pDevice; in TConnectionLineDrawFunctor() 97 _pLine->Draw(pDevice); in operator ()()
|
/aoo42x/main/svx/source/sdr/contact/ |
H A D | viewcontactofunocontrol.cxx | 119 const OutputDevice* pDevice = _rObjectContact.TryToGetOutputDevice(); in CreateObjectSpecificViewObjectContact() local 120 … bool bPrintOrPreview = ( pDevice != NULL ) && ( pDevice->GetOutDevType() == OUTDEV_PRINTER ); in CreateObjectSpecificViewObjectContact()
|
/aoo42x/main/basic/source/runtime/ |
H A D | methods1.cxx | 714 OutputDevice* pDevice = Application::GetDefaultDevice(); in RTLFUNC() local 715 if( pDevice ) in RTLFUNC() 717 aSize = pDevice->PixelToLogic( aSize, aMap ); in RTLFUNC() 731 OutputDevice* pDevice = Application::GetDefaultDevice(); in RTLFUNC() local 732 if( pDevice ) in RTLFUNC() 734 aSize = pDevice->PixelToLogic( aSize, aMap ); in RTLFUNC() 1291 OutputDevice* pDevice = Application::GetDefaultDevice(); in GetDialogZoomFactor() local 1293 if( pDevice ) in GetDialogZoomFactor() 1299 Size aScaledSize = pDevice->LogicToPixel( aRefSize, aMap ); in GetDialogZoomFactor() 1300 aRefSize = pDevice->LogicToPixel( aRefSize, MapMode(MAP_TWIP) ); in GetDialogZoomFactor()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | basicrenderable.cxx | 95 VCLXDevice* pDevice = VCLXDevice::GetImplementation(xRenderDevice); in getPrinter() local 96 OutputDevice* pOut = pDevice ? pDevice->GetOutputDevice() : NULL; in getPrinter()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | sizedev.hxx | 34 OutputDevice* pDevice; member in ScSizeDeviceProvider 44 OutputDevice* GetDevice() const { return pDevice; } in GetDevice()
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | WindowUpdater.hxx | 107 void Update (OutputDevice* pDevice, SdDrawDocument* pDocument=0) const; 143 SD_DLLPRIVATE void UpdateWindow (OutputDevice* pDevice) const;
|
/aoo42x/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsPageObjectViewObjectContact.hxx | 115 OutputDevice* pDevice, 125 OutputDevice* pDevice,
|
/aoo42x/main/uui/source/ |
H A D | fltdlg.cxx | 196 StringCalculator( const OutputDevice* pDevice ) in StringCalculator() argument 197 : m_pDevice( pDevice ) in StringCalculator()
|
/aoo42x/main/sw/source/core/view/ |
H A D | printdata.cxx | 528 VCLXDevice* pDevice = VCLXDevice::GetImplementation( xRenderDevice ); in processPropertiesAndCheckFormat() local 529 pOut = pDevice ? pDevice->GetOutputDevice() : 0; in processPropertiesAndCheckFormat()
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salvd.cxx | 49 void AquaSalInstance::DestroyVirtualDevice( SalVirtualDevice* pDevice ) in DestroyVirtualDevice() argument 51 delete pDevice; in DestroyVirtualDevice()
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salvd.cxx | 140 void Os2SalInstance::DestroyVirtualDevice( SalVirtualDevice* pDevice ) in DestroyVirtualDevice() argument 142 delete pDevice; in DestroyVirtualDevice()
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salvd.cxx | 162 void WinSalInstance::DestroyVirtualDevice( SalVirtualDevice* pDevice ) in DestroyVirtualDevice() argument 164 delete pDevice; in DestroyVirtualDevice()
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 101 rendering::XGraphicDevice* pDevice ) in init() argument 105 mpDevice = pDevice; in init() 739 const SurfaceProviderRef& pDevice, in doOperation() argument 750 …SurfaceSharedPtr pSurface = surfaceFromXBitmap( (*pTextures)[0].Bitmap, pDevice, data, bHasAlpha ); in doOperation() 934 const SurfaceProviderRef& pDevice, in doPolyPolygonImplementation() argument 1020 doOperation( aOperation, pCairo, pTextures, pDevice, aPolyPolygon.getB2DRange() ); in doPolyPolygonImplementation() 1033 doOperation( aOperation, pCairo, pTextures, pDevice, aPolyPolygon.getB2DRange() ); in doPolyPolygonImplementation()
|