Home
last modified time | relevance | path

Searched refs:contentNode (Results 1 – 2 of 2) sorted by relevance

/external/skqp/experimental/svg/model/
DSkSVGPattern.cpp113 *contentNode = this; in resolveHref() local
123 if (!contentNode->hasChildren()) { in resolveHref()
124 contentNode = currentNode; in resolveHref()
127 if (contentNode->hasChildren() && !didInherit) { in resolveHref()
137 return contentNode; in resolveHref()
142 const auto* contentNode = this->resolveHref(ctx, &attrs); in onAsPaint() local
162 contentNode->SkSVGContainer::onRender(recordingContext); in onAsPaint()
/external/skia/experimental/svg/model/
DSkSVGPattern.cpp113 *contentNode = this; in resolveHref() local
123 if (!contentNode->hasChildren()) { in resolveHref()
124 contentNode = currentNode; in resolveHref()
127 if (contentNode->hasChildren() && !didInherit) { in resolveHref()
137 return contentNode; in resolveHref()
142 const auto* contentNode = this->resolveHref(ctx, &attrs); in onAsPaint() local
162 contentNode->SkSVGContainer::onRender(recordingContext); in onAsPaint()