Lines Matching refs:mhPS

79 	GpiCreateLogColorTable( pData->mhPS, LCOL_RESET, LCOLF_RGB, 0, 0, NULL );  in ImplSalInitGraphics()
101 mhPS = 0; in Os2SalGraphics()
121 Ft2DeleteSetId( mhPS, LCID_BASE); in ~Os2SalGraphics()
205 GpiSetClipPath( mhPS, 0, SCP_RESET ); in ResetClipRegion()
211 GpiSetClipRegion( mhPS, NULL, &hOldRegion ); in ResetClipRegion()
213 GpiDestroyRegion( mhPS, hOldRegion ); in ResetClipRegion()
266 GpiSetClipPath( mhPS, 0, SCP_RESET ); in setClipRegion()
267 GpiBeginPath( mhPS, 1L ); in setClipRegion()
276 Ft2Move( mhPS, &aPt ); in setClipRegion()
281 Ft2Box( mhPS, DRO_OUTLINE, &aPt, 0, 0 ); in setClipRegion()
284 GpiEndPath( mhPS ); in setClipRegion()
285 GpiSetClipPath( mhPS, 1L, SCP_ALTERNATE | SCP_AND ); in setClipRegion()
290 HRGN hClipRegion = GpiCreateRegion( mhPS, in setClipRegion()
295 GpiSetClipRegion( mhPS, hClipRegion, &hOldRegion ); in setClipRegion()
297 GpiDestroyRegion( mhPS, hOldRegion ); in setClipRegion()
324 Ft2SetAttrs( mhPS, in SetLineColor()
353 Ft2SetAttrs( mhPS, in SetFillColor()
373 Ft2SetAttrs( mhPS, in SetXORMode()
382 Ft2SetAttrs( mhPS, in SetXORMode()
391 Ft2SetAttrs( mhPS, in SetXORMode()
422 Ft2SetPel( mhPS, &aPt ); in drawPixel()
431 GpiQueryAttrs( mhPS, in drawPixel()
441 Ft2SetAttrs( mhPS, in drawPixel()
451 Ft2SetPel( mhPS, &aPt ); in drawPixel()
454 Ft2SetAttrs( mhPS, in drawPixel()
469 Ft2Move( mhPS, &aPt ); in drawLine()
472 GpiLine( mhPS, &aPt ); in drawLine()
499 Ft2Move( mhPS, &aPt ); in drawRect()
502 Ft2Box( mhPS, lControl, &aPt, 0, 0 ); in drawRect()
524 Ft2Move( mhPS, pOS2PtAry ); in drawPolyLine()
525 GpiPolyLine( mhPS, nPoints, pOS2PtAry ); in drawPolyLine()
559 Ft2BeginPath( mhPS, 1 ); in drawPolygon()
560 Ft2Move( mhPS, aPolygon.aPointl ); in drawPolygon()
561 Ft2PolyLine( mhPS, aPolygon.ulPoints, aPolygon.aPointl ); in drawPolygon()
562 Ft2EndPath( mhPS ); in drawPolygon()
563 Ft2FillPath( mhPS, 1, 0 ); in drawPolygon()
567 Ft2Move( mhPS, aPolygon.aPointl ); in drawPolygon()
568 Ft2PolyLine( mhPS, aPolygon.ulPoints, aPolygon.aPointl ); in drawPolygon()
581 Ft2Move( mhPS, aPolygon.aPointl ); in drawPolygon()
582 GpiPolygons( mhPS, 1, &aPolygon, nOptions, POLYGON_EXCL ); in drawPolygon()
589 Ft2Move( mhPS, aPolygon.aPointl ); in drawPolygon()
590 GpiPolyLine( mhPS, nPoints, aPolygon.aPointl ); in drawPolygon()
633 Ft2BeginPath( mhPS, 1 ); in drawPolyPolygon()
636 Ft2Move( mhPS, aPolygonAry[i].aPointl ); in drawPolyPolygon()
637 Ft2PolyLine( mhPS, aPolygonAry[i].ulPoints, aPolygonAry[i].aPointl ); in drawPolyPolygon()
639 Ft2EndPath( mhPS ); in drawPolyPolygon()
640 Ft2FillPath( mhPS, 1, 0 ); in drawPolyPolygon()
652 Ft2Move( mhPS, aPolygonAry[ 0 ].aPointl ); in drawPolyPolygon()
653 GpiPolygons( mhPS, nPoly, aPolygonAry, nOptions, POLYGON_EXCL ); in drawPolyPolygon()
662 Ft2Move( mhPS, aPolygonAry[ i ].aPointl ); in drawPolyPolygon()
663 GpiPolyLine( mhPS, aPolygonAry[ i ].ulPoints, aPolygonAry[ i ].aPointl ); in drawPolyPolygon()
873 Ft2CharStringPosAt( mhPS, &aPt, NULL, 0, 2, (PCH)pStr,(PLONG)&pOS2DXAry[0] ); in drawEPS()