Searched defs:dividerLength (Results 1 – 6 of 6) sorted by relevance
29 …DividerPainter(float constrainStrokeWidth, float dividerLength, bool vertical, std::optional<Color… in DividerPainter()34 DividerPainter(float constrainStrokeWidth, float dividerLength, bool vertical) in DividerPainter()38 DividerPainter(float constrainStrokeWidth, float dividerLength) in DividerPainter()
45 void SetDividerLength(float dividerLength) in SetDividerLength()
37 double dividerLength = GetPaintRect().Height(); in Paint() local
44 float dividerLength = 0.0f; member
98 auto dividerLength = contentRect.Width(); in PaintDefaultDividerLines() local150 auto dividerLength = contentRect.Width(); in NeedPaintDividerLines() local
794 …const Dimension& dividerLength, const Dimension& dividerWidth, const Color& color, const Dimension… in CreateDivider()865 auto dividerLength = dialogTheme_->GetDividerLength(); in AddButtonAndDivider() local