Home
last modified time | relevance | path

Searched refs:isWellBehaved (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/gradients/generated/
DGrTwoPointConicalGradientLayout.cpp35 auto isWellBehaved = _outer.isWellBehaved; in emitCode() local
36 (void)isWellBehaved; in emitCode()
69 (_outer.isWellBehaved ? "true" : "false"), (_outer.isSwapped ? "true" : "false"), in emitCode()
79 (_outer.isWellBehaved ? "true" : "false"), in emitCode()
115 b->add32((int32_t)isWellBehaved); in onGetGLSLProcessorKey()
126 if (isWellBehaved != that.isWellBehaved) return false; in onIsEqual()
140 , isWellBehaved(src.isWellBehaved) in GrTwoPointConicalGradientLayout()
254 bool isWellBehaved = isFocal && focalData.isWellBehaved(); in Make() local
301 matrix, grType, isRadiusIncreasing, isFocalOnCircle, isWellBehaved, isSwapped, in Make()
DGrTwoPointConicalGradientLayout.h34 bool isWellBehaved; variable
41 bool isFocalOnCircle, bool isWellBehaved, bool isSwapped, in GrTwoPointConicalGradientLayout() argument
50 , isWellBehaved(isWellBehaved) in GrTwoPointConicalGradientLayout()
/third_party/skia/src/shaders/gradients/
DSkTwoPointConicalGradient.cpp187 } else if (fFocalData.isWellBehaved()) { in appendGradientStages()
195 if (!fFocalData.isWellBehaved()) { in appendGradientStages()
207 if (!fFocalData.isWellBehaved()) { in appendGradientStages()
243 } else if (fFocalData.isWellBehaved()) { in transformT()
253 if (!fFocalData.isWellBehaved()) { in transformT()
DSkTwoPointConicalGradient.h36 bool isWellBehaved() const { return !this->isFocalOnCircle() && fR1 > 1; } in isWellBehaved() function
/third_party/flutter/skia/src/gpu/gradients/
DGrTwoPointConicalGradientLayout.fp20 layout(key) in bool isWellBehaved;
72 } else if (isWellBehaved) {
93 // when x_t is positive (which can be assumed true if isWellBehaved is true)
94 @if (!isWellBehaved) {
170 bool isWellBehaved = isFocal && focalData.isWellBehaved();
220 matrix, grType, isRadiusIncreasing, isFocalOnCircle, isWellBehaved,
/third_party/flutter/skia/src/shaders/gradients/
DSkTwoPointConicalGradient.cpp212 } else if (fFocalData.isWellBehaved()) { in appendGradientStages()
220 if (!fFocalData.isWellBehaved()) { in appendGradientStages()
232 if (!fFocalData.isWellBehaved()) { in appendGradientStages()
DSkTwoPointConicalGradient.h36 bool isWellBehaved() const { return !this->isFocalOnCircle() && fR1 > 1; } in isWellBehaved() function
/third_party/skia/src/gpu/gradients/
DGrGradientShader.cpp969 isWellBehaved = focalData.isWellBehaved(), in MakeConical() local
977 "isWellBehaved", GrSkSLFP::Specialize<int>(isWellBehaved), in MakeConical()