Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp70 bool isectPlane, bool unionPlane, bool roundCaps, in Make()
73 return new (ptr) CircleGeometryProcessor(stroke, clipPlane, isectPlane, unionPlane, in Make()
92 b->addBool(fInUnionPlane.isInitialized(), "unionPlane" );
104 CircleGeometryProcessor(bool stroke, bool clipPlane, bool isectPlane, bool unionPlane, in CircleGeometryProcessor() argument
119 if (unionPlane) { in CircleGeometryProcessor()
167 fragBuilder->codeAppend("half3 unionPlane;");
169 "unionPlane");
220 " unionPlane.xy) + unionPlane.z)));");
270 bool unionPlane
69 Make(SkArenaAlloc* arena, bool stroke, bool clipPlane, bool isectPlane, bool unionPlane, bool roundCaps, bool wideColor, const SkMatrix& localMatrix) Make() argument
[all...]

Completed in 2 milliseconds