Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/effects/
DGrAlphaThresholdFragmentProcessor.fp66 float innerThresh = testData->fRandom->nextUScalar1() * .99f + 0.005f;
75 return GrAlphaThresholdFragmentProcessor::Make(std::move(maskProxy), innerThresh, outerThresh,
/third_party/flutter/skia/src/gpu/effects/generated/
DGrAlphaThresholdFragmentProcessor.cpp112 float innerThresh = testData->fRandom->nextUScalar1() * .99f + 0.005f; in TestCreate() local
121 return GrAlphaThresholdFragmentProcessor::Make(std::move(maskProxy), innerThresh, outerThresh, in TestCreate()