Searched refs:m_BorderColor (Results 1 – 1 of 1) sorted by relevance
1404 u8 m_BorderColor[4]; variable1501 m_BorderColor[0] = colorR; in SetBorderColor()1502 m_BorderColor[1] = colorG; in SetBorderColor()1503 m_BorderColor[2] = colorB; in SetBorderColor()1504 m_BorderColor[3] = colorA; in SetBorderColor()1524 m_BorderColor[0] = Utils::FloatToUnsignedByte(colorR); in SetBorderColor()1525 m_BorderColor[1] = Utils::FloatToUnsignedByte(colorG); in SetBorderColor()1526 m_BorderColor[2] = Utils::FloatToUnsignedByte(colorB); in SetBorderColor()1527 m_BorderColor[3] = Utils::FloatToUnsignedByte(colorA); in SetBorderColor()1578 m_BorderColor[0] = m_BorderColor[1] = m_BorderColor[2] = m_BorderColor[3] = 0; in ToDefault()[all …]