Searched refs:right (Results 51 - 75 of 627) sorted by relevance

1234567891011>>

/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp76 rect.left = rect.right;
81 rect.right = rect.left -= 30;
84 rect.left = width > 75 ? rect.right - width : rect.right - 75;
115 - fCurrentButton->Frame().right;
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp27 rgb_color right, rgb_color bottom)
34 BPoint(r.right, r.top), top);
35 v->AddLine(BPoint(r.right, r.top + 1.0),
36 BPoint(r.right, r.bottom), right); local
37 v->AddLine(BPoint(r.right - 1.0, r.bottom),
101 // bottom or right border
156 frame.right -= frame.Width() - screenFrame.Width() + 10.0;
160 if (frame.right > screenFrame.right)
26 stroke_frame(BView* v, BRect r, rgb_color left, rgb_color top, rgb_color right, rgb_color bottom) argument
[all...]
/haiku/src/kits/interface/
H A DBMCPrivate.cpp225 // clean up the dirty right border of
227 dirty.right = Frame().right + kVMargin;
228 dirty.left = dirty.right - diff - kVMargin * 2;
231 // clean up the dirty right line of
233 dirty.left = Frame().right - kVMargin;
284 float right; local
285 GetItemMargins(&left, NULL, &right, NULL);
287 BMenuBar::SetMaxContentWidth(width - (left + right));
335 float left, top, right, botto local
[all...]
/haiku/src/preferences/keymap/
H A DModifierKeysWindow.cpp331 ModifierKeysWindow::_MarkMenuItem(const char* role, BPopUpMenu* menu, uint32 left, uint32 right) argument
340 // mark Caps Lock on Caps Lock role if either left or right is caps
343 if (strcmp(role, "caps lock") == 0 && (left == capsKey || right == capsKey))
347 } else if (left == leftKey && right == rightKey)
391 ModifierKeysWindow::_KeyToKeyCode(int32 key, bool right) argument
398 if (right)
403 if (right)
408 if (right)
413 if (right)
454 int32 testLeft, testRight, left, right; local
[all...]
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp54 float progressLeft = fChipRect.right + 29;
55 float cpuLeft = fChipRect.right + 5;
203 StrokeLine(BPoint(innerRect.right, innerRect.top + 1),
204 BPoint(innerRect.right, innerRect.bottom - 1), B_MIXED_COLORS);
206 BPoint(innerRect.right - 1, innerRect.top), B_MIXED_COLORS);
208 BPoint(innerRect.right - 1, innerRect.bottom), B_MIXED_COLORS);
215 StrokeLine(BPoint(innerRect.right, innerRect.top + 6),
216 BPoint(innerRect.right, innerRect.bottom - 6), B_MIXED_COLORS);
218 BPoint(innerRect.right - 6, innerRect.top), B_MIXED_COLORS);
220 BPoint(innerRect.right
[all...]
/haiku/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.cpp41 BRect textBounds(appBounds.left + 10, appBounds.top + 10, appBounds.right - 70, appBounds.top + 20);
46 float x2 = textControl -> Bounds().right;
52 BRect browseBounds(textBounds.right + 5,textBounds.top, appBounds.right - 5, textBounds.bottom);
62 BRect pauseBounds(playBounds.right + 10,playBounds.top, playBounds.right + 60, playBounds.bottom);
67 BRect delayBounds(pauseBounds.right + 10, pauseBounds.top,pauseBounds.right + 150, pauseBounds.bottom);
78 BRect preloadBounds(loopBounds.right + 10,loopBounds.top, loopBounds.right
[all...]
/haiku/src/kits/locale/
H A DHashMapCatalog.cpp58 CatKey::operator== (const CatKey& right) const
62 return fHashVal == right.fHashVal
63 && fString == right.fString
64 && fContext == right.fContext
65 && fComment == right.fComment;
70 CatKey::operator!= (const CatKey& right) const
74 return fHashVal != right.fHashVal
75 || fString != right.fString
76 || fContext != right.fContext
77 || fComment != right
[all...]
/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.cpp21 // cleared right away. maybe there ought to be a flag in
192 fFrame.right + 4, fFrame.bottom + 4));
195 ceilf((fFrame.left + fFrame.right) / 2), fFrame.top - 5));
204 ceilf((fFrame.left + fFrame.right) / 2), fFrame.top - 5));
206 fFrame.right + 4, fFrame.top - 1));
209 fBorderRegion.Include(BRect(fFrame.right + 1, fFrame.top,
210 fFrame.right + 4, fFrame.bottom - 11));
212 fFrame.right - 11, fFrame.bottom + 4));
213 fBorderRegion.Include(BRect(fFrame.right - 10, fFrame.bottom - 10,
214 fFrame.right
[all...]
/haiku/src/tests/servers/app/following/
H A Dmain.cpp61 r.right -= 15.0;
63 StrokeLine(r.RightTop(), BPoint(r.right, Bounds().bottom));
64 StrokeLine(r.LeftBottom(), BPoint(Bounds().right, r.bottom));
72 r.right -= 15.0;
76 else if (r.bottom < where.y && r.right < where.x)
80 else if (r.right < where.x)
/haiku/src/apps/terminal/
H A DColors.cpp124 int right = fCount; local
126 while ((right - left) > 1) {
127 int i = (left + right) / 2;
128 ((fTable[i].hash < hash) ? left : right) = i;
131 if (fTable[right].hash == hash) {
132 *color = fTable[right].color;
H A DColorPreview.cpp75 BPoint(bounds.right, bounds.top), shadow);
76 AddLine(BPoint(bounds.right, bounds.top + 1.0),
77 BPoint(bounds.right, bounds.bottom), light);
78 AddLine(BPoint(bounds.right - 1.0, bounds.bottom),
87 BPoint(bounds.right, bounds.top), darkShadow);
88 AddLine(BPoint(bounds.right, bounds.top + 1.0),
89 BPoint(bounds.right, bounds.bottom), background);
90 AddLine(BPoint(bounds.right - 1.0, bounds.bottom),
271 --rect.right;
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp102 rect.left, rect.top, rect.right, rect.bottom));
275 rect.right, rect.bottom));
314 BPoint(r.right - i, r.bottom - i),
318 // right
324 fDrawingEngine->StrokeLine(BPoint(r.right - i, r.top + i),
325 BPoint(r.right - i, r.bottom - i),
329 fDrawingEngine->StrokeLine(BPoint(r.right, r.top),
330 BPoint(r.right, r.top + 4),
342 BPoint(r.right - 1, r.top + i), tint_color(colors[i], (i*0.01+1)));
347 BPoint(r.right
[all...]
/haiku/headers/private/interface/
H A DShapePrivate.h78 bounds.right = ptList[0].x;
88 if (bounds.right < ptList[i].x)
89 bounds.right = ptList[i].x;
/haiku/src/bin/screen_blanker/
H A DPasswordWindow.cpp65 button->MoveTo(frame.right - button->Bounds().Width(), frame.bottom + 10.0);
66 customBox->ResizeTo(frame.right + 10.0, button->Frame().bottom + 10.0);
69 ResizeTo(frame.right + 10.0, frame.bottom + 10.0);
/haiku/headers/libs/agg/
H A Dagg_trans_bilinear.h66 double right[4][2]; local
78 right[i][0] = dst[ix];
79 right[i][1] = dst[iy];
81 m_valid = simul_eq<4, 2>::solve(left, right, m_mtx);
/haiku/src/apps/launchbox/
H A Dsupport.h28 rgb_color right, rgb_color bottom);
/haiku/src/system/libroot/posix/glibc/iconv/
H A Dgconv_int.h46 struct gconv_module *right; /* Prefix larger. */ member in struct:gconv_module
/haiku/headers/os/interface/
H A DSplitLayoutBuilder.h27 BSplitLayoutBuilder& SetInsets(float left, float top, float right,
/haiku/src/tests/servers/app/view_transit/
H A DViewTransit.cpp123 frame.right /= 2;
125 frame.left = frame.right + 1;
126 frame.right = window->Bounds().right;
/haiku/src/apps/deskbar/
H A DBarMenuTitle.cpp102 if (frame.right > windowBounds.right)
103 frame.right = windowBounds.right;
/haiku/src/preferences/appearance/
H A DColorPreview.cpp75 BPoint(bounds.right, bounds.top), shadow);
76 AddLine(BPoint(bounds.right, bounds.top + 1.0),
77 BPoint(bounds.right, bounds.bottom), light);
78 AddLine(BPoint(bounds.right - 1.0, bounds.bottom),
87 BPoint(bounds.right, bounds.top), darkShadow);
88 AddLine(BPoint(bounds.right, bounds.top + 1.0),
89 BPoint(bounds.right, bounds.bottom), background);
90 AddLine(BPoint(bounds.right - 1.0, bounds.bottom),
271 --rect.right;
/haiku/src/libs/icon/transformer/
H A DPerspectiveTransformer.cpp225 double left, top, right, bottom; local
226 agg::bounding_rect(*fSource, pathID, 0, 1, &left, &top, &right, &bottom);
227 BRect newFromBox = BRect(left, top, right, bottom);
243 x = fFromBox.right; y = fFromBox.top;
251 x = fFromBox.right; y = fFromBox.bottom;
279 fFromBox.right, fFromBox.bottom, quad);
283 fFromBox.right, fFromBox.bottom);
311 w = fFromBox.right * w0 + fFromBox.top * w1 + w2;
319 w = fFromBox.right * w0 + fFromBox.bottom * w1 + w2;
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp84 rect.left, rect.top, rect.right, rect.bottom));
198 rect.right, rect.bottom));
228 BPoint(border.right - i, border.top + i),
238 BPoint(fTitleBarRect.right - 2, fTitleBarRect.bottom + i),
265 BPoint(border.right - i, border.bottom - i),
269 // right
277 BPoint(border.right - i, border.top + i),
278 BPoint(border.right - i, border.bottom - i),
297 BPoint(border.right - i, border.top + i),
307 BPoint(fTitleBarRect.right
[all...]
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp54 view->StrokeLine(BPoint(frame.left, baseline - 1), BPoint(frame.right, baseline -1));
69 view->StrokeLine(BPoint(frame.left, baseline - 1), BPoint(frame.right, baseline -1));
85 view->StrokeLine(BPoint(frame.left, baseline - 1), BPoint(frame.right, baseline -1));
113 view->StrokeLine(BPoint(frame.left, baseline - 1), BPoint(frame.right, baseline -1));
144 points[3] = BPoint(frame.right, frame.top);
155 points[3] = BPoint(frame.right, frame.top);
187 points[1] = BPoint(frame.right, frame.bottom);
188 points[2] = BPoint(frame.right, frame.top);
200 points[1] = BPoint(frame.right, frame.bottom);
201 points[2] = BPoint(frame.right, fram
[all...]
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp67 int32 left, top, right, bottom; local
68 rect_to_int(r, left, top, right, bottom);
83 for (int32 x = left; x <= right; x++) {
136 for (int32 x = left; x <= right; x++) {
163 for (int32 x = left; x <= right; x++) {
190 for (int32 x = left; x <= right; x++) {
209 for (int32 x = left; x <= right; x++) {
228 for (int32 x = left; x <= right; x++) {
247 for (int32 x = left; x <= right; x++) {
266 for (int32 x = left; x <= right;
[all...]

Completed in 149 milliseconds

1234567891011>>