Searched refs:defaultWidthGap (Results 1 – 2 of 2) sorted by relevance
92 …witchModifier::CalcActualWidth(float width, float height, double actualGap, double defaultWidthGap) in CalcActualWidth() argument96 …lt = (pointRadius_ * NUM_TWO > height ? (width - (actualGap * NUM_TWO)) : width) + defaultWidthGap; in CalcActualWidth()99 defaultWidthGap; in CalcActualWidth()128 auto defaultWidthGap = in PaintSwitch() local132 actualWidth_ = CalcActualWidth(width, height, actualGap, defaultWidthGap); in PaintSwitch()
129 float CalcActualWidth(float width, float height, double actualGap, double defaultWidthGap);