Home
last modified time | relevance | path

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

/AOO41X/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx1919 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFill() local
1921 if(pSvgStyleAttributes) in getFill()
1923 return pSvgStyleAttributes->getFill(); in getFill()
1949 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStroke() local
1951 if(pSvgStyleAttributes) in getStroke()
1953 return pSvgStyleAttributes->getStroke(); in getStroke()
1984 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getSvgGradientNodeFill() local
1986 if(pSvgStyleAttributes) in getSvgGradientNodeFill()
1988 return pSvgStyleAttributes->getSvgGradientNodeFill(); in getSvgGradientNodeFill()
2007 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getSvgGradientNodeStroke() local
[all …]
H A Dsvgcharacternode.cxx582 const SvgStyleAttributes* pSvgStyleAttributes = getSvgStyleAttributes(); in decomposeText() local
584 if(pSvgStyleAttributes) in decomposeText()
586 decomposeTextWithStyle(rTarget, rSvgTextPosition, *pSvgStyleAttributes); in decomposeText()