Searched refs:Width (Results 51 - 75 of 571) sorted by relevance

1234567891011>>

/haiku/src/kits/tracker/
H A DTextWidget.cpp116 return fText->Width(pose);
138 result.right = result.left + column->Width();
154 viewWidth = std::min(column->Width(), textWidth);
166 + roundf((column->Width() - viewWidth) / 2);
174 result.right = poseLoc.x + column->Width();
212 return CalcRectCommon(poseLoc, column, view, fText->Width(view));
229 if (result.Width() < kWidthMargin) {
232 if (column != NULL && column->Width() < kWidthMargin)
233 result.right = result.left + column->Width();
348 bool tooWide = textView->TextRect().Width() > maxWidt
[all...]
/haiku/src/apps/debuganalyzer/gui/table/
H A DTableColumn.h27 float Width() const { return fWidth; } function in class:TableColumn
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorFactory.cpp55 view->SetIcon(i->Icon(), i->Width(), i->Height(), i->Format());
/haiku/src/apps/launchbox/
H A Dsupport.cpp99 if (frame.Width() > screenFrame.Width())
100 frame.right -= frame.Width() - screenFrame.Width() + 10.0;
/haiku/src/apps/switcher/
H A DPanelWindow.cpp115 + (screenFrame.Width() - Bounds().Width()) / 2.f;
122 from.x = screenFrame.left - Bounds().Width();
127 to.x = screenFrame.right - Bounds().Width();
/haiku/src/libs/glut/
H A DglutGameMode.h32 int Width() const { return fWidth; } function in class:GlutGameMode
/haiku/src/servers/app/drawing/
H A DMallocBuffer.cpp63 // Width
65 MallocBuffer::Width() const function in class:MallocBuffer
H A DBBitmapBuffer.cpp55 // Width
57 BBitmapBuffer::Width() const function in class:BBitmapBuffer
/haiku/src/tests/servers/app/benchmark/
H A DTest.cpp33 x += grid.Width() / 2) {
/haiku/src/apps/midiplayer/
H A DScopeView.cpp153 BPoint(Bounds().Width(), Bounds().Height() / 2));
163 BPoint(Bounds().Width(), Bounds().Height() / 2));
170 int32 width = (int32) Bounds().Width();
208 float x = (Bounds().Width() - stringWidth) / 2;
/haiku/src/apps/stylededit/
H A DColorMenuItem.cpp34 if (colorSquare.Width() > colorSquare.Height()) {
/haiku/src/tests/kits/interface/balert/alert_manual_test/
H A DAlertTestWindow.cpp44 fTitleView = new BStringView(BRect(10, 10, Bounds().Width() - 10, 30),
115 pAlert->Bounds().Width(), pAlert->Bounds().Height());
126 strLabel.String(), pTextView->Bounds().Width(),
141 strLabel.String(), pb->Bounds().Width(),
/haiku/src/system/boot/arch/ppc/
H A Darch_framebuffer.h44 int Width() { return fCurrentWidth; }; function in class:ArchFramebuffer
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowBuffer.h21 virtual uint32 Width() const;
/haiku/src/apps/haikudepot/packagemodel/
H A DScreenshotInfo.h27 int32 Width() const function in class:ScreenshotInfo
/haiku/src/kits/interface/
H A DScrollView.cpp91 fPreviousWidth = uint16(Bounds().Width());
175 fPreviousWidth = uint16(Bounds().Width());
278 float delta = size.Width() - bounds.Width(),
279 proportion = bounds.Width() / size.Width();
285 bounds.Width());
312 fPreviousHeight - fHorizontalScrollBar->Frame().Width(),
319 if (bounds.Width() > fPreviousWidth) {
325 } else if (bounds.Width() < fPreviousWidt
[all...]
H A DColumnTypes.cpp50 float width = rect.Width() - (2 * kTEXT_MARGIN);
68 float width = rect.Width() - (2 * kTEXT_MARGIN);
164 BStringField::Width() function in class:BStringField
206 float width = rect.Width() - (2 * kTEXT_MARGIN);
208 float fieldWidth = field->Width();
274 BDateField::Width() function in class:BDateField
323 float width = rect.Width() - (2 * kTEXT_MARGIN);
326 if (field->Width() != rect.Width()) {
424 float width = rect.Width()
[all...]
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.cpp122 ResizeTo(m_manualSize.Width(), m_manualSize.Height());
166 ResizeTo(windowRect.Width(), windowRect.Height());
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DColorValueView.cpp63 b.left = floorf(b.left + (b.Width() / 2.0) - b.Height() / 2.0);
67 fSwatchView->ResizeTo(b.Width(), b.Height());
/haiku/src/apps/resedit/
H A DInlineEditor.cpp64 fTextBox->ResizeTo(Bounds().Width(), fTextBox->Bounds().Height());
65 ResizeTo(Bounds().Width(), fTextBox->Bounds().Height());
/haiku/src/tests/add-ons/print/ppd/test/
H A DPPDConfigApplication.cpp15 BRect rect = BRect(0, 0, aRect.Width(), aRect.Height());
27 float x = aRect.Width() / 2 - 3;
/haiku/src/tests/libs/alm/
H A DAreas.cpp55 SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
H A DComplexButtons.cpp72 SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
H A DHelloWorld.cpp51 SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
H A DPinwheel.cpp78 SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());

Completed in 98 milliseconds

1234567891011>>