Home
last modified time | relevance | path

Searched defs:isWellBehaved (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/gradients/
DGrTwoPointConicalGradientLayout.h26 bool isWellBehaved() const { return fIsWellBehaved; } in isWellBehaved() function
39 bool isFocalOnCircle, bool isWellBehaved, bool isSwapped, in GrTwoPointConicalGradientLayout()
DGrTwoPointConicalGradientLayout.cpp34 auto isWellBehaved = _outer.isWellBehaved(); in emitCode() local
254 bool isWellBehaved = isFocal && focalData.isWellBehaved(); in Make() local
/external/skia/src/gpu/gradients/
DGrTwoPointConicalGradientLayout.h26 bool isWellBehaved() const { return fIsWellBehaved; } in isWellBehaved() function
39 bool isFocalOnCircle, bool isWellBehaved, bool isSwapped, in GrTwoPointConicalGradientLayout()
DGrTwoPointConicalGradientLayout.cpp34 auto isWellBehaved = _outer.isWellBehaved(); in emitCode() local
254 bool isWellBehaved = isFocal && focalData.isWellBehaved(); in Make() local
/external/skqp/src/shaders/gradients/
DSkTwoPointConicalGradient.h37 bool isWellBehaved() const { return !this->isFocalOnCircle() && fR1 > 1; } in isWellBehaved() function
/external/skia/src/shaders/gradients/
DSkTwoPointConicalGradient.h37 bool isWellBehaved() const { return !this->isFocalOnCircle() && fR1 > 1; } in isWellBehaved() function