Searched refs:mxClipPath (Results 1 – 4 of 4) sorted by relevance
67 if( mxClipPath ) in SetPrinterGraphics()69 CGPathRelease( mxClipPath ); in SetPrinterGraphics()70 mxClipPath = NULL; in SetPrinterGraphics()146 if( mxClipPath ) in UnsetState()148 CGPathRelease( mxClipPath ); in UnsetState()149 mxClipPath = NULL; in UnsetState()159 if( mxClipPath ) in SetState()162 CGContextAddPath( mrContext, mxClipPath ); // set the current path to the clipping path in SetState()
275 , mxClipPath( NULL ) in AquaSalGraphics()291 CGPathRelease( mxClipPath ); in ~AquaSalGraphics()542 if( mxClipPath ) in ResetClipRegion()544 CGPathRelease( mxClipPath ); in ResetClipRegion()545 mxClipPath = NULL; in ResetClipRegion()556 if( mxClipPath ) in setClipRegion()558 CGPathRelease( mxClipPath ); in setClipRegion()559 mxClipPath = NULL; in setClipRegion()561 mxClipPath = CGPathCreateMutable(); in setClipRegion()568 AddPolyPolygonToPath( mxClipPath, aClip, !getAntiAliasB2DDraw(), false ); in setClipRegion()[all …]
1204 if( mxClipPath ) in drawNativeControl()1205 aRect = CGPathGetBoundingBox( mxClipPath ); in drawNativeControl()
168 CGMutablePathRef mxClipPath; member in AquaSalGraphics
Completed in 27 milliseconds