OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thresholdValue
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/gradients/
GrDualIntervalGradientColorizer.cpp
83
float
thresholdValue
= _outer.threshold();
84
if (fThresholdPrev !=
thresholdValue
) {
85
fThresholdPrev =
thresholdValue
;
86
pdman.set1f(fThresholdVar,
thresholdValue
);
/external/skqp/src/gpu/gradients/
GrDualIntervalGradientColorizer.cpp
83
float
thresholdValue
= _outer.threshold();
84
if (fThresholdPrev !=
thresholdValue
) {
85
fThresholdPrev =
thresholdValue
;
86
pdman.set1f(fThresholdVar,
thresholdValue
);
Completed in 385 milliseconds