Searched refs:largeOutsidePath (Results 1 – 2 of 2) sorted by relevance
266 SkPath largeOutsidePath; in onRun() local267 largeOutsidePath.moveTo(-1e30f, -1e30f); in onRun()268 largeOutsidePath.lineTo(-1e30f, +1e30f); in onRun()269 largeOutsidePath.lineTo(-1e10f, +1e30f); in onRun()270 ccpr.drawPath(largeOutsidePath); in onRun()282 ccpr.clipFullscreenRect(largeOutsidePath); in onRun()287 ccpr.drawPath(largeOutsidePath); in onRun()288 ccpr.clipFullscreenRect(largeOutsidePath); in onRun()
265 SkPath largeOutsidePath; in onRun() local266 largeOutsidePath.moveTo(-1e30f, -1e30f); in onRun()267 largeOutsidePath.lineTo(-1e30f, +1e30f); in onRun()268 largeOutsidePath.lineTo(-1e10f, +1e30f); in onRun()269 ccpr.drawPath(largeOutsidePath); in onRun()281 ccpr.clipFullscreenRect(largeOutsidePath); in onRun()286 ccpr.drawPath(largeOutsidePath); in onRun()287 ccpr.clipFullscreenRect(largeOutsidePath); in onRun()