Searched refs:crRet (Results 1 – 2 of 2) sorted by relevance
1831 CPWL_Color crRet = color; in GetReverseColor() local1836 crRet.fColor1 = 1.0f - crRet.fColor1; in GetReverseColor()1839 crRet.fColor1 = 1.0f - crRet.fColor1; in GetReverseColor()1840 crRet.fColor2 = 1.0f - crRet.fColor2; in GetReverseColor()1841 crRet.fColor3 = 1.0f - crRet.fColor3; in GetReverseColor()1844 crRet.fColor1 = 1.0f - crRet.fColor1; in GetReverseColor()1845 crRet.fColor2 = 1.0f - crRet.fColor2; in GetReverseColor()1846 crRet.fColor3 = 1.0f - crRet.fColor3; in GetReverseColor()1847 crRet.fColor4 = 1.0f - crRet.fColor4; in GetReverseColor()1851 return crRet; in GetReverseColor()
2861 CPWL_Color crRet = CPWL_Color(COLORTYPE_RGB, r / 255.0f, in textColor() local2866 crRet = CPWL_Color(COLORTYPE_TRANSPARENT); in textColor()2869 color::ConvertPWLColorToArray(crRet, crArray); in textColor()