Searched refs:GetTransparency (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Label.cpp | 130 CPWL_Utils::PWLColorToFXColor(GetTextColor(), this->GetTransparency()), in DrawThisAppearance() 131 CPWL_Utils::PWLColorToFXColor(GetTextStrokeColor(), this->GetTransparency()), in DrawThisAppearance()
|
D | PWL_IconList.cpp | 53 CPWL_Utils::PWLColorToFXColor(PWL_DEFAULT_SELBACKCOLOR,this->GetTransparency())); in DrawThisAppearance() 58 CPWL_Utils::PWLColorToFXColor(PWL_DEFAULT_LIGHTGRAYCOLOR,this->GetTransparency())); in DrawThisAppearance() 67 m_crIcon, m_pText->GetTextColor(), this->GetTransparency()); in DrawThisAppearance()
|
D | PWL_ScrollBar.cpp | 284 FX_INT32 nTransparancy = this->GetTransparency(); in DrawThisAppearance() 752 …Utils::DrawFillRect(pDevice, pUser2Device, rectWnd, this->GetBackgroundColor(), GetTransparency()); in DrawThisAppearance() 756 ArgbEncode(this->GetTransparency(),100,100,100),1.0f); in DrawThisAppearance() 760 ArgbEncode(this->GetTransparency(),100,100,100),1.0f); in DrawThisAppearance() 772 if (GetTransparency() != 255) in OnLButtonDown() 830 if (GetTransparency() != PWL_SCROLLBAR_TRANSPARANCY) in OnLButtonUp()
|
D | PWL_Edit.cpp | 482 CPWL_Utils::PWLColorToFXColor(GetTextColor(),this->GetTransparency()), in DrawThisAppearance() 483 CPWL_Utils::PWLColorToFXColor(GetTextStrokeColor(),this->GetTransparency()), in DrawThisAppearance() 1311 …_pEdit, ptOffset, NULL, CPWL_Utils::PWLColorToFXColor(GetTextColor(),GetTransparency()), ObjArray); in GeneratePageObjects() 1318 …_pEdit, ptOffset, NULL, CPWL_Utils::PWLColorToFXColor(GetTextColor(),GetTransparency()), ObjArray); in GeneratePageObjects()
|
D | PWL_Note.cpp | 110 CPWL_Utils::PWLColorToFXColor(GetTextColor(),GetTransparency()), in DrawThisAppearance() 301 0, CPWL_Utils::PWLColorToFXColor(GetTextColor(),this->GetTransparency()), FXFILL_ALTERNATE); in DrawThisAppearance() 330 0, CPWL_Utils::PWLColorToFXColor(GetTextColor(),this->GetTransparency()), FXFILL_ALTERNATE); in DrawThisAppearance() 351 this->GetBackgroundColor(), PWL_DEFAULT_BLACKCOLOR, this->GetTransparency()); in DrawThisAppearance() 391 0, CPWL_Utils::PWLColorToFXColor(GetTextColor(),this->GetTransparency()), FXFILL_ALTERNATE); in DrawThisAppearance()
|
D | PWL_Wnd.cpp | 452 …WL_Utils::DrawFillRect(pDevice,pUser2Device,rcClient,this->GetBackgroundColor(),GetTransparency()); in DrawThisAppearance() 465 GetTransparency()); in DrawThisAppearance() 1114 FX_INT32 CPWL_Wnd::GetTransparency() in GetTransparency() function in CPWL_Wnd
|
D | PWL_ComboBox.cpp | 174 CPWL_Utils::PWLColorToFXColor(PWL_DEFAULT_BLACKCOLOR,GetTransparency()), in DrawThisAppearance()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 384 FX_INT32 GetTransparency();
|