Searched refs:YBEGIN (Results 1 – 2 of 2) sorted by relevance
444 Math.floor((this.MouseState.y - YBEGIN + TEXT_Y0) / LINE_SPACING);1089 let dy = YBEGIN + LINE_SPACING * this.MouseState.hoveredVisibleLineIndex -1126 let y = YBEGIN;1486 y = YBEGIN;1542 j < tvh && (YBEGIN + i*LINE_SPACING)<height; j++, i++) {1548 let y1 = YBEGIN + LINE_SPACING * (i);
224 const YBEGIN = 22 + LINE_SPACING; constant225 const TOP_HORIZONTAL_SCROLLBAR_HEIGHT = YBEGIN - LINE_HEIGHT / 2; // ybegin is the center of the 1s…