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

Method Make

test/src/CornerPinEffect.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52std::shared_ptr<CornerPinEffect> CornerPinEffect::Make(const Point& upperLeft,
53 const Point& upperRight,
54 const Point& lowerRight,
55 const Point& lowerLeft) {
56 return std::make_shared<CornerPinEffect>(upperLeft, upperRight, lowerRight, lowerLeft);
57}
58
59CornerPinEffect::CornerPinEffect(const Point& upperLeft, const Point& upperRight,
60 const Point& lowerRight, const Point& lowerLeft) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected