Searched refs:fCompleteHeight (Results 1 – 1 of 1) sorted by relevance
690 … double fCompleteHeight = bPositive ? fLogicPositiveYSum : fLogicNegativeYSum; in createShapes() local692 fCompleteHeight = 1.0; in createShapes()694 double fTopHeight=approxSub(fCompleteHeight,fUpperYValue); in createShapes()696 fTopHeight=approxSub(fCompleteHeight,fLowerYValue); in createShapes()704 … if( lcl_hasGeometry3DVariableWidth(nGeometry3D) && fCompleteHeight!=0.0 ) in createShapes()706 double fHeight = fCompleteHeight-fLowerYValue; in createShapes()708 fHeight = fCompleteHeight-fUpperYValue; in createShapes()709 fLogicBarWidth = fLogicBaseWidth*fHeight/(fCompleteHeight); in createShapes()712 fLogicBarDepth = fLogicBarDepth*fHeight/(fCompleteHeight); in createShapes()860 … if( lcl_hasGeometry3DVariableWidth(nGeometry3D) && fCompleteHeight!=0.0 ) in createShapes()[all …]
Completed in 18 milliseconds