Home
last modified time | relevance | path

Searched refs:ImplLogicToDevicePixel (Results 1 – 12 of 12) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev5.cxx59 const Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DBG_NAMEEX()
118 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawEllipse()
169 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawArc()
188 const Point aStart( ImplLogicToDevicePixel( rStartPt ) ); in DrawArc()
189 const Point aEnd( ImplLogicToDevicePixel( rEndPt ) ); in DrawArc()
216 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawPie()
235 const Point aStart( ImplLogicToDevicePixel( rStartPt ) ); in DrawPie()
236 const Point aEnd( ImplLogicToDevicePixel( rEndPt ) ); in DrawPie()
270 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawChord()
289 const Point aStart( ImplLogicToDevicePixel( rStartPt ) ); in DrawChord()
[all …]
H A Doutdevnative.cxx150 pNew->maThumbRect = rDev.ImplLogicToDevicePixel( pSlVal->maThumbRect ); in lcl_transformControlValue()
158 pNew->maThumbRect = rDev.ImplLogicToDevicePixel( pScVal->maThumbRect ); in lcl_transformControlValue()
159 pNew->maButton1Rect = rDev.ImplLogicToDevicePixel( pScVal->maButton1Rect ); in lcl_transformControlValue()
160 pNew->maButton2Rect = rDev.ImplLogicToDevicePixel( pScVal->maButton2Rect ); in lcl_transformControlValue()
168 pNew->maUpperRect = rDev.ImplLogicToDevicePixel( pSpVal->maUpperRect ); in lcl_transformControlValue()
169 pNew->maLowerRect = rDev.ImplLogicToDevicePixel( pSpVal->maLowerRect ); in lcl_transformControlValue()
177 pNew->maGripRect = rDev.ImplLogicToDevicePixel( pTVal->maGripRect ); in lcl_transformControlValue()
208 pNew->maItemRect = rDev.ImplLogicToDevicePixel( pMVal->maItemRect ); in lcl_transformControlValue()
247 Rectangle screenRegion( ImplLogicToDevicePixel( rControlRegion ) ); in DrawNativeControl()
290 Rectangle screenRegion( ImplLogicToDevicePixel( rControlRegion ) ); in DrawNativeControlText()
[all …]
H A Doutdev.cxx1537 const Point aStartPt(ImplLogicToDevicePixel(rStartPt)); in DrawLine()
1538 const Point aEndPt(ImplLogicToDevicePixel(rEndPt)); in DrawLine()
1713 const Point aStartPt( ImplLogicToDevicePixel( rStartPt ) ); in DrawLine()
1714 const Point aEndPt( ImplLogicToDevicePixel( rEndPt ) ); in DrawLine()
1715 const LineInfo aInfo( ImplLogicToDevicePixel( rLineInfo ) ); in DrawLine()
1752 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawRect()
1835 Polygon aPoly = ImplLogicToDevicePixel( rPoly ); in DrawPolyLine()
1894 Polygon aPoly = ImplLogicToDevicePixel( rPoly ); in ImpDrawPolyLineWithLineInfo()
1924 const LineInfo aInfo( ImplLogicToDevicePixel( rLineInfo ) ); in ImpDrawPolyLineWithLineInfo()
2024 Polygon aPoly = ImplLogicToDevicePixel( rPoly ); in DrawPolygon()
[all …]
H A Doutdev4.cxx719 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawGradient()
897 Rectangle aRect( ImplLogicToDevicePixel( aBoundRect ) ); in DrawGradient()
911 PolyPolygon aClipPolyPoly( ImplLogicToDevicePixel( rPolyPoly ) ); in DrawGradient()
1413 const Point aPt1( ImplLogicToDevicePixel( pPtBuffer[ i ] ) ); in ImplDrawHatchLine()
1414 const Point aPt2( ImplLogicToDevicePixel( pPtBuffer[ i + 1 ] ) ); in ImplDrawHatchLine()
H A Doutmap.cxx625 Point OutputDevice::ImplLogicToDevicePixel( const Point& rLogicPt ) const in ImplLogicToDevicePixel() function in OutputDevice
640 Size OutputDevice::ImplLogicToDevicePixel( const Size& rLogicSize ) const in ImplLogicToDevicePixel() function in OutputDevice
655 Rectangle OutputDevice::ImplLogicToDevicePixel( const Rectangle& rLogicRect ) const in ImplLogicToDevicePixel() function in OutputDevice
682 Polygon OutputDevice::ImplLogicToDevicePixel( const Polygon& rLogicPoly ) const in ImplLogicToDevicePixel() function in OutputDevice
725 PolyPolygon OutputDevice::ImplLogicToDevicePixel( const PolyPolygon& rLogicPolyPoly ) const in ImplLogicToDevicePixel() function in OutputDevice
735 rPoly = ImplLogicToDevicePixel( rPoly ); in ImplLogicToDevicePixel()
742 LineInfo OutputDevice::ImplLogicToDevicePixel( const LineInfo& rLineInfo ) const in ImplLogicToDevicePixel() function in OutputDevice
H A Doutdev6.cxx446 Rectangle aPixelRect( ImplLogicToDevicePixel( aLogicPolyRect ) ); in DrawTransparent()
1222 Rectangle aRect( ImplLogicToDevicePixel( Rectangle( rPoint, rSize ) ) ); in DrawEPS()
H A Doutdev2.cxx1741 Point aPt = ImplLogicToDevicePixel( rPt ); in DrawPixel()
1812 Point aPt = ImplLogicToDevicePixel( rPt ); in DrawPixel()
1866 const Point aPt( ImplLogicToDevicePixel( rPts[ i ] ) ); in DrawPixel()
H A Doutdev3.cxx629 Size aSize = pOutDev->ImplLogicToDevicePixel( aFont.GetSize() ); in GetDefaultFont()
3010 Size aSize = ImplLogicToDevicePixel( maFont.GetSize() ); in ImplNewFont()
5474 Point aPos = ImplLogicToDevicePixel( rPos ); in DrawTextLine()
5515 Point aStartPt = ImplLogicToDevicePixel( rStartPos ); in DrawWaveLine()
5516 Point aEndPt = ImplLogicToDevicePixel( rEndPos ); in DrawWaveLine()
6072 pSalLayout->DrawBase() = ImplLogicToDevicePixel( rLogicalPos ); in ImplLayout()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx459 SAL_DLLPRIVATE Point ImplLogicToDevicePixel( const Point& rLogicPt ) const;
460 SAL_DLLPRIVATE Size ImplLogicToDevicePixel( const Size& rLogicSize ) const;
461 SAL_DLLPRIVATE Rectangle ImplLogicToDevicePixel( const Rectangle& rLogicRect ) const;
462 SAL_DLLPRIVATE ::basegfx::B2DPolygon ImplLogicToDevicePixel( const ::basegfx::B2DPolygon& ) const;
463 …SAL_DLLPRIVATE ::basegfx::B2DPolyPolygon ImplLogicToDevicePixel( const ::basegfx::B2DPolyPolygon& …
464 SAL_DLLPRIVATE Polygon ImplLogicToDevicePixel( const Polygon& rLogicPoly ) const;
465 SAL_DLLPRIVATE PolyPolygon ImplLogicToDevicePixel( const PolyPolygon& rLogicPolyPoly ) const;
466 SAL_DLLPRIVATE LineInfo ImplLogicToDevicePixel( const LineInfo& rLineInfo ) const;
/trunk/main/vcl/source/window/
H A Dwindow2.cxx441 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in Invert()
482 Polygon aPoly( ImplLogicToDevicePixel( rPoly ) ); in Invert()
557 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in InvertTracking()
627 Polygon aPoly( ImplLogicToDevicePixel( rPoly ) ); in InvertTracking()
H A Dwinproc.cxx1395 rRect = pChild->ImplLogicToDevicePixel( *pRect ); in ImplHandleExtTextInputPos()
1401 Point aPos = pChild->ImplLogicToDevicePixel( pCursor->GetPos() ); in ImplHandleExtTextInputPos()
H A Dwindow.cxx4317 Size aSize = pFocusWin->ImplLogicToDevicePixel( rFont.GetSize() ); in ImplNewInputContext()
7579 Rectangle aRect = ImplLogicToDevicePixel( rRect ); in Scroll()
7606 Rectangle aRect = ImplLogicToDevicePixel( rRect ); in Invalidate()
7654 Rectangle aRect = ImplLogicToDevicePixel( rRect ); in Validate()

Completed in 177 milliseconds