Lines Matching refs:rawBottom
4233 int32_t rawLeft, rawTop, rawRight, rawBottom;
4238 rawBottom = in.toolMajor & 0x0000ffff;
4242 rawLeft = rawTop = rawRight = rawBottom = 0;
4254 right = float(rawBottom- mRawPointerAxes.y.minValue) * mYScale + mYTranslate;
4268 top = float(mRawPointerAxes.y.maxValue - rawBottom) * mYScale + mYTranslate;
4277 left = float(mRawPointerAxes.y.maxValue - rawBottom) * mYScale + mYTranslate;
4291 bottom = float(rawBottom - mRawPointerAxes.y.minValue) * mYScale + mYTranslate;