Lines Matching refs:ImplLogicToDevicePixel
1537 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()
2142 ImplDrawPolyPolygon( nPoly, ImplLogicToDevicePixel( rPolyPoly ) ); in DrawPolyPolygon()
2254 const PolyPolygon aPixelPolyPolygon = ImplLogicToDevicePixel( aToolsPolyPolygon ); in ImpDrawPolyPolygonWithB2DPolyPolygon()