Searched refs:clipPath (Results 1 – 4 of 4) sorted by relevance
202 if (from->style->clipPath.url) { in cssCopyStyleAttr()203 if (to->style->clipPath.url) free(to->style->clipPath.url); in cssCopyStyleAttr()204 to->style->clipPath.url = strdup(from->style->clipPath.url); in cssCopyStyleAttr()
259 if (node->style->clipPath.applying) { in _applyComposition()262 auto compNode = node->style->clipPath.node; in _applyComposition()264 node->style->clipPath.applying = true; in _applyComposition()281 node->style->clipPath.applying = false; in _applyComposition()
1139 if (style->clipPath.url) free(style->clipPath.url); in _handleClipPathAttr()1140 style->clipPath.url = _idFromUrl((const char*)(value + 3)); in _handleClipPathAttr()3119 if (from->style->clipPath.url) { in _copyAttr()3120 if (to->style->clipPath.url) free(to->style->clipPath.url); in _copyAttr()3121 to->style->clipPath.url = strdup(from->style->clipPath.url); in _copyAttr()3604 if (node->style->clipPath.url && !node->style->clipPath.node) { in _updateComposite()3605 SvgNode* findResult = _findNodeById(root, node->style->clipPath.url); in _updateComposite()3606 if (findResult) node->style->clipPath.node = findResult; in _updateComposite()3626 free(style->clipPath.url); in _freeNodeStyle()
496 SvgComposite clipPath; member