Searched refs:left (Results 151 - 175 of 687) sorted by path

1234567891011>>

/haiku/src/apps/networkstatus/
H A DRadioView.cpp206 center.x += bounds.left;
/haiku/src/apps/patchbay/
H A DPatchRow.cpp108 rect.left = numColumns * COLUMN_WIDTH + METER_PADDING + kBoxOffset.x;
110 rect.right = rect.left + 20;
H A DPatchView.cpp172 rect.left = rect.left + rect.right / 2;
173 rect.left -= width / 2;
189 rect.left = ROW_LEFT + METER_PADDING + index * COLUMN_WIDTH;
191 rect.right = rect.left + 31;
201 rect.left = 10;
203 rect.right = rect.left + 31;
/haiku/src/apps/people/
H A DAttributeTextControl.cpp177 bounds.left = bounds.right - StringWidth(Label());
/haiku/src/apps/pulse/
H A DMiniPulseView.cpp74 float top = 1, left = 1; local
77 float right = bar_width + left;
95 StrokeRect(BRect(left - 1, top - 1, right + 1, bottom + 1));
98 FillRect(BRect(left, top, right, top + idle_height - 1));
101 FillRect(BRect(left, bottom - bar_height, right, bottom - bar_height));
104 FillRect(BRect(left, bottom - bar_height + 1, right, bottom));
106 left += bar_width + 2;
H A DPrefs.cpp154 normal_window_rect.right = normal_window_rect.left + PULSEVIEW_WIDTH;
175 screen_rect.left = screen_rect.right - 30;
/haiku/src/apps/resedit/
H A DBitmapView.cpp307 r.left++;
321 r.left++;
328 r.left++;
337 r.left++;
663 r.right = r.left + (r.Height() * multiplier);
H A DMiscEditors.cpp104 r.left = 10;
/haiku/src/apps/showimage/
H A DProgressWindow.cpp78 MoveTo(screen.Frame().left + borderWidth,
H A DSelectionBox.cpp87 if (where.x >= bounds.left)
90 bounds.left = where.x;
122 // rotate to left
151 view->StrokeLine(BPoint(r.left, r.top), BPoint(r.right, r.top),
155 view->StrokeLine(BPoint(r.left, r.bottom), BPoint(r.right, r.bottom),
157 view->StrokeLine(BPoint(r.left, r.top + 1), BPoint(r.left, r.bottom - 1),
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp259 r.left = 0;
260 r.right = r.left + 38;
266 r.left = r.left + 40;
272 r.left = 2;
368 r.left += 190;
370 r.left -= 10;
383 r.right = r.left + 190;
399 r.left = 8;
609 bigtime_t right, left, mai local
[all...]
/haiku/src/apps/stylededit/
H A DColorMenuItem.cpp36 colorSquare.left += 8;
40 colorSquare.right = colorSquare.left + colorSquare.Height();
H A DStyledEditApp.cpp47 float left = sWindowRect.left + sCascadeOffset; local
48 if (left + sWindowRect.Width() > screenBorder.right)
49 left = sTopLeft.x;
55 sWindowRect.OffsetTo(BPoint(left, top));
65 float left = sWindowRect.left - sCascadeOffset; local
66 if (left < sTopLeft.x) {
67 left = screenBorder.right - sWindowRect.Width() - sTopLeft.x;
68 left
[all...]
/haiku/src/apps/switcher/
H A DCaptureWindow.cpp100 if (point.x <= screenFrame.left && fLastPoint.x > screenFrame.left)
H A DLaunchButton.cpp387 AddLine(BPoint(r.left, r.bottom), BPoint(r.left, r.top), col1);
388 AddLine(BPoint(r.left + 1.0, r.top), BPoint(r.right, r.top), col1);
390 AddLine(BPoint(r.right - 1.0, r.bottom), BPoint(r.left + 1.0, r.bottom), col2);
392 AddLine(BPoint(r.left, r.bottom), BPoint(r.left, r.top), col3);
393 AddLine(BPoint(r.left + 1.0, r.top), BPoint(r.right, r.top), col3);
395 AddLine(BPoint(r.right - 1.0, r.bottom), BPoint(r.left + 1.0, r.bottom), col4);
H A DLaunchButton.h68 rgb_color left, rgb_color top,
H A DPanelWindow.cpp114 from.x = screenFrame.left
122 from.x = screenFrame.left - Bounds().Width();
123 to.x = screenFrame.left;
152 // Hide the window once the mouse left its frame
168 frame.left = screenFrame.left;
H A DWindowsView.cpp208 owner->MovePenTo(frame.left, frame.top + fBaselineOffset);
262 frame.left += 20;
/haiku/src/apps/terminal/
H A DSmartTabView.h40 void SetInsets(float left, float top, float right,
/haiku/src/apps/tv/
H A DVideoView.cpp275 float left; local
287 left = 0;
290 right = (i != 7) ? left + bar_width - 1 : bnd.right;
291 FillRect(BRect(left, 0, right, seperator_y1));
292 left = right + 1;
301 left = 0;
305 right = (i != steps - 1) ? left + bar_width - 1 : bnd.right;
306 FillRect(BRect(left, seperator_y1 + 1, right, seperator_y2));
307 left = right + 1;
316 left
[all...]
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp291 float xPos = frame.left + 1;
400 listRect.OffsetTo(pvRect.left, pvRect.bottom + 1);
402 listRect.OffsetTo(pvRect.left, pvRect.top - listHeight);
416 fWindow->MoveTo(listRect.left, listRect.top);
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp295 - (fScreenFrame.right - fWindowFrame.left), fWindowFrame.top);
300 fWindowFrame.OffsetTo(fWindowFrame.left,
339 frame.left = frame.right - 7;
591 if (where.x == screenFrame.left || where.x == screenFrame.right
768 frame.left = frame.right - width;
1118 // We use 1px for the top and left borders (shown as double)
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp435 // there are no nodes left, so turn back to the last key
928 // update the right link of the node in the left of the new node
930 bplustree_node *left = fCache.Get(other->left_link); local
931 if (left != NULL) {
932 left->right_link = otherOffset;
/haiku/src/bin/desklink/
H A DVolumeControl.cpp54 rect.left = rect.right - 7;
239 // movement from right to left
246 // movement from left to right
431 * (BarFrame().Width() - 2) + BarFrame().left + 1);
H A DVolumeWindow.cpp59 if (screenFrame.left > windowRect.left - kMargin)
60 MoveBy(kMargin + screenFrame.left - windowRect.left, 0);

Completed in 114 milliseconds

1234567891011>>