Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gradients/
DGrUnrolledBinaryGradientColorizer.h22 const SkPMColor4f& scale4_5() const { return fScale4_5; } in scale4_5()
70 , fScale4_5(scale4_5) in GrUnrolledBinaryGradientColorizer()
93 SkPMColor4f fScale4_5; variable
DGrUnrolledBinaryGradientColorizer.cpp272 if (fScale4_5 != that.fScale4_5) return false; in onIsEqual()
296 , fScale4_5(src.fScale4_5) in GrUnrolledBinaryGradientColorizer()