Searched refs:m_BorderColor (Results 1 – 1 of 1) sorted by relevance
1712 u8 m_BorderColor[4]; variable1808 m_BorderColor[0] = colorR; in SetBorderColor()1809 m_BorderColor[1] = colorG; in SetBorderColor()1810 m_BorderColor[2] = colorB; in SetBorderColor()1811 m_BorderColor[3] = colorA; in SetBorderColor()1831 m_BorderColor[0] = Utils::FloatToUnsignedByte(colorR); in SetBorderColor()1832 m_BorderColor[1] = Utils::FloatToUnsignedByte(colorG); in SetBorderColor()1833 m_BorderColor[2] = Utils::FloatToUnsignedByte(colorB); in SetBorderColor()1834 m_BorderColor[3] = Utils::FloatToUnsignedByte(colorA); in SetBorderColor()1885 m_BorderColor[0] = m_BorderColor[1] = m_BorderColor[2] = m_BorderColor[3] = 0; in ToDefault()[all …]