| 20 | |
| 21 | namespace tgfx { |
| 22 | ConicGradientLayout::ConicGradientLayout(Matrix matrix, float bias, float scale) |
| 23 | : FragmentProcessor(ClassID()), coordTransform(matrix), bias(bias), scale(scale) { |
| 24 | addCoordTransform(&coordTransform); |
| 25 | } |
| 26 | } // namespace tgfx |
nothing calls this directly
no outgoing calls
no test coverage detected