Lines Matching refs:getHDC

525 		int nDPIX = GetDeviceCaps( pData->getHDC(), LOGPIXELSX );  in ImplSalInitGraphics()
532 ::SetTextAlign( pData->getHDC(), TA_BASELINE | TA_LEFT | TA_NOUPDATECP ); in ImplSalInitGraphics()
533 ::SetBkMode( pData->getHDC(), TRANSPARENT ); in ImplSalInitGraphics()
534 ::SetROP2( pData->getHDC(), R2_COPYPEN ); in ImplSalInitGraphics()
542 SelectClipRgn( pData->getHDC(), 0 ); in ImplSalDeInitGraphics()
545 SelectPen( pData->getHDC(), pData->mhDefPen ); in ImplSalDeInitGraphics()
547 SelectBrush( pData->getHDC(), pData->mhDefBrush ); in ImplSalDeInitGraphics()
549 SelectFont( pData->getHDC(), pData->mhDefFont ); in ImplSalDeInitGraphics()
796 rDPIX = GetDeviceCaps( getHDC(), LOGPIXELSX ); in GetResolution()
797 rDPIY = GetDeviceCaps( getHDC(), LOGPIXELSY ); in GetResolution()
810 return (sal_uInt16)GetDeviceCaps( getHDC(), BITSPIXEL ); in GetBitCount()
847 SelectClipRgn( getHDC(), 0 ); in ResetClipRegion()
1064 SelectClipRgn( getHDC(), mhRegion ); in setClipRegion()
1075 SelectClipRgn( getHDC(), 0 ); in setClipRegion()
1088 HPEN hOldPen = SelectPen( getHDC(), hNewPen ); in SetLineColor()
1146 HPEN hOldPen = SelectPen( getHDC(), hNewPen ); in SetLineColor()
1170 HBRUSH hOldBrush = SelectBrush( getHDC(), hNewBrush ); in SetFillColor()
1274 HBRUSH hOldBrush = SelectBrush( getHDC(), hNewBrush ); in SetFillColor()
1297 ::SetROP2( getHDC(), bSet ? R2_XORPEN : R2_COPYPEN ); in SetXORMode()
1321 HBRUSH hOldBrush = SelectBrush( getHDC(), hBrush ); in drawPixel()
1322 PatBlt( getHDC(), (int)nX, (int)nY, (int)1, (int)1, PATINVERT ); in drawPixel()
1323 SelectBrush( getHDC(), hOldBrush ); in drawPixel()
1327 SetPixel( getHDC(), (int)nX, (int)nY, mnPenColor ); in drawPixel()
1346 HBRUSH hOldBrush = SelectBrush( getHDC(), hBrush ); in drawPixel()
1347 PatBlt( getHDC(), (int)nX, (int)nY, (int)1, (int)1, PATINVERT ); in drawPixel()
1348 SelectBrush( getHDC(), hOldBrush ); in drawPixel()
1352 ::SetPixel( getHDC(), (int)nX, (int)nY, nCol ); in drawPixel()
1359 MoveToEx( getHDC(), (int)nX1, (int)nY1, NULL ); in drawLine()
1380 LineTo( getHDC(), (int)nX2, (int)nY2 ); in drawLine()
1387 HBRUSH hOldBrush = SelectBrush( getHDC(), hBrush ); in drawLine()
1388 PatBlt( getHDC(), (int)nX2, (int)nY2, (int)1, (int)1, PATINVERT ); in drawLine()
1389 SelectBrush( getHDC(), hOldBrush ); in drawLine()
1393 SetPixel( getHDC(), (int)nX2, (int)nY2, mnPenColor ); in drawLine()
1405 PatBlt( getHDC(), (int)nX, (int)nY, (int)nWidth, (int)nHeight, in drawRect()
1415 ::FillRect( getHDC(), &aWinRect, mhBrush ); in drawRect()
1419 WIN_Rectangle( getHDC(), (int)nX, (int)nY, (int)(nX+nWidth), (int)(nY+nHeight) ); in drawRect()
1433 if ( !Polyline( getHDC(), pWinPtAry, (int)nPoints ) && (nPoints > MAX_64KSALPOINTS) ) in drawPolyLine()
1434 Polyline( getHDC(), pWinPtAry, MAX_64KSALPOINTS ); in drawPolyLine()
1448 if ( !WIN_Polygon( getHDC(), pWinPtAry, (int)nPoints ) && (nPoints > MAX_64KSALPOINTS) ) in drawPolygon()
1449 WIN_Polygon( getHDC(), pWinPtAry, MAX_64KSALPOINTS ); in drawPolygon()
1495 if ( !WIN_PolyPolygon( getHDC(), pWinPointAryAry, (int*)pWinPointAry, (UINT)nPoly ) && in drawPolyPolygon()
1510 WIN_Polygon( getHDC(), pWinPointAryAry, *pWinPointAry ); in drawPolyPolygon()
1512 WIN_PolyPolygon( getHDC(), pWinPointAryAry, (int*)pWinPointAry, nPoly ); in drawPolyPolygon()
1534 ImplRenderPath( getHDC(), nPoints, pPtAry, pFlgAry ); in drawPolyLineBezier()
1570 if( BeginPath( getHDC() ) ) in drawPolygonBezier()
1572 PolyDraw(getHDC(), pWinPointAry, pWinFlagAry, nPoints); in drawPolygonBezier()
1574 if( EndPath( getHDC() ) ) in drawPolygonBezier()
1576 if( StrokeAndFillPath( getHDC() ) ) in drawPolygonBezier()
1627 if( BeginPath( getHDC() ) ) in drawPolyPolygonBezier()
1629 PolyDraw(getHDC(), pWinPointAry, pWinFlagAry, nTotalPoints); in drawPolyPolygonBezier()
1631 if( EndPath( getHDC() ) ) in drawPolyPolygonBezier()
1633 if( StrokeAndFillPath( getHDC() ) ) in drawPolyPolygonBezier()
1743 if ( Escape( getHDC(), QUERYESCSUPPORT, sizeof( int ), ( LPSTR )&nEscape, 0 ) ) in drawEPS()
1830 Escape ( getHDC(), nEscape, aBuf.getLength(), (LPTSTR)aBuf.getStr(), 0 ); in drawEPS()
1850 Escape ( getHDC(), nEscape, aBuf.getLength(), (LPTSTR)aBuf.getStr(), 0 ); in drawEPS()
1866 sal_uLong nResult = Escape ( getHDC(), nEscape, nDoNow + 2, (LPTSTR)aBuf.getStr(), 0 ); in drawEPS()
1882 Escape ( getHDC(), nEscape, aBuf.getLength(), (LPTSTR)aBuf.getStr(), 0 ); in drawEPS()
1897 aRes.hDC = const_cast< WinSalGraphics* >(this)->getHDC(); in GetGraphicsData()