Home
last modified time | relevance | path

Searched refs:aEmptyPoint (Results 1 – 25 of 29) sorted by path

12

/trunk/main/canvas/source/cairo/
H A Dcairo_devicehelper.cxx260 const ::Point aEmptyPoint; in dumpScreenContent() local
263 …const ::Bitmap aTempBitmap(mpRefDevice->GetBitmap(aEmptyPoint, mpRefDevice->GetOutputSizePixel())); in dumpScreenContent()
/trunk/main/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx242 const Point aEmptyPoint(0, 0); in drawText() local
256 aVirtualDevice.DrawTextArray( aEmptyPoint, in drawText()
265 aVirtualDevice.DrawText( aEmptyPoint, in drawText()
/trunk/main/canvas/source/vcl/
H A Dbitmapbackbuffer.cxx89 const Point aEmptyPoint; in getBitmapReference() local
90 *maBitmap = mpVDev->GetBitmapEx( aEmptyPoint, in getBitmapReference()
154 const Point aEmptyPoint; in updateVDev() local
155 mpVDev->DrawBitmapEx( aEmptyPoint, *maBitmap ); in updateVDev()
H A Dcanvashelper.cxx943 const Point aEmptyPoint(0,0); in getScaledBitmap() local
946 Bitmap aBitmap( rOutDev.GetBitmap(aEmptyPoint, aBmpSize) ); in getScaledBitmap()
1037 const Point aEmptyPoint; in setData() local
1039 Bitmap aTmpBitmap( rOutDev.GetBitmap( aEmptyPoint, in setData()
H A Dcanvashelper_texturefill.cxx1119 const ::Point aEmptyPoint; in fillTexturedPolyPolygon() local
1121 aVDev.GetBitmap( aEmptyPoint, in fillTexturedPolyPolygon()
H A Ddevicehelper.cxx223 const ::Point aEmptyPoint; in dumpScreenContent() local
227 … WriteDIB(rOutDev.GetBitmap(aEmptyPoint, rOutDev.GetOutputSizePixel()), aStream, false, true); in dumpScreenContent()
H A Dimpltools.cxx88 const ::Point aEmptyPoint; in bitmapExFromXBitmap() local
89 return rDev.GetBitmapEx( aEmptyPoint, in bitmapExFromXBitmap()
H A Dspritecanvashelper.cxx274 const Point aEmptyPoint(0,0); in updateScreen() local
285 const Region aFullWindowRegion( Rectangle(aEmptyPoint, in updateScreen()
319 maVDev->DrawOutDev( aEmptyPoint, aOutDevSize, in updateScreen()
320 aEmptyPoint, aOutDevSize, in updateScreen()
335 rOutDev.DrawOutDev( aEmptyPoint, aOutDevSize, in updateScreen()
336 aEmptyPoint, aOutDevSize, in updateScreen()
562 const Point aEmptyPoint(0,0); in genericUpdate() local
582 maVDev->DrawOutDev( aEmptyPoint, aOutputSize, in genericUpdate()
600 aEmptyPoint, aOutputSize, in genericUpdate()
H A Dspritedevicehelper.cxx142 const ::Point aEmptyPoint; in dumpScreenContent() local
145 …WriteDIB(mpBackBuffer->getOutDev().GetBitmap(aEmptyPoint, mpBackBuffer->getOutDev().GetOutputSizeP… in dumpScreenContent()
H A Dspritehelper.cxx115 const Point aEmptyPoint; in redraw() local
142 Bitmap aBmp( mpBackBuffer->getOutDev().GetBitmap( aEmptyPoint, in redraw()
157 Bitmap aMask( mpBackBufferMask->getOutDev().GetBitmap( aEmptyPoint, in redraw()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx118 const ::Point aEmptyPoint; in calcLogic2PixelAffineTransform() local
120 rVDev.LogicToPixel( aEmptyPoint )); in calcLogic2PixelAffineTransform()
135 const ::Point aEmptyPoint; in modifyClip() local
H A Dtransparencygroupaction.cxx310 ::Point aEmptyPoint; in render()
408 aEmptyPoint, in render()
416 aEmptyPoint, in render()
426 aEmptyPoint, in render()
/trunk/main/cppcanvas/source/wrapper/
H A Dvclfactory.cxx305 const Point aEmptyPoint; in createAnimatedSprite() local
335 Rectangle( aEmptyPoint, in createAnimatedSprite()
/trunk/main/cui/source/customize/
H A Dcfg.cxx5729 Point aEmptyPoint(0,0); in AutoScaleBitmap() local
5767 Rectangle aRect(aEmptyPoint, aStdSize ); in AutoScaleBitmap()
5778 aRet = aVirDevice.GetBitmapEx( aEmptyPoint, aStdSize ); in AutoScaleBitmap()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclhelperbufferdevice.cxx235 const Point aEmptyPoint; in impBufferDevice() local
236 maDestPixel = Rectangle(aEmptyPoint, mrOutDev.GetOutputSizePixel()); in impBufferDevice()
249 …mpContent->DrawOutDev(aEmptyPoint, maDestPixel.GetSize(), maDestPixel.TopLeft(), maDestPixel.GetSi… in impBufferDevice()
289 const Point aEmptyPoint; in paint() local
296 Bitmap aContent(mpContent->GetBitmap(aEmptyPoint, aSizePixel)); in paint()
307 const AlphaMask aAlphaMask(mpAlpha->GetBitmap(aEmptyPoint, aSizePixel)); in paint()
320 const Bitmap aMask(mpMask->GetBitmap(aEmptyPoint, aSizePixel)); in paint()
H A Dvclmetafileprocessor2d.cxx2017 const Point aEmptyPoint; in processBasePrimitive2D() local
2073 … const Bitmap aBmContent(aBufferDevice.GetBitmap(aEmptyPoint, aSizePixel)); in processBasePrimitive2D()
2078 … const AlphaMask aBmAlpha(aBufferDevice.GetBitmap(aEmptyPoint, aSizePixel)); in processBasePrimitive2D()
H A Dvclprocessor2d.cxx567 const Point aEmptyPoint(0, 0); in RenderFillGraphicPrimitive2D() local
568 const Rectangle aVisiblePixel(aEmptyPoint, mpOutputDevice->GetOutputSizePixel()); in RenderFillGraphicPrimitive2D()
/trunk/main/drawinglayer/source/tools/
H A Dconverters.cxx79 const Point aEmptyPoint; in convertToBitmapEx() local
106 const Bitmap aContent(maContent.GetBitmap(aEmptyPoint, aSizePixel)); in convertToBitmapEx()
137 const Bitmap aAlpha(maContent.GetBitmap(aEmptyPoint, aSizePixel)); in convertToBitmapEx()
/trunk/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx153 Point aEmptyPoint; in ReadPSD() local
156 MapMode aMapMode( MAP_INCH, aEmptyPoint, aFractX, aFractY ); in ReadPSD()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1515 Point aEmptyPoint = Point(); in ImplWritePortions() local
1516 Rectangle aRect( aEmptyPoint, Size( 28000, 21000 ) ); in ImplWritePortions()
1538 Point aEmptyPoint = Point(); in ImplWritePortions() local
1539 Rectangle aRect( aEmptyPoint, Size( 28000, 21000 ) ); in ImplWritePortions()
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx2795 Point aEmptyPoint = Point(); in EndAutoShow_Impl() local
2796 Rectangle aRect( aEmptyPoint, p->GetSizePixel() ); in EndAutoShow_Impl()
/trunk/main/slideshow/source/engine/shapes/
H A Dgdimtftools.cxx154 ::Point aEmptyPoint; in getMtf()
158 aMtf.AddAction( new MetaBmpExAction( aEmptyPoint, in getMtf()
347 const Point aEmptyPoint; in getAnimationFromGraphic() local
404 const Rectangle aRect(aEmptyPoint, in getAnimationFromGraphic()
464 new MetaBmpExAction( aEmptyPoint, in getAnimationFromGraphic()
467 aEmptyPoint, in getAnimationFromGraphic()
470 aEmptyPoint, in getAnimationFromGraphic()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx682 static Point aEmptyPoint; in ImpArrange() local
686 if( (nWinBits & WB_SMART_ARRANGE) && aCurOutputArea.TopLeft() != aEmptyPoint ) in ImpArrange()
704 if( (nWinBits & WB_SMART_ARRANGE) && aCurOutputArea.TopLeft() != aEmptyPoint ) in ImpArrange()
2632 Point aEmptyPoint; in HideShowDDIcon() local
2664 pDDTempDev->DrawOutDev( aEmptyPoint, aFullSize, aFullPos, aFullSize, *pView ); in HideShowDDIcon()
2671 aEmptyPoint, in HideShowDDIcon()
2683 aEmptyPoint, aFullSize, aEmptyPoint, aFullSize, *pDDDev ); in HideShowDDIcon()
2695 aEmptyPoint, in HideShowDDIcon()
H A Dsvimpicn.cxx2701 Point aEmptyPoint; in HideShowDDIcon() local
2733 pDDTempDev->DrawOutDev( aEmptyPoint, aFullSize, aFullPos, aFullSize, *pView ); in HideShowDDIcon()
2740 aEmptyPoint, in HideShowDDIcon()
2752 aEmptyPoint, aFullSize, aEmptyPoint, aFullSize, *pDDDev ); in HideShowDDIcon()
2764 aEmptyPoint, in HideShowDDIcon()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx388 Point aEmptyPoint; in CreateBitmap() local
391 MapMode aMapMode( nUnit == 1 ? MAP_INCH : MAP_CM, aEmptyPoint, aFractX, aFractY ); in CreateBitmap()

Completed in 208 milliseconds

12