Searched refs:crRet (Results 1 – 2 of 2) sorted by relevance
1792 CPWL_Color crRet = color; in GetReverseColor() local1796 crRet.fColor1 = 1.0f - crRet.fColor1; in GetReverseColor()1799 crRet.fColor1 = 1.0f - crRet.fColor1; in GetReverseColor()1800 crRet.fColor2 = 1.0f - crRet.fColor2; in GetReverseColor()1801 crRet.fColor3 = 1.0f - crRet.fColor3; in GetReverseColor()1804 crRet.fColor1 = 1.0f - crRet.fColor1; in GetReverseColor()1805 crRet.fColor2 = 1.0f - crRet.fColor2; in GetReverseColor()1806 crRet.fColor3 = 1.0f - crRet.fColor3; in GetReverseColor()1807 crRet.fColor4 = 1.0f - crRet.fColor4; in GetReverseColor()1811 return crRet; in GetReverseColor()
2496 CPWL_Color crRet = in textColor() local2500 crRet = CPWL_Color(COLORTYPE_TRANSPARENT); in textColor()2502 color::ConvertPWLColorToArray(crRet, crArray); in textColor()