Home
last modified time | relevance | path

Searched refs:GetBackgroundColor (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp319 sThis << CPWL_Utils::GetRectFillAppStream(rectWnd, GetBackgroundColor()); in GetThisAppearanceStream()
357 GetBackgroundColor(), GetTransparency()); in DrawThisAppearance()
564 CPWL_Color CPWL_Wnd::GetBackgroundColor() const { in GetBackgroundColor() function in CPWL_Wnd
852 color = CPWL_Utils::DevideColor(GetBackgroundColor(), 2); in GetBorderRightBottomColor()
DPWL_Note.cpp294 GetBackgroundColor(), PWL_DEFAULT_BLACKCOLOR, in DrawThisAppearance()
601 if (CPWL_Utils::IsBlackOrWhite(GetBackgroundColor())) in CreateChildWnd()
796 return GetBackgroundColor(); in GetBkColor()
1216 if (CPWL_Utils::IsBlackOrWhite(GetBackgroundColor())) in CreateChildWnd()
DPWL_ScrollBar.cpp658 << CPWL_Utils::GetColorAppStream(GetBackgroundColor(), TRUE); in GetThisAppearanceStream()
673 GetBackgroundColor(), GetTransparency()); in DrawThisAppearance()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h944 FX_ARGB GetBackgroundColor(int& iColorType) { in GetBackgroundColor() function
1109 FX_ARGB GetBackgroundColor(int& iColorType) const { in GetBackgroundColor() function
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h329 virtual CPWL_Color GetBackgroundColor() const;
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp560 color = FX_ARGBTOCOLORREF(pFormCtrl->GetBackgroundColor(iColorType)); in GetFillColor()
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp1455 pFormControl->GetBackgroundColor(iColorType); in fillColor()