Lines Matching refs:fHelper
415 fHelper.visitProxies(func);
424 , fHelper(processorSet, aaType, stencilSettings)
436 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); }
444 return fHelper.finalizeProcessors(caps, clip, clampType, gpCoverage, &fColor, nullptr);
477 LocalCoords localCoords(fHelper.usesLocalCoords() ? LocalCoords::kUsePosition_Type
488 fProgramInfo = fHelper.createProgramInfoWithStencil(caps, arena, writeView,
524 if (!fHelper.isCompatible(that->fHelper, caps, this->bounds(), that->bounds())) {
555 string += fHelper.dumpInfo();
571 Helper fHelper;