Lines Matching defs:other
167 // color" for all other purposes later (eg, the default passed via sample calls, etc.)
176 // "dest color" for all other purposes later.
310 GrSkSLFP::GrSkSLFP(const GrSkSLFP& other)
311 : INHERITED(other)
312 , fEffect(other.fEffect)
313 , fName(other.fName)
314 , fUniformSize(other.fUniformSize)
315 , fInputChildIndex(other.fInputChildIndex) {
317 other.uniformFlags(),
319 sk_careful_memcpy(this->uniformData(), other.uniformData(), fUniformSize);
399 bool GrSkSLFP::onIsEqual(const GrFragmentProcessor& other) const {
400 const GrSkSLFP& sk = other.cast<GrSkSLFP>();