Lines Matching refs:aDstRect

669 	const CGRect aDstRect = CGRectMake( nX, nY, 1, 1);  in ImplDrawPixel()  local
670 CGContextFillRect( mrContext, aDstRect ); in ImplDrawPixel()
671 RefreshRect( aDstRect ); in ImplDrawPixel()
1138 …const CGRect aDstRect = CGRectMake( rPosAry.mnDestX, rPosAry.mnDestY, rPosAry.mnDestWidth, rPosAry… in copyBits() local
1139 CGContextClipToRect( xCopyContext, aDstRect ); in copyBits()
1149 RefreshRect( aDstRect ); in copyBits()
1242 …const CGRect aDstRect = CGRectMake( rPosAry.mnDestX, rPosAry.mnDestY, rPosAry.mnDestWidth, rPosAry… in drawBitmap() local
1243 CGContextDrawImage( mrContext, aDstRect, xImage ); in drawBitmap()
1245 RefreshRect( aDstRect ); in drawBitmap()
1269 …const CGRect aDstRect = CGRectMake( rPosAry.mnDestX, rPosAry.mnDestY, rPosAry.mnDestWidth, rPosAry… in drawBitmap() local
1270 CGContextDrawImage( mrContext, aDstRect, xMaskedImage ); in drawBitmap()
1272 RefreshRect( aDstRect ); in drawBitmap()
1287 …const CGRect aDstRect = CGRectMake( rPosAry.mnDestX, rPosAry.mnDestY, rPosAry.mnDestWidth, rPosAry… in drawMask() local
1288 CGContextDrawImage( mrContext, aDstRect, xImage ); in drawMask()
1290 RefreshRect( aDstRect ); in drawMask()
1478 const NSRect aDstRect = NSMakeRect( nX, nY, nWidth, nHeight); in drawEPS() local
1479 const BOOL bOK = [xEpsImage drawInRect: aDstRect]; in drawEPS()
1487 RefreshRect( aDstRect ); in drawEPS()
1514 const CGRect aDstRect = CGRectMake( rTR.mnDestX, rTR.mnDestY, rTR.mnDestWidth, rTR.mnDestHeight); in drawAlphaBitmap() local
1515 CGContextDrawImage( mrContext, aDstRect, xMaskedImage ); in drawAlphaBitmap()
1516 RefreshRect( aDstRect ); in drawAlphaBitmap()
1562 const CGRect aDstRect = CGRectApplyAffineTransform( aSrcRect, aCGMat ); in drawTransformedBitmap() local
1563 RefreshRect( aDstRect ); in drawTransformedBitmap()