Searched refs:crBackground (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 520 CPWL_Color crBackground, crBorder; in ResetAppearance_PushButton() local 527 crBackground = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in ResetAppearance_PushButton() 548 crRightBottom = CPWL_Utils::DevideColor(crBackground,2); in ResetAppearance_PushButton() 654 CFX_ByteString csAP = CPWL_Utils::GetRectFillAppStream(rcWindow, crBackground) + in ResetAppearance_PushButton() 673 csAP = CPWL_Utils::GetRectFillAppStream(rcWindow, crBackground) + in ResetAppearance_PushButton() 704 …csAP = CPWL_Utils::GetRectFillAppStream(rcWindow, CPWL_Utils::SubstractColor(crBackground,0.25f)) … in ResetAppearance_PushButton() 726 CPWL_Color crBackground, crBorder, crText; in ResetAppearance_CheckBox() local 733 crBackground = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in ResetAppearance_CheckBox() 754 crRightBottom = CPWL_Utils::DevideColor(crBackground,2); in ResetAppearance_CheckBox() 812 CFX_ByteString csAP_N_ON = CPWL_Utils::GetRectFillAppStream(rcWindow,crBackground) + in ResetAppearance_CheckBox() [all …]
|