Home
last modified time | relevance | path

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

/external/skia/tests/
DGrCCPRTest.cpp266 SkPath largeOutsidePath; in onRun() local
267 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()
/external/skqp/tests/
DGrCCPRTest.cpp265 SkPath largeOutsidePath; in onRun() local
266 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()