Searched refs:crRet (Results 1 – 2 of 2) sorted by relevance
1828 CPWL_Color crRet = color; in GetReverseColor() local1833 crRet.fColor1 = 1.0f - crRet.fColor1; in GetReverseColor()1836 crRet.fColor1 = 1.0f - crRet.fColor1; in GetReverseColor()1837 crRet.fColor2 = 1.0f - crRet.fColor2; in GetReverseColor()1838 crRet.fColor3 = 1.0f - crRet.fColor3; in GetReverseColor()1841 crRet.fColor1 = 1.0f - crRet.fColor1; in GetReverseColor()1842 crRet.fColor2 = 1.0f - crRet.fColor2; in GetReverseColor()1843 crRet.fColor3 = 1.0f - crRet.fColor3; in GetReverseColor()1844 crRet.fColor4 = 1.0f - crRet.fColor4; in GetReverseColor()1848 return crRet; in GetReverseColor()
2856 CPWL_Color crRet = CPWL_Color(COLORTYPE_RGB, r / 255.0f, in textColor() local2861 crRet = CPWL_Color(COLORTYPE_TRANSPARENT); in textColor()2864 color::ConvertPWLColorToArray(crRet, crArray); in textColor()