MCPcopy Create free account
hub / github.com/Snapchat/Valdi / hasGradient

Method hasGradient

snap_drawing/src/snap_drawing/cpp/Utils/GradientWrapper.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97bool GradientWrapper::hasGradient() {
98 return _linearGradient != nullptr || _radialGradient != nullptr;
99}
100
101} // namespace snap::drawing

Callers 4

drawTextDecorationsMethod · 0.80
drawTextMethod · 0.80
drawMethod · 0.80
drawBackgroundMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected