Lines Matching refs:aStrokeAttributes
1737 rendering::StrokeAttributes aStrokeAttributes; in operator ()() local
1739 aStrokeAttributes.StrokeWidth = mnOutlineWidth; in operator ()()
1740 aStrokeAttributes.MiterLimit = 1.0; in operator ()()
1741 aStrokeAttributes.StartCapType = rendering::PathCapType::BUTT; in operator ()()
1742 aStrokeAttributes.EndCapType = rendering::PathCapType::BUTT; in operator ()()
1743 aStrokeAttributes.JoinType = rendering::PathJoinType::MITER; in operator ()()
1759 aStrokeAttributes ); in operator ()()
1769 aStrokeAttributes ); in operator ()()
1815 rendering::StrokeAttributes aStrokeAttributes; in operator ()() local
1817 aStrokeAttributes.StrokeWidth = mnOutlineWidth; in operator ()()
1818 aStrokeAttributes.MiterLimit = 1.0; in operator ()()
1819 aStrokeAttributes.StartCapType = rendering::PathCapType::BUTT; in operator ()()
1820 aStrokeAttributes.EndCapType = rendering::PathCapType::BUTT; in operator ()()
1821 aStrokeAttributes.JoinType = rendering::PathJoinType::MITER; in operator ()()
1837 aStrokeAttributes ); in operator ()()
1847 aStrokeAttributes ); in operator ()()