Searched defs:isWellBehaved (Results 1 – 6 of 6) sorted by relevance
35 bool isWellBehaved; variable44 bool isWellBehaved, in GrTwoPointConicalGradientLayout()
34 auto isWellBehaved = _outer.isWellBehaved; in emitCode() local334 bool isWellBehaved = isFocal && focalData.isWellBehaved(); in Make() local
26 bool isWellBehaved() const { return fIsWellBehaved; } in isWellBehaved() function39 bool isFocalOnCircle, bool isWellBehaved, bool isSwapped, in GrTwoPointConicalGradientLayout()
34 auto isWellBehaved = _outer.isWellBehaved(); in emitCode() local254 bool isWellBehaved = isFocal && focalData.isWellBehaved(); in Make() local
37 bool isWellBehaved() const { return !this->isFocalOnCircle() && fR1 > 1; } in isWellBehaved() function
36 bool isWellBehaved() const { return !this->isFocalOnCircle() && fR1 > 1; } in isWellBehaved() function