Lines Matching defs:Width

1121   virtual void FrameResized (float Width, float Height);
5367 ResizeTo (SubViewPntr->Frame().Width(), SubViewPntr->Frame().Height());
5433 X = TempRect.Width() / 2;
5436 X -= TempRect.Width() / 2;
5512 TextViewPntr->ResizeTo (TempRect.Width (),
5576 *width = Bounds().Width();
6146 float Width;
6176 m_CreateDatabaseButtonPntr->GetPreferredSize (&Width, &Height);
6177 m_CreateDatabaseButtonPntr->MoveTo (X - Width, TempRect.top);
6178 X -= Width + g_MarginBetweenControls;
6193 m_BrowseButtonPntr->GetPreferredSize (&Width, &Height);
6194 m_BrowseButtonPntr->MoveTo (X - Width, TempRect.top);
6195 X -= Width + g_MarginBetweenControls;
6333 m_IgnorePreviousClassCheckboxPntr->GetPreferredSize (&Width, &Height);
6334 X += Width + g_MarginBetweenControls;
6358 m_ServerModeCheckboxPntr->GetPreferredSize (&Width, &Height);
6552 m_ResetToDefaultsButtonPntr->GetPreferredSize (&Width, &Height);
6553 m_ResetToDefaultsButtonPntr->MoveTo (TempRect.right - Width, TempRect.top);
6657 Width = be_plain_font->StringWidth (StringPntr) +
6660 TempRect.left = ceilf ((TempRect.right - TempRect.left) / 2 - Width / 2);
6661 TempRect.right = TempRect.left + Width;
6708 ResizeTo (Bounds().Width(), RowTop - Bounds().top + 1);
7364 float Width;
7398 Width = RightBounds - LeftBounds;
7401 CenterX = ceilf (LeftBounds + Width * 0.5);
7402 ColumnLeftCenterX = ceilf (LeftBounds + Width * 0.05);
7404 ColumnRightCenterX = ceilf (LeftBounds + Width * 0.95);
7504 Width = m_TextFont.StringWidth (TempString);
7505 MovePenTo (ceilf (ColumnLeftCenterX - Width / 2), Y + m_AscentHeight);
7509 Width = m_TextFont.StringWidth (TempString);
7510 MovePenTo (ceilf (ColumnMiddleCenterX - Width / 2), Y + m_AscentHeight);
7514 Width = m_TextFont.StringWidth (TempString);
7515 MovePenTo (ceilf (ColumnRightCenterX - Width / 2), Y + m_AscentHeight);
7523 Width = m_TextFont.StringWidth (m_FirstDisplayedWord);
7524 if (Width > 0)
7531 ceilf ((TempRect.bottom + TempRect.top) / 2 + Width / 2));
7804 Third = Bounds().Width() / 3;