Home
last modified time | relevance | path

Searched refs:GetOpacity (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fwl/src/lightwidget/
Dpicturebox.cpp51 int32_t CFWL_PictureBox::GetOpacity() { in GetOpacity() function in CFWL_PictureBox
52 return m_PictureBoxDP.GetOpacity(m_pIface); in GetOpacity()
100 int32_t CFWL_PictureBox::CFWL_PictureBoxDP::GetOpacity(IFWL_Widget* pWidget) { in GetOpacity() function in CFWL_PictureBox::CFWL_PictureBoxDP
/external/pdfium/xfa/include/fwl/lightwidget/
Dpicturebox.h24 int32_t GetOpacity();
48 virtual int32_t GetOpacity(IFWL_Widget* pWidget);
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_picturebox.h39 virtual int32_t GetOpacity(IFWL_Widget* pWidget) = 0;
/external/opencv3/modules/viz/src/
Dwidget.cpp183 case OPACITY: value = actor->GetProperty()->GetOpacity(); break; in getRenderingProperty()