Home
last modified time | relevance | path

Searched refs:GetTransparency (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ScrollBar.cpp244 int32_t nTransparency = GetTransparency(); in DrawThisAppearance()
668 GetBackgroundColor(), GetTransparency()); in DrawThisAppearance()
674 ArgbEncode(GetTransparency(), 100, 100, 100), 1.0f); in DrawThisAppearance()
680 ArgbEncode(GetTransparency(), 100, 100, 100), 1.0f); in DrawThisAppearance()
688 if (GetTransparency() != 255) { in OnLButtonDown()
743 if (GetTransparency() != PWL_SCROLLBAR_TRANSPARENCY) { in OnLButtonUp()
DPWL_Wnd.cpp355 GetBackgroundColor(), GetTransparency()); in DrawThisAppearance()
363 GetBorderStyle(), GetTransparency()); in DrawThisAppearance()
816 int32_t CPWL_Wnd::GetTransparency() { in GetTransparency() function in CPWL_Wnd
DPWL_Wnd.h332 int32_t GetTransparency();
DPWL_ComboBox.cpp156 PWL_DEFAULT_BLACKCOLOR.ToFXColor(GetTransparency()), 0, in DrawThisAppearance()
DPWL_Edit.cpp401 GetTextColor().ToFXColor(GetTransparency()), rcClip, in DrawThisAppearance()