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

Method PkPathMeasure

src/core/PathMeasure.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25class PkPathMeasure : public PathMeasure {
26 public:
27 explicit PkPathMeasure(const SkPath& path) {
28 pathMeasure = new SkPathMeasure(path, false);
29 }
30
31 ~PkPathMeasure() override {
32 delete pathMeasure;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected