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

Method SkPathEffectWrapper

src/core/PathEffect.cpp:28–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26class SkPathEffectWrapper : public PathEffect {
27 public:
28 explicit SkPathEffectWrapper(sk_sp<SkPathEffect> effect) : pathEffect(std::move(effect)) {
29 }
30
31 bool filterPath(Path* path) const override {
32 if (path == nullptr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected