Searched refs:fStepWidth (Results 1 – 2 of 2) sorted by relevance
99 double fStepWidth = 0.001; in getAxisMinorStepWidthForErrorBarDecimals() local116 fStepWidth = aExplicitIncrement.Distance; in getAxisMinorStepWidthForErrorBarDecimals()118 fStepWidth=fStepWidth/double(aExplicitIncrement.SubIncrements[0].IntervalCount); in getAxisMinorStepWidthForErrorBarDecimals()120 fStepWidth/=10; in getAxisMinorStepWidthForErrorBarDecimals()124 return fStepWidth; in getAxisMinorStepWidthForErrorBarDecimals()
878 double fStepWidth = ((double)nWidth - (double)nFullLength) / (double)(aEntryList.Count() - 1); in DECLARE_LIST() local880 …fStepStart += fStepWidth + (double)((aEntryList.GetObject(0)->mnLength + aEntryList.GetObject(1)->… in DECLARE_LIST()891 fStepStart += fStepWidth + (double)((pCurr->mnLength + pNext->mnLength) / 2); in DECLARE_LIST()898 double fStepWidth = (double)nWidth / (double)(aEntryList.Count() - 1); in DECLARE_LIST() local900 fStepStart += fStepWidth; in DECLARE_LIST()910 fStepStart += fStepWidth; in DECLARE_LIST()969 … double fStepWidth = ((double)nHeight - (double)nFullLength) / (double)(aEntryList.Count() - 1); in DECLARE_LIST() local982 fStepStart += fStepWidth + (double)((pCurr->mnLength + pNext->mnLength) / 2); in DECLARE_LIST()989 double fStepWidth = (double)nHeight / (double)(aEntryList.Count() - 1); in DECLARE_LIST() local991 fStepStart += fStepWidth; in DECLARE_LIST()[all …]
Completed in 21 milliseconds