Searched refs:GetControlWidth (Results 1 – 4 of 4) sorted by relevance
103 …Dimension(GetControlWidth().Value() - COUNTER_RADIUS_DELTA * COUNTER_BORDER_WIDTH, GetControlWidth… in BuildControl()164 … if (GreatNotEqual(GetWidth().Value() - COUNTER_ITEM_SIZE_DIFF * GetControlWidth().Value(), 0.0)) { in BuildContent()166 …Dimension(GetWidth().Value() - COUNTER_ITEM_SIZE_DIFF * GetControlWidth().Value(), GetWidth().Unit… in BuildContent()
95 const Dimension& GetControlWidth() const in GetControlWidth() function
78 … CalcSize(CalcLength(counterTheme->GetControlWidth()), CalcLength(counterTheme->GetHeight()))); in CreateButtonChild()91 … CalcSize(CalcLength(counterTheme->GetControlWidth()), CalcLength(counterTheme->GetHeight()))); in CreateButtonChild()
60 auto buttonWidth = counterTheme->GetControlWidth().ConvertToPx(); in Measure()