Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp1154 CFX_Color crBackground; in SetAsPushButton() local
1160 crBackground = CFX_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in SetAsPushButton()
1179 crRightBottom = crBackground / 2.0f; in SetAsPushButton()
1242 GetRectFillAppStream(rcWindow, crBackground) + in SetAsPushButton()
1263 GetRectFillAppStream(rcWindow, crBackground) + in SetAsPushButton()
1298 GetRectFillAppStream(rcWindow, crBackground - 0.25f) + in SetAsPushButton()
1316 CFX_Color crBackground, crBorder, crText; in SetAsCheckBox() local
1322 crBackground = CFX_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in SetAsCheckBox()
1340 crRightBottom = crBackground / 2.0f; in SetAsCheckBox()
1386 GetRectFillAppStream(rcWindow, crBackground) + in SetAsCheckBox()
[all …]
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1748 bg = font->crBackground; in CreateMainWindow()
2050 COLORREF fg = fnt->crForeground, bg = fnt->crBackground; in SetControlColor()