Home | History | Annotate | Download | only in gradients

Lines Matching refs:effect

1047         // doesn't matter how this is set, just be consistent because it is part of the effect key.
1094 bool GrGradientEffect::onIsEqual(const GrEffect& effect) const {
1095 const GrGradientEffect& s = CastEffect<GrGradientEffect>(effect);