Searched refs:aRefreshRect (Results 1 – 2 of 2) sorted by relevance
707 Rectangle aRefreshRect( nX1, nY1, nX2, nY2 ); in drawLine() local951 const CGRect aRefreshRect = CGPathGetBoundingBox( xPath ); in drawPolyPolygon() local954 if( ! ((aRefreshRect.size.width <= 0.125) && (aRefreshRect.size.height <= 0.125)) ) in drawPolyPolygon()969 RefreshRect( aRefreshRect ); in drawPolyPolygon()1038 const CGRect aRefreshRect = CGPathGetBoundingBox( xPath ); in drawPolyLine() local1041 if( ! ((aRefreshRect.size.width <= 0.125) && (aRefreshRect.size.height <= 0.125)) ) in drawPolyLine()1057 RefreshRect( aRefreshRect ); in drawPolyLine()1440 const CGRect aRefreshRect = CGContextGetClipBoundingBox(mrContext); in invert() local1443 RefreshRect( aRefreshRect ); in invert()
272 …const CGRect aRefreshRect = CGContextConvertRectToDeviceSpace( rAquaGraphics.mrContext, aInkRect ); in DrawText() local273 rAquaGraphics.RefreshRect( aRefreshRect ); in DrawText()
Completed in 31 milliseconds