Home
last modified time | relevance | path

Searched refs:_bottom (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_x11_channel.cc30 _top(0.0), _left(0.0), _right(0.0), _bottom(0.0), in VideoX11Channel()
115 _bottom = bottom; in Init()
196 _outHeight = (int) (winHeight * (_bottom - _top)); in ChangeWindow()
309 bottom = _bottom; in GetStreamProperties()
Dvideo_x11_channel.h87 float _bottom; variable
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java1383 final IElementList _bottom = new ElementList (); in getFooterBottom() local
1385_bottom.add (new HyperRef (IAppConstants.APP_BUG_REPORT_LINK, IAppConstants.APP_NAME + " " + IAppC… in getFooterBottom()
1386 _bottom.add (new Text (" " + IAppConstants.APP_COPYRIGHT, true)); in getFooterBottom()
1388 m_footerBottom = bottom = _bottom; in getFooterBottom()