Searched refs:_bottom (Results 1 – 3 of 3) sorted by relevance
/external/skia/demos.skia.org/demos/textedit/ |
D | textapi_utils.js | 27 _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/ |
D | textapi_utils.js | 27 _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/ |
D | ReportGenerator.java | 1383 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()
|