Searched refs:SubstractColor (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 705 …csAP = CPWL_Utils::GetRectFillAppStream(rcWindow, CPWL_Utils::SubstractColor(crBackground,0.25f)) … in ResetAppearance_PushButton() 833 …CFX_ByteString csAP_D_ON = CPWL_Utils::GetRectFillAppStream(rcWindow,CPWL_Utils::SubstractColor(cr… in ResetAppearance_CheckBox() 954 crRightBottom = CPWL_Utils::SubstractColor(crBackground,0.25f); in ResetAppearance_RadioButton() 992 CPWL_Color crBK = CPWL_Utils::SubstractColor(crBackground,0.25f); in ResetAppearance_RadioButton() 995 crLeftTop = CPWL_Utils::SubstractColor(crBackground,0.25f); in ResetAppearance_RadioButton() 1010 …csAP_D_ON = CPWL_Utils::GetRectFillAppStream(rcWindow,CPWL_Utils::SubstractColor(crBackground,0.25… in ResetAppearance_RadioButton()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Utils.h | 117 static CPWL_Color SubstractColor(const CPWL_Color & sColor,FX_FLOAT fColorSub);
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Utils.cpp | 1155 CPWL_Color CPWL_Utils::SubstractColor(const CPWL_Color & sColor,FX_FLOAT fColorSub) in SubstractColor() function in CPWL_Utils
|