OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOpacity
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/include/fwl/basewidget/
fwl_picturebox.h
39
virtual int32_t
GetOpacity
(IFWL_Widget* pWidget) = 0;
/external/pdfium/xfa/include/fwl/lightwidget/
picturebox.h
24
int32_t
GetOpacity
();
48
virtual int32_t
GetOpacity
(IFWL_Widget* pWidget);
/external/pdfium/xfa/src/fwl/src/lightwidget/
picturebox.cpp
51
int32_t CFWL_PictureBox::
GetOpacity
() {
52
return m_PictureBoxDP.
GetOpacity
(m_pIface);
100
int32_t CFWL_PictureBox::CFWL_PictureBoxDP::
GetOpacity
(IFWL_Widget* pWidget) {
/external/opencv3/modules/viz/src/
widget.cpp
183
case OPACITY: value = actor->GetProperty()->
GetOpacity
(); break;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h
594
STDMETHOD_(FLOAT,
GetOpacity
)(void) const PURE;
609
STDMETHOD_(FLOAT,
GetOpacity
)(ID2D1Brush *This) PURE;
623
#define ID2D1Brush_GetOpacity(this) (this)->lpVtbl->
GetOpacity
(this)
714
#define ID2D1BitmapBrush_GetOpacity(this) (this)->lpVtbl->Base.
GetOpacity
((ID2D1Brush*)this)
[
all
...]
Completed in 3069 milliseconds