Searched refs:left (Results 526 - 550 of 687) sorted by relevance

<<2122232425262728

/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMessageIO.cpp436 r.left = (float)atof(data);
555 content << v.left << ", " << v.top << ", " <<
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuView.cpp98 // now align buttons along left side
118 r.left = m_pAddItemButton->Frame().right + 30;
120 r.right = r.left + 200 - B_V_SCROLL_BAR_WIDTH;
H A DMenuWindow.cpp90 boxFrame.Set(menuViewRect.left - 2,
/haiku/src/add-ons/translators/psd/
H A DPSDWriter.cpp31 bounds.left = B_BENDIAN_TO_HOST_FLOAT(header.bounds.left);
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_acc.c374 FXBNDRY - left and right coordinates a
384 ACCW(FXBNDRY, (((list[i].right + 1) << 16) | list[i].left));
410 FXBNDRY - left and right coordinates a
445 FXBNDRY - left and right coordinates a
457 ACCW(FXBNDRY, (((list[i].right) + 1) << 16) | list[i].left);
474 // *dma++= (((list[i].right) + 1) << 16) | list[i].left;
482 // *dma++= (((list[i].right) + 1) << 16) | list[i].left;
/haiku/src/kits/interface/
H A DCheckBox.cpp121 labelRect.left = checkBoxRect.right + 1
521 float width = rect.right + rect.left;
H A DRadioButton.cpp107 labelRect.left = knobRect.right + 1
254 float width = rect.right + rect.left;
H A DMenuPrivate.cpp157 MenuPrivate::GetItemMargins(float* left, float* top, float* right, argument
160 fMenu->GetItemMargins(left, top, right, bottom);
165 MenuPrivate::SetItemMargins(float left, float top, float right, float bottom) argument
167 fMenu->SetItemMargins(left, top, right, bottom);
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp209 scrollRect.left = scrollRect.right - B_V_SCROLL_BAR_WIDTH + 1.0;
318 updateRect.left = B_LARGE_ICON;
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp161 middle.x = (b.left + b.right - StringWidth(message1)) / 2.0;
165 middle.x = (b.left + b.right - StringWidth(message2)) / 2.0;
H A DSwatchGroup.cpp120 - fCurrentColorSV->Frame().left;
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.cpp1135 int32 CTheater200::DspAudioMute(int8 left, int8 right) argument
1141 fb_scratch0 = ((right << 16) & 0xff0000) | ((left << 8) & 0xff00) | (21 & 0xff);
1149 int32 CTheater200::DspSetAudioVolume(int8 left, int8 right, int8 auto_mute) argument
1157 | ((left << 8) & 0xff00) | (22 & 0xff);
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp645 // Check whether the mouse is close to the left or the right side of the
648 if (fabs(headerFrame.left - where.x) <= 3) {
754 float left = 0.0f; local
767 left = entry->position + entry->width;
773 BRect(left, 0, Bounds().right + 1, bottom), updateRect, 0);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp74 frame.right = frame.left + mpm.mini.x + 1;
/haiku/src/libs/stdc++/legacy/
H A Dparsestream.cc102 pos_at_line_start = line_start - left();
/haiku/src/add-ons/translators/exr/
H A DEXRTranslator.cpp140 bitsHeader.bounds.left = 0;
/haiku/src/apps/resedit/
H A DMiscEditors.cpp104 r.left = 10;
/haiku/src/apps/networkstatus/
H A DRadioView.cpp206 center.x += bounds.left;
/haiku/src/kits/tracker/
H A DTrackerSettingsWindow.cpp354 BPoint(rect.left + be_control_look->DefaultLabelSpacing(),
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWidgetLayoutTest.cpp134 sizeViewsGroup->SetFrame(BRect(BPoint(rect.left, rect.bottom + 10),
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h247 uint16 left; /* guaranteed constrained to */ member in struct:__anon20
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp146 BRect leftBottom(screen.left, bottom / 2.0, right / 2.0, bottom + 1.0);
/haiku/src/apps/installer/
H A DPackageViews.cpp162 sizeRect.left = sizeRect.right - width;
/haiku/src/add-ons/translators/icns/
H A DICNSLoader.cpp150 bitsHeader.bounds.left = 0;
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaJack.cpp205 return BPoint(Frame().left - 1.0, Frame().top + Frame().Height() / 2.0);
217 return BPoint(Frame().left + Frame().Width() / 2.0, Frame().top - 1.0);
221 return BPoint(Frame().left + Frame().Width() / 2.0, Frame().bottom + 1.0);
453 r.left += 2.0;

Completed in 1000 milliseconds

<<2122232425262728