Home
last modified time | relevance | path

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

/external/skia/src/gpu/instanced/
DInstanceProcessor.cpp1445 EmitShapeOpts innerOpts; in onEmitCode() local
1446 innerOpts.fIsTightGeometry = false; in onEmitCode()
1447 innerOpts.fResolveMixedSamples = false; // Mixed samples are resolved in the outer shape. in onEmitCode()
1448 innerOpts.fInvertCoverage = true; in onEmitCode()
1451 this->emitArc(f, innerShapeCoords, true, false, innerOpts); in onEmitCode()
1457 this->emitRect(f, innerShapeCoords, innerOpts); in onEmitCode()
1459 this->emitSimpleRRect(f, innerShapeCoords, fInnerRRect.fsIn(), innerOpts); in onEmitCode()