Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/ops/
DGrOvalOpFactory.cpp75 bool isectPlane, bool unionPlane, bool roundCaps, in Make() argument
78 return new (ptr) CircleGeometryProcessor(stroke, clipPlane, isectPlane, unionPlane, in Make()
101 CircleGeometryProcessor(bool stroke, bool clipPlane, bool isectPlane, bool unionPlane, in CircleGeometryProcessor() argument
116 if (unionPlane) { in CircleGeometryProcessor()
267 bool unionPlane = d->fRandom->nextBool(); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
270 unionPlane, roundCaps, wideColor, matrix); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST()