Lines Matching refs:currentNode
62 const SkSVGPattern *currentNode = this,
67 inherit_if_needed(currentNode->fX , attrs->fX) |
68 inherit_if_needed(currentNode->fY , attrs->fY) |
69 inherit_if_needed(currentNode->fWidth , attrs->fWidth) |
70 inherit_if_needed(currentNode->fHeight , attrs->fHeight) |
71 inherit_if_needed(currentNode->fPatternTransform, attrs->fPatternTransform);
74 contentNode = currentNode;
84 currentNode = currentNode->hrefTarget(ctx);
85 } while (currentNode);