MCPcopy Create free account
hub / github.com/Tencent/libpag / reset

Method reset

src/rendering/layers/PAGTextLayer.cpp:162–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void PAGTextLayer::reset() {
163 if (replacement != nullptr) {
164 delete replacement;
165 replacement = nullptr;
166 notifyModified(true);
167 invalidateCacheScale();
168 }
169}
170
171Content* PAGTextLayer::getContent() {
172 if (replacement != nullptr) {

Callers 3

writeFrameMethod · 0.45
ApplyTrimPathsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected