Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Utils.cpp1792 CPWL_Color crRet = color; in GetReverseColor() local
1796 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()
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp2496 CPWL_Color crRet = in textColor() local
2500 crRet = CPWL_Color(COLORTYPE_TRANSPARENT); in textColor()
2502 color::ConvertPWLColorToArray(crRet, crArray); in textColor()