Searched refs:fLowerYValue (Results 1 – 1 of 1) sorted by relevance
634 … double fLowerYValue = bPositive ? fPositiveLogicYForNextSeries : fNegativeLogicYForNextSeries; in createShapes() local635 double fUpperYValue = fLowerYValue+fLogicBarHeight; in createShapes()673 if( !pPosHelper->clipYRange(fLowerYValue,fUpperYValue) ) in createShapes()683 pSubPosHelper->doLogicScaling(NULL,&fLowerYValue,NULL); in createShapes()696 fTopHeight=approxSub(fCompleteHeight,fLowerYValue); in createShapes()697 double fLogicYStart = bPositive ? fLowerYValue : fUpperYValue; in createShapes()698 double fMiddleHeight = fUpperYValue-fLowerYValue; in createShapes()706 double fHeight = fCompleteHeight-fLowerYValue; in createShapes()727 , fLogicX, fLowerYValue, fLogicZ ) in createShapes()761 if( !approxEqual(fLowerYValue,fUpperYValue) ) in createShapes()[all …]
Completed in 13 milliseconds