Searched refs:m_argb (Results 1 – 2 of 2) sorted by relevance
11 CXFA_GEColor::CXFA_GEColor(const FX_ARGB argb) : m_type(Solid), m_argb(argb) { in CXFA_GEColor()16 : m_type(Pattern), m_argb(argb) { in CXFA_GEColor()21 : m_type(Shading), m_argb(0) { in CXFA_GEColor()32 m_argb = that.m_argb; in operator =()36 m_argb = that.m_argb; in operator =()40 m_argb = 0; in operator =()
28 return m_argb; in GetArgb()43 FX_ARGB m_argb; variable