| /AOO41X/main/chart2/source/view/main/ |
| H A D | LabelPositionHelper.cxx | 129 … , double fAnglePositiveDegree, const awt::Size& aSize, bool bRotateAroundCenter ) in lcl_correctRotation_Left() argument 138 rfXCorrection = -aSize.Height*rtl::math::sin( fAnglePi )/2.0; in lcl_correctRotation_Left() 140 rfYCorrection = -aSize.Width*rtl::math::sin( fAnglePi )/2.0; in lcl_correctRotation_Left() 145 rfXCorrection = -aSize.Width *rtl::math::sin( beta ) in lcl_correctRotation_Left() 146 -aSize.Height *rtl::math::cos( beta )/2.0; in lcl_correctRotation_Left() 148 rfYCorrection = -aSize.Width *rtl::math::cos( beta )/2.0; in lcl_correctRotation_Left() 150 rfYCorrection = -aSize.Width *rtl::math::cos( beta ); in lcl_correctRotation_Left() 155 rfXCorrection = -aSize.Width *rtl::math::cos( beta ) in lcl_correctRotation_Left() 156 -aSize.Height*rtl::math::sin( beta )/2.0; in lcl_correctRotation_Left() 158 rfYCorrection = aSize.Width *rtl::math::sin( beta )/2.0; in lcl_correctRotation_Left() [all …]
|
| /AOO41X/main/sc/source/ui/cctrl/ |
| H A D | dpcontrol.cxx | 203 Size aSize; in drawPopupButton() local 204 getPopupBoundingBox(aPos, aSize); in drawPopupButton() 209 mpOutDev->DrawRect(Rectangle(aPos, aSize)); in drawPopupButton() 215 … mpOutDev->DrawLine(Point(aPos.X()+1, aPos.Y()+1), Point(aPos.X()+1, aPos.Y()+aSize.Height()-2)); in drawPopupButton() 216 … mpOutDev->DrawLine(Point(aPos.X()+1, aPos.Y()+1), Point(aPos.X()+aSize.Width()-2, aPos.Y()+1)); in drawPopupButton() 219 mpOutDev->DrawLine(Point(aPos.X()+1, aPos.Y()+aSize.Height()-2), in drawPopupButton() 220 Point(aPos.X()+aSize.Width()-2, aPos.Y()+aSize.Height()-2)); in drawPopupButton() 221 mpOutDev->DrawLine(Point(aPos.X()+aSize.Width()-2, aPos.Y()+1), in drawPopupButton() 222 Point(aPos.X()+aSize.Width()-2, aPos.Y()+aSize.Height()-2)); in drawPopupButton() 229 Point aCenter(aPos.X() + (aSize.Width() >> 1), aPos.Y() + (aSize.Height() >> 1)); in drawPopupButton() [all …]
|
| /AOO41X/main/canvas/source/directx/ |
| H A D | dx_canvasbitmap.cxx | 103 const basegfx::B2IVector aSize(mpBitmap->getSize()); in getFastPropertyValue() local 105 aSize.getX(), in getFastPropertyValue() 106 aSize.getY() ); in getFastPropertyValue() 113 aBIH.biWidth = aSize.getX(); in getFastPropertyValue() 114 aBIH.biHeight = -aSize.getY(); in getFastPropertyValue() 127 aBmpData.Width = aSize.getX(); in getFastPropertyValue() 128 aBmpData.Height = aSize.getY(); in getFastPropertyValue() 132 const Gdiplus::Rect aRect( 0,0,aSize.getX(),aSize.getY() ); in getFastPropertyValue() 145 …SetDIBits( hScreenDC, hBmpBitmap, 0, aSize.getY(), aBmpData.Scan0, (PBITMAPINFO)&aBIH, DIB_RGB_COL… in getFastPropertyValue() 183 const basegfx::B2IVector aSize(mpBitmap->getSize()); in getFastPropertyValue() local [all …]
|
| /AOO41X/main/svtools/source/control/ |
| H A D | taskbar.cxx | 225 Size aSize = GetOutputSizePixel(); in Tracking() local 230 long nMaxX = aSize.Width()-TASKBAR_OFFX-TASKBAR_OFFSIZE-1; in Tracking() 233 mnStatusWidth = aSize.Width()-nMouseX-TASKBAR_OFFX-TASKBAR_OFFSIZE; in Tracking() 246 Size aSize = GetOutputSizePixel(); in Paint() local 252 DrawLine( Point( 0, 0 ), Point( aSize.Width()-1, 0 ) ); in Paint() 254 DrawLine( Point( 0, 1 ), Point( aSize.Width()-1, 1 ) ); in Paint() 270 DrawLine( Point( nStatusX, nY ), Point( nStatusX, aSize.Height()-1 ) ); in Paint() 273 DrawLine( Point( nStatusX, nY ), Point( nStatusX, aSize.Height()-1 ) ); in Paint() 293 Size aSize = GetOutputSizePixel(); in Resize() local 295 Size aToolSize( aSize.Width()-(TASKBAR_OFFX*2), 0 ); in Resize() [all …]
|
| /AOO41X/main/svtools/source/dialogs/ |
| H A D | property.cxx | 82 Size aSize=GetSizePixel(); in SvXPropertyEdit() local 83 SetCtrSize(aSize); in SvXPropertyEdit() 101 Size aSize=GetOutputSizePixel(); in SetCtrSize() local 104 aEdit.SetSizePixel(aSize); in SetCtrSize() 210 Size aSize=GetSizePixel(); in SvXPropertyListBox() local 211 SetCtrSize(aSize); in SvXPropertyListBox() 229 Size aSize=GetOutputSizePixel(); in SetCtrSize() local 232 aListBox.SetSizePixel(aSize); in SetCtrSize() 339 Size aSize=GetSizePixel(); in SvXPropertyComboBox() local 340 SetCtrSize(aSize); in SvXPropertyComboBox() [all …]
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | workwin.cxx | 877 Size aSize; in Arrange_Impl() local 894 aSize = pCli->aSize; in Arrange_Impl() 896 aSize = pCli->pWin->GetSizePixel(); in Arrange_Impl() 906 aSize.Width() = aTmp.GetWidth(); in Arrange_Impl() 908 aSize = ((SplitWindow *)(pCli->pWin))->CalcLayoutSizePixel( aSize ); in Arrange_Impl() 910 aBorder.Top() += aSize.Height(); in Arrange_Impl() 912 aTmp.Top() += aSize.Height(); in Arrange_Impl() 914 aUpperClientArea.Top() += aSize.Height(); in Arrange_Impl() 921 aSize.Width() = aTmp.GetWidth(); in Arrange_Impl() 923 aSize = ((SplitWindow *)(pCli->pWin))->CalcLayoutSizePixel( aSize ); in Arrange_Impl() [all …]
|
| /AOO41X/main/sd/source/ui/view/ |
| H A D | sdview3.cxx | 660 const Size aSize( pWorkPage->GetAllObjBoundRect().GetSize() ); in InsertData() local 662 maDropPos.X() = pOwnData->GetStartPos().X() + ( aSize.Width() >> 1 ); in InsertData() 663 maDropPos.Y() = pOwnData->GetStartPos().Y() + ( aSize.Height() >> 1 ); in InsertData() 825 const Size aSize( pWorkPage->GetAllObjBoundRect().GetSize() ); in InsertData() local 827 maDropPos.X() = pOwnData->GetStartPos().X() + ( aSize.Width() >> 1 ); in InsertData() 828 maDropPos.Y() = pOwnData->GetStartPos().Y() + ( aSize.Height() >> 1 ); in InsertData() 850 Size aSize( aRect.GetSize() ); in InsertData() local 852 maDropPos.X() -= ( aSize.Width() >> 1 ); in InsertData() 853 maDropPos.Y() -= ( aSize.Height() >> 1 ); in InsertData() 893 const Size aSize( pWorkPage->GetAllObjBoundRect().GetSize() ); in InsertData() local [all …]
|
| /AOO41X/main/sd/source/ui/func/ |
| H A D | fuinsert.cxx | 343 Size aSize( aSz.Width, aSz.Height ); in DoExecute() local 345 if (aSize.Height() == 0 || aSize.Width() == 0) in DoExecute() 348 aSize.Width() = 14100; in DoExecute() 349 aSize.Height() = 10000; in DoExecute() 350 Size aTmp = OutputDevice::LogicToLogic( aSize, MAP_100TH_MM, aUnit ); in DoExecute() 357 aSize = OutputDevice::LogicToLogic(aSize, aUnit, MAP_100TH_MM); in DoExecute() 364 aPos.X() -= aSize.Width() / 2; in DoExecute() 365 aPos.Y() -= aSize.Height() / 2; in DoExecute() 366 aRect = Rectangle(aPos, aSize); in DoExecute() 554 Size aSize; in DoExecute() local [all …]
|
| /AOO41X/main/toolkit/qa/complex/toolkit/ |
| H A D | UnitConversion.java | 126 com.sun.star.awt.Size aSize = new com.sun.star.awt.Size(aRect.Width, aRect.Height); in testXUnitConversion() local 131 System.out.println("Width:" + aSize.Width); in testXUnitConversion() 132 System.out.println("Height:" + aSize.Height); in testXUnitConversion() 135 …assertTrue("Window pos size wrong", aSize.Width == width && aSize.Height == height && aPoint.X == … in testXUnitConversion() 158 … aSizeInMM_100TH = m_xConversion.convertSizeToLogic(aSize, com.sun.star.util.MeasureUnit.MM_100TH); in testXUnitConversion() 166 … aSizeInMM_10TH = m_xConversion.convertSizeToLogic(aSize, com.sun.star.util.MeasureUnit.MM_10TH); in testXUnitConversion() 177 checkSize(aSize, com.sun.star.util.MeasureUnit.PIXEL, "pixel"); in testXUnitConversion() 178 checkSize(aSize, com.sun.star.util.MeasureUnit.APPFONT, "appfont"); in testXUnitConversion() 179 checkSize(aSize, com.sun.star.util.MeasureUnit.SYSFONT, "sysfont"); in testXUnitConversion() 182 checkSize(aSize, com.sun.star.util.MeasureUnit.MM, "mm"); in testXUnitConversion() [all …]
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | viewfun7.cxx | 212 Size aSize = aView.GetAllMarkedRect().GetSize(); in PasteDraw() local 213 lcl_AdjustInsertPos( GetViewData(), aPos, aSize ); in PasteDraw() 308 Size aSize; in PasteObject() local 312 aSize = aObjRef.GetSize( &aMapMode ); in PasteObject() 323 aSize = OutputDevice::LogicToLogic( *pDescSize, aMap100, aMapObj ); in PasteObject() 325 aSz.Width = aSize.Width(); in PasteObject() 326 aSz.Height = aSize.Height(); in PasteObject() 340 aSize = Size( aSz.Width, aSz.Height ); in PasteObject() 341 aSize = OutputDevice::LogicToLogic( aSize, aMapObj, aMap100 ); // fuer SdrOle2Obj in PasteObject() 343 if( aSize.Height() == 0 || aSize.Width() == 0 ) in PasteObject() [all …]
|
| /AOO41X/main/svx/source/sidebar/tools/ |
| H A D | ValueSetWithTextControl.cxx | 176 Size aSize = aFont.GetSize(); in UserDraw() local 177 aSize.Height() = (nRectHeight*4)/9; in UserDraw() 178 aFont.SetSize( aSize ); in UserDraw() 308 Size aSize = aFont.GetSize(); in UserDraw() local 309 aSize.Height() = nRectHeight/5; in UserDraw() 312 aFont.SetSize( aSize ); in UserDraw() 357 Size aSize = aFont.GetSize(); in UserDraw() local 358 aSize.Height() = nRectHeight/4; in UserDraw() 359 aFont.SetSize( aSize ); in UserDraw() 364 while (nTextWidth>nRectWidth && aSize.Height()>4) { in UserDraw() [all …]
|
| /AOO41X/main/vcl/source/control/ |
| H A D | button.cxx | 1004 Size aSize = rRect.GetSize(); in ImplDrawPushButtonContent() local 1018 aSize.Width() -= ( 5 + nSymbolSize ); in ImplDrawPushButtonContent() 1020 ImplDrawAlignedImage( pDev, aPos, aSize, bLayout, nImageSep, in ImplDrawPushButtonContent() 1047 ImplDrawAlignedImage( pDev, aPos, aSize, bLayout, nImageSep, nDrawFlags, in ImplDrawPushButtonContent() 1272 Size aSize( GetSizePixel() ); in ImplSetDefButton() local 1306 aSize.Width() += dLeft + dRight; in ImplSetDefButton() 1307 aSize.Height() += dTop + dBottom; in ImplSetDefButton() 1317 aSize.Width() -= dLeft + dRight; in ImplSetDefButton() 1318 aSize.Height() -= dTop + dBottom; in ImplSetDefButton() 1323 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in ImplSetDefButton() [all …]
|
| /AOO41X/main/svx/source/tbxctrls/ |
| H A D | linectrl.cxx | 61 Size aSize = GetOutputSizePixel(); \ 62 aSize.Width() -= 4; \ 63 aSize.Height() -= 4; \ 64 (value_set).SetPosSizePixel( Point(2,2), aSize ); \ 69 Size aSize = (value_set).CalcWindowSizePixel( (item_size) ); \ 70 aSize.Width() += 4; \ 71 aSize.Height() += 4; \ 72 SetOutputSizePixel( aSize ); \ 586 Size aSize = GetOutputSizePixel(); in Resize() local 587 aSize.Width() -= 4; in Resize() [all …]
|
| H A D | layctrl.cxx | 357 Size aSize = GetOutputSizePixel(); in Paint() local 364 aSize.Width(), aSize.Height()-nTextHeight+1 ) ); in Paint() 366 aSize.Width(), aSize.Height()-nTextHeight+1 ) ); in Paint() 409 Rectangle aClearRect( 0, aSize.Height()-nTextHeight+2, (aSize.Width()), aSize.Height() ); in Paint() 415 …DrawText( Point( (aSize.Width() - aTextSize.Width()) / 2, aSize.Height() - nTextHeight + 2 ), aTex… in Paint() 419 DrawRect( Rectangle( Point(0,0), aSize ) ); in Paint() 698 Size aSize = GetOutputSizePixel(); in Paint() local 714 i*nMX+nMX, aSize.Height()-nTextHeight+1 ) ); in Paint() 717 while ( j < aSize.Height()-nTextHeight-4 ) in Paint() 736 …DrawText( Point( ( aSize.Width() - aTextSize.Width() ) / 2, aSize.Height() - nTextHeight + 2 ), aT… in Paint() [all …]
|
| /AOO41X/main/vcl/unx/headless/ |
| H A D | svpbmp.cxx | 59 B2IVector aSize( rSize.Width(), rSize.Height() ); in Create() local 60 if( aSize.getX() == 0 ) in Create() 61 aSize.setX( 1 ); in Create() 62 if( aSize.getY() == 0 ) in Create() 63 aSize.setY( 1 ); in Create() 65 m_aBitmap = createBitmapDevice( aSize, false, nFormat ); in Create() 78 m_aBitmap = createBitmapDevice( aSize, false, nFormat, in Create() 92 B2IVector aSize = rSrcBmp->getSize(); in Create() local 93 m_aBitmap = cloneBitmapDevice( aSize, rSrcBmp ); in Create() 94 B2IRange aRect( 0, 0, aSize.getX(), aSize.getY() ); in Create() [all …]
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdomedia.cxx | 150 Size aSize( Application::GetDefaultDevice()->PixelToLogic( getPreferredSize(), MAP_100TH_MM ) ); in AdjustToMaxRect() local 153 if( aSize.Height() != 0 && aSize.Width() != 0 ) in AdjustToMaxRect() 160 ( aSize.Height() > aMaxSize.Height() ) || in AdjustToMaxRect() 161 ( aSize.Width() > aMaxSize.Width() ) )&& in AdjustToMaxRect() 162 aSize.Height() && aMaxSize.Height() ) in AdjustToMaxRect() 164 float fGrfWH = (float)aSize.Width() / in AdjustToMaxRect() 165 (float)aSize.Height(); in AdjustToMaxRect() 172 aSize.Width() = (long)(aMaxSize.Height() * fGrfWH); in AdjustToMaxRect() 173 aSize.Height()= aMaxSize.Height(); in AdjustToMaxRect() 177 aSize.Width() = aMaxSize.Width(); in AdjustToMaxRect() [all …]
|
| /AOO41X/main/sc/source/ui/drawfunc/ |
| H A D | fuins2.cxx | 333 Size aSize; in FuInsertOLE() local 340 aSize = aObjRef.GetSize( &aMap100 ); in FuInsertOLE() 354 aSize = Size( aSz.Width, aSz.Height ); in FuInsertOLE() 357 if (aSize.Height() == 0 || aSize.Width() == 0) in FuInsertOLE() 360 aSize.Width() = 5000; in FuInsertOLE() 361 aSize.Height() = 5000; in FuInsertOLE() 362 Size aTmp = OutputDevice::LogicToLogic( aSize, MAP_100TH_MM, aMapUnit ); in FuInsertOLE() 368 aSize = Window::LogicToLogic( aTmp, in FuInsertOLE() 372 aSize = Window::LogicToLogic( aSize, in FuInsertOLE() 384 aPnt.X() -= aSize.Width(); // move position to left edge in FuInsertOLE() [all …]
|
| /AOO41X/main/sw/source/ui/uiview/ |
| H A D | viewport.cxx | 261 const Size aSize( aLR.GetSize() ); in SetVisArea() local 262 if( aSize.Width() < 0 || aSize.Height() < 0 ) in SetVisArea() 486 Size aSize( rRect.GetSize() ); in Scroll() local 489 aSize.Width() + GetXScroll() > aVisSize.Width() || in Scroll() 490 aSize.Height()+ GetYScroll() > aVisSize.Height() )) in Scroll() 493 aSize.Width() = Min( aSize.Width(), aVisSize.Width() ); in Scroll() 494 aSize.Height()= Min( aSize.Height(),aVisSize.Height()); in Scroll() 496 CalcPt( &aPt, Rectangle( rRect.TopLeft(), aSize ), in Scroll() 497 static_cast< sal_uInt16 >((aVisSize.Width() - aSize.Width()) / 2), in Scroll() 498 static_cast< sal_uInt16 >((aVisSize.Height()- aSize.Height())/ 2) ); in Scroll() [all …]
|
| /AOO41X/main/vcl/source/window/ |
| H A D | brdwin.cxx | 427 Size aSize = pBorderWindow->GetOutputSizePixel(); in ImplMouseButtonDown() local 430 pData->mnTrackWidth = aSize.Width(); in ImplMouseButtonDown() 431 pData->mnTrackHeight = aSize.Height(); in ImplMouseButtonDown() 821 Size aSize = pBorderWindow->GetSizePixel(); in ImplTracking() local 822 Rectangle aNewRect( aOldPos, aSize ); in ImplTracking() 823 long nOldWidth = aSize.Width(); in ImplTracking() 824 long nOldHeight = aSize.Height(); in ImplTracking() 879 aSize = aNewRect.GetSize(); in ImplTracking() 880 aSize.Width() -= nBorderWidth; in ImplTracking() 881 aSize.Height() -= nBorderHeight; in ImplTracking() [all …]
|
| H A D | syswin.cxx | 416 Size aSize = maRollUpOutSize; in RollUp() local 417 if ( !aSize.Width() ) in RollUp() 418 aSize.Width() = GetOutputSizePixel().Width(); in RollUp() 421 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetRollUp( sal_True, aSize ); in RollUp() 423 SetOutputSizePixel( aSize ); in RollUp() 461 Size aSize( rSize ); in SetMaxOutputSizePixel() local 462 if( aSize.Width() > SHRT_MAX || aSize.Width() <= 0 ) in SetMaxOutputSizePixel() 463 aSize.Width() = SHRT_MAX; in SetMaxOutputSizePixel() 464 if( aSize.Height() > SHRT_MAX || aSize.Height() <= 0 ) in SetMaxOutputSizePixel() 465 aSize.Height() = SHRT_MAX; in SetMaxOutputSizePixel() [all …]
|
| /AOO41X/main/starmath/source/ |
| H A D | view.cxx | 257 Size aSize (pNode->GetItalicSize()); in SetCursor() local 258 Point aBRPos (aTLPos.X() + aSize.Width(), aTLPos.Y() + aSize.Height()); in SetCursor() 260 SetCursor(Rectangle(aTLPos, aSize)); in SetCursor() 425 Size aSize (LogicToPixel(rDoc.GetSize())); in ZoomToFitInWindow() local 428 if (aSize.Width() > 0 && aSize.Height() > 0) in ZoomToFitInWindow() 430 long nVal = Min ((85 * aWindowSize.Width()) / aSize.Width(), in ZoomToFitInWindow() 431 (85 * aWindowSize.Height()) / aSize.Height()); in ZoomToFitInWindow() 864 Size aSize(rDevice.GetTextWidth(rLine), rDevice.GetTextHeight()); in GetTextLineSize() local 871 aSize.Width() = 0; in GetTextLineSize() 876 aSize.Width() = ((aSize.Width() / TabPos) + 1) * TabPos; in GetTextLineSize() [all …]
|
| /AOO41X/main/cui/source/dialogs/ |
| H A D | about.cxx | 84 Size &aSize, in lcl_layoutFixedText() argument 87 aSize = rControl.GetSizePixel(); in lcl_layoutFixedText() 89 aSize.Width() = nTextWidth; in lcl_layoutFixedText() 92 rControl.SetPosSizePixel( aPos, aSize ); in lcl_layoutFixedText() 93 aSize = rControl.CalcMinimumSize(); in lcl_layoutFixedText() 95 rControl.SetSizePixel( aSize ); in lcl_layoutFixedText() 100 Size &aSize, in lcl_layoutEdit() argument 103 aSize = rControl.GetSizePixel(); in lcl_layoutEdit() 105 aSize.Width() = nTextWidth; in lcl_layoutEdit() 108 rControl.SetPosSizePixel( aPos, aSize ); in lcl_layoutEdit() [all …]
|
| H A D | colorpicker.cxx | 454 const Size aSize( GetOutputSizePixel() ); in UpdateBitmap() local 456 if( mpBitmap && mpBitmap->GetSizePixel() != aSize ) in UpdateBitmap() 459 const sal_Int32 nWidth = aSize.Width(); in UpdateBitmap() 460 const sal_Int32 nHeight = aSize.Height(); in UpdateBitmap() 464 mpBitmap = new Bitmap( aSize, 24 ); in UpdateBitmap() 603 const Size aSize( mpBitmap->GetSizePixel() ); in ShowPosition() local 609 else if( nX >= aSize.Width() ) in ShowPosition() 610 nX = aSize.Width() - 1L; in ShowPosition() 614 else if( nY >= aSize.Height() ) in ShowPosition() 615 nY = aSize.Height() - 1L; in ShowPosition() [all …]
|
| /AOO41X/main/svtools/source/contnr/ |
| H A D | svtreebx.cxx | 568 Size aSize = aBmp.GetSizePixel(); in SetExpandedEntryBmp() local 570 short nWidth = pImp->UpdateContextBmpWidthVector( pEntry, (short)aSize.Width() ); in SetExpandedEntryBmp() 588 Size aSize = aBmp.GetSizePixel(); in SetCollapsedEntryBmp() local 590 short nWidth = pImp->UpdateContextBmpWidthVector( pEntry, (short)aSize.Width() ); in SetCollapsedEntryBmp() 614 Size aSize = GetCollapsedEntryBmp( pEntry ).GetSizePixel(); in ImpEntryInserted() local 615 if( aSize.Width() > nContextBmpWidthMax ) in ImpEntryInserted() 617 nContextBmpWidthMax = (short)aSize.Width(); in ImpEntryInserted() 620 aSize = GetExpandedEntryBmp( pEntry ).GetSizePixel(); in ImpEntryInserted() 621 if( aSize.Width() > nContextBmpWidthMax ) in ImpEntryInserted() 623 nContextBmpWidthMax = (short)aSize.Width(); in ImpEntryInserted() [all …]
|
| /AOO41X/main/basebmp/test/ |
| H A D | basictest.cxx | 97 const basegfx::B2ISize aSize(101,101); in testConstruction() local 98 basegfx::B2ISize aSize2(aSize); in testConstruction() 99 BitmapDeviceSharedPtr pDevice( createBitmapDevice( aSize, in testConstruction() 121 const basegfx::B2ISize aSize(64,64); in testPixelFuncs() local 122 BitmapDeviceSharedPtr pDevice( createBitmapDevice( aSize, in testPixelFuncs() 138 const basegfx::B2IPoint aPt3(aSize.getX()-1,aSize.getY()-1); in testPixelFuncs() 154 const basegfx::B2IPoint aPt6(aSize.getX(),aSize.getY()); in testPixelFuncs() 164 pDevice = createBitmapDevice( aSize, in testPixelFuncs() 189 pDevice = createBitmapDevice( aSize, in testPixelFuncs() 211 pDevice = createBitmapDevice( aSize, in testPixelFuncs() [all …]
|