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

Method DiamondGradientLayout

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected