Home
last modified time | relevance | path

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

/external/skia/demos.skia.org/demos/textedit/
Dtextapi_utils.js27 _bottom: 0,
38 this._bottom = bottom;
58 canvas.drawLine(this._x, this._top, this._x, this._bottom, this._line_paint);
/external/skia/modules/canvaskit/npm_build/
Dtextapi_utils.js27 _bottom: 0,
38 this._bottom = bottom;
55 canvas.drawLine(this._x, this._top, this._x, this._bottom, this._line_paint);
/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()