Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gradients/
DGrUnrolledBinaryGradientColorizer.h21 const SkPMColor4f& scale2_3() const { return fScale2_3; } in scale2_3()
69 , fScale2_3(scale2_3) in GrUnrolledBinaryGradientColorizer()
92 SkPMColor4f fScale2_3; variable
DGrUnrolledBinaryGradientColorizer.cpp271 if (fScale2_3 != that.fScale2_3) return false; in onIsEqual()
295 , fScale2_3(src.fScale2_3) in GrUnrolledBinaryGradientColorizer()