Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp1143 CFX_Color crBackground; in SetAsPushButton() local
1149 crBackground = CFX_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in SetAsPushButton()
1168 crRightBottom = crBackground / 2.0f; in SetAsPushButton()
1245 GetRectFillAppStream(rcWindow, crBackground) + in SetAsPushButton()
1266 GetRectFillAppStream(rcWindow, crBackground) + in SetAsPushButton()
1301 GetRectFillAppStream(rcWindow, crBackground - 0.25f) + in SetAsPushButton()
1319 CFX_Color crBackground, crBorder, crText; in SetAsCheckBox() local
1325 crBackground = CFX_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in SetAsCheckBox()
1343 crRightBottom = crBackground / 2.0f; in SetAsCheckBox()
1388 GetRectFillAppStream(rcWindow, crBackground) + in SetAsCheckBox()
[all …]
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1730 bg = font->crBackground; in CreateMainWindow()
2032 COLORREF fg = fnt->crForeground, bg = fnt->crBackground; in SetControlColor()