Home
last modified time | relevance | path

Searched refs:m_leftColor (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trop/
H A Draster_edge_iterator.hpp26 colors(m_leftColor, m_rightColor); in RasterEdgeIterator()
36 colors(m_leftColor, m_rightColor); in setEdge()
153 if (val == m_leftColor) in turnAmbiguous()
159 if (val == m_leftColor) in turnAmbiguous()
167 if (val == m_leftColor) in turnAmbiguous()
173 if (val == m_leftColor) in turnAmbiguous()
183 if (val == m_leftColor) in turnAmbiguous()
189 if (val == m_leftColor) in turnAmbiguous()
197 if (val == m_leftColor) in turnAmbiguous()
203 if (val == m_leftColor) in turnAmbiguous()
[all …]
H A Draster_edge_iterator.h45 value_type m_leftColor, m_rightColor, m_elbowColor; variable
66 const value_type &leftColor() const { return m_leftColor; } in leftColor()
70 return m_rightSide ? m_rightColor : m_leftColor; in color()
73 return m_rightSide ? m_leftColor : m_rightColor; in otherColor()
/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/exp/xp/
H A DODe_Style_Style.cpp865 m_pCellProps->m_leftColor = tableStyle.m_pCellProps->m_leftColor; in inheritTableCellProperties()
2114 m_leftColor.empty() && in isEmpty()
2158 m_leftColor = UT_colorToHex(pValue, true); in fetchAttributesFromAbiProps()
2159 } else if (m_leftColor.empty()) { in fetchAttributesFromAbiProps()
2160 m_leftColor = "#000000"; in fetchAttributesFromAbiProps()
2260 ODe_writeAttribute(rOutput, "fo:border-left", m_leftThickness + " solid " + m_leftColor); in write()
2290 m_leftColor = rCellProps.m_leftColor; in operator =()
2311 m_leftColor == rCellProps.m_leftColor && in operator ==()
H A DODe_Style_Style.h329 UT_UTF8String m_leftColor; // part of fo:border-left variable