Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gradients/
DGrUnrolledBinaryGradientColorizer.h36 const SkRect& thresholds1_7() const { return fThresholds1_7; } in thresholds1_7()
84 , fThresholds1_7(thresholds1_7) in GrUnrolledBinaryGradientColorizer()
107 SkRect fThresholds1_7; variable
DGrUnrolledBinaryGradientColorizer.cpp286 if (fThresholds1_7 != that.fThresholds1_7) return false; in onIsEqual()
310 , fThresholds1_7(src.fThresholds1_7) in GrUnrolledBinaryGradientColorizer()