Searched refs:pSvgStyleAttributes (Results 1 – 2 of 2) sorted by relevance
1919 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFill() local1921 if(pSvgStyleAttributes) in getFill()1923 return pSvgStyleAttributes->getFill(); in getFill()1949 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStroke() local1951 if(pSvgStyleAttributes) in getStroke()1953 return pSvgStyleAttributes->getStroke(); in getStroke()1984 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getSvgGradientNodeFill() local1986 if(pSvgStyleAttributes) in getSvgGradientNodeFill()1988 return pSvgStyleAttributes->getSvgGradientNodeFill(); in getSvgGradientNodeFill()2007 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()