Home
last modified time | relevance | path

Searched refs:crRet (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Utils.cpp1831 CPWL_Color crRet = color; in GetReverseColor() local
1836 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()
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp2861 CPWL_Color crRet = CPWL_Color(COLORTYPE_RGB, r / 255.0f, in textColor() local
2866 crRet = CPWL_Color(COLORTYPE_TRANSPARENT); in textColor()
2869 color::ConvertPWLColorToArray(crRet, crArray); in textColor()