Searched refs:yRange (Results 1 – 3 of 3) sorted by relevance
81 const yRange = data.minimumValue < 0 ? yMax * 2 : yMax; constant102 const nextY = zeroY - Math.round((value / yRange) * RECT_HEIGHT);141 const y = zeroY - Math.round((this.hoveredValue / yRange) * RECT_HEIGHT);
74 BOOL_32 exceedRange(UINT_32 xRange, UINT_32 yRange = 0, UINT_32 zRange = 0, UINT_32 sRange = 0);
308 BOOL_32 CoordTerm::exceedRange(UINT_32 xRange, UINT_32 yRange, UINT_32 zRange, UINT_32 sRange) in exceedRange() argument320 subject = yRange; in exceedRange()