Searched refs:ccprClipPath (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | GrReducedClip.cpp | 662 SkPath& ccprClipPath = fCCPRClipPaths.push_back(deviceSpacePath); in addAnalyticFP() local 664 ccprClipPath.toggleInverseFillType(); in addAnalyticFP() 971 for (const SkPath& ccprClipPath : fCCPRClipPaths) { in finishAndDetachAnalyticFPs() local 974 auto fp = ccpr->makeClipProcessor(opListID, ccprClipPath, fScissor, rtWidth, rtHeight, in finishAndDetachAnalyticFPs()
|
/external/skqp/src/gpu/ |
D | GrReducedClip.cpp | 662 SkPath& ccprClipPath = fCCPRClipPaths.push_back(deviceSpacePath); in addAnalyticFP() local 664 ccprClipPath.toggleInverseFillType(); in addAnalyticFP() 971 for (const SkPath& ccprClipPath : fCCPRClipPaths) { in finishAndDetachAnalyticFPs() local 974 auto fp = ccpr->makeClipProcessor(opListID, ccprClipPath, fScissor, rtWidth, rtHeight, in finishAndDetachAnalyticFPs()
|