Home
last modified time | relevance | path

Searched refs:aRefreshRect (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx707 Rectangle aRefreshRect( nX1, nY1, nX2, nY2 ); in drawLine() local
951 const CGRect aRefreshRect = CGPathGetBoundingBox( xPath ); in drawPolyPolygon() local
954 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() local
1041 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() local
1443 RefreshRect( aRefreshRect ); in invert()
H A Dctlayout.cxx272 …const CGRect aRefreshRect = CGContextConvertRectToDeviceSpace( rAquaGraphics.mrContext, aInkRect ); in DrawText() local
273 rAquaGraphics.RefreshRect( aRefreshRect ); in DrawText()

Completed in 18 milliseconds