MCPcopy Create free account
hub / github.com/Tencent/tgfx / ConicGradientLayout

Method ConicGradientLayout

src/gpu/processors/ConicGradientLayout.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21namespace tgfx {
22ConicGradientLayout::ConicGradientLayout(Matrix matrix, float bias, float scale)
23 : FragmentProcessor(ClassID()), coordTransform(matrix), bias(bias), scale(scale) {
24 addCoordTransform(&coordTransform);
25}
26} // namespace tgfx

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected