Searched refs:aSrcPoint (Results 1 – 2 of 2) sorted by relevance
99 const CGPoint aSrcPoint = CGPointMake( -nX, -nY); in Create() local100 ::CGContextDrawLayerAtPoint( mxGraphicContext, aSrcPoint, xLayer ); in Create()
1207 CGPoint aSrcPoint = CGPointMake( -nSrcX, -nSrcY); in copyArea() local1212 aSrcPoint.y = (nSrcY + nSrcHeight) - mnHeight; in copyArea()1214 ::CGContextDrawLayerAtPoint( xSrcContext, aSrcPoint, mxLayer ); in copyArea()
Completed in 65 milliseconds