Searched refs:pSvgStyleAttributes (Results 1 – 2 of 2) sorted by relevance
1958 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFill() local1960 if(pSvgStyleAttributes) in getFill()1962 return pSvgStyleAttributes->getFill(); in getFill()1988 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStroke() local1990 if(pSvgStyleAttributes) in getStroke()1992 return pSvgStyleAttributes->getStroke(); in getStroke()2023 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getSvgGradientNodeFill() local2025 if(pSvgStyleAttributes) in getSvgGradientNodeFill()2027 return pSvgStyleAttributes->getSvgGradientNodeFill(); in getSvgGradientNodeFill()2046 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getSvgGradientNodeStroke() local[all …]
582 const SvgStyleAttributes* pSvgStyleAttributes = getSvgStyleAttributes(); in decomposeText() local584 if(pSvgStyleAttributes) in decomposeText()586 decomposeTextWithStyle(rTarget, rSvgTextPosition, *pSvgStyleAttributes); in decomposeText()