Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DGrOvalOpFactory.cpp1314 (circle.fClipPlane[0] * circle.fIsectPlane[0] + in onPrepareDraws()
1315 circle.fClipPlane[1] * circle.fIsectPlane[1]) < 0.0f) { in onPrepareDraws()
1320 geoClipPlane.set(circle.fClipPlane[1] - circle.fIsectPlane[1], in onPrepareDraws()
1321 circle.fIsectPlane[0] - circle.fClipPlane[0]); in onPrepareDraws()
1339 vertices << circle.fIsectPlane; in onPrepareDraws()
1361 vertices << circle.fIsectPlane; in onPrepareDraws()
1377 vertices << circle.fIsectPlane; in onPrepareDraws()
1466 SkScalar fIsectPlane[3]; member