Home
last modified time | relevance | path

Searched refs:fIsWellBehaved (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/gradients/
DGrTwoPointConicalGradientLayout.h26 bool isWellBehaved() const { return fIsWellBehaved; } in isWellBehaved()
47 , fIsWellBehaved(isWellBehaved) in GrTwoPointConicalGradientLayout()
62 bool fIsWellBehaved; variable
DGrTwoPointConicalGradientLayout.cpp115 b->add32((int32_t)fIsWellBehaved); in onGetGLSLProcessorKey()
126 if (fIsWellBehaved != that.fIsWellBehaved) return false; in onIsEqual()
139 , fIsWellBehaved(src.fIsWellBehaved) in GrTwoPointConicalGradientLayout()
/external/skia/src/gpu/gradients/
DGrTwoPointConicalGradientLayout.h26 bool isWellBehaved() const { return fIsWellBehaved; } in isWellBehaved()
47 , fIsWellBehaved(isWellBehaved) in GrTwoPointConicalGradientLayout()
62 bool fIsWellBehaved; variable
DGrTwoPointConicalGradientLayout.cpp115 b->add32((int32_t)fIsWellBehaved); in onGetGLSLProcessorKey()
126 if (fIsWellBehaved != that.fIsWellBehaved) return false; in onIsEqual()
139 , fIsWellBehaved(src.fIsWellBehaved) in GrTwoPointConicalGradientLayout()