Searched refs:right (Results 226 - 250 of 627) sorted by relevance

1234567891011>>

/haiku/headers/private/graphics/vesa/
H A Dvesa_info.h86 int32 right; member in struct:vga_planar_blit_args
/haiku/src/add-ons/print/drivers/canon_lips/lips4/
H A DLips4.cpp124 rc.right = (int)bounds.right;
146 rc.left, rc.top, rc.right, rc.bottom));
151 int width = rc.right - rc.left + 1;
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3.cpp113 rc.right = (int)bounds.right;
135 rc.left, rc.top, rc.right, rc.bottom));
140 int width = rc.right - rc.left + 1;
/haiku/src/add-ons/print/drivers/pcl5/
H A DPCL5.cpp100 rc.right = (int)bounds.right;
122 rc.left, rc.top, rc.right, rc.bottom));
127 int width = rc.right - rc.left + 1;
/haiku/src/apps/deskbar/
H A DWindowMenuItem.cpp127 frame.right = frame.left + sHPad / 2;
131 frame.left = frame.right + 1;
132 frame.right = Frame().right;
/haiku/src/preferences/keymap/
H A DModifierKeysWindow.h35 int32 _KeyToKeyCode(int32 key, bool right = false);
/haiku/src/tests/kits/game/chart/
H A DChartRender.cpp62 from a left, right, top or bottom clipping border. */
222 /* Do the left and right clipping based on the pyramid of vision. */
281 (s->h > buf->clip_bounds.right) ||
294 (s->h <= r->right) &&
313 box.right = s->h + 3;
319 if ((box.right < buf->clip_bounds.left) ||
320 (box.left > buf->clip_bounds.right) ||
347 /* Calculate the clipping on the right side of the rectangle. */
348 delta = box.right-r->right;
[all...]
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp141 settings.window_frame.right = B_LENDIAN_TO_HOST_FLOAT(
142 settings.window_frame.right);
188 settings.window_frame.right = B_HOST_TO_LENDIAN_FLOAT(
189 settings.window_frame.right);
335 rect.right = window->Frame().right;
342 if (left + rect.Width() > screenBorder.right)
/haiku/src/preferences/input/
H A DInputTouchpadPrefView.cpp165 if (point.x > fPadRect.right)
207 fPadRect.right, fPadRect.bottom);
211 fPadRect.right, fPadRect.bottom);
239 BPoint(fPadRect.right, fPadRect.top + fYScrollRange));
242 fPadRect.top + fYScrollRange - dragSize, fPadRect.right + dragSize,
248 BRect yscrollDragZone2 = BRect(fPadRect.right - dragSize,
249 fPadRect.top + fYScrollRange - dragSize, fPadRect.right + dragSize,
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp77 BPoint dataRectCenter((dataRect.left + dataRect.right) / 2,
79 BPoint boundsCenter((bounds.left + bounds.right) / 2,
351 r->right++;
353 r->right = r->right * fZoomLevel + fCanvasOrigin.x;
355 r->right--;
365 r->right = (r->right - fCanvasOrigin.x) / fZoomLevel;
470 BPoint(canvas.right, cross.y));
617 anchor.x = (bounds.left + bounds.right
[all...]
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawingEngine.cpp75 rect.right >= x) {
101 int32 end = min_c(rect.right, x2);
203 return (a.right < b.left);
290 sortedRectList[nextSortedIndex].right = (int32)n->rect.right;
/haiku/headers/libs/alm/
H A DALMLayout.h98 Column* AddColumn(XTab* left, XTab* right);
110 void SetInsets(float left, float top, float right,
112 void GetInsets(float* left, float* top, float* right,
137 XTab* right = NULL, YTab* bottom = NULL);
143 YTab* top, XTab* right = NULL,
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindow.cpp301 m_idealSize.right += B_V_SCROLL_BAR_WIDTH;
355 if (windowRect.right > screenRect.right) {
356 windowRect.right = screenRect.right - 5.0;
/haiku/src/apps/screenshot/
H A DScreenshot.cpp343 fUtility->activeWindowFrame.right = windowInfo->window_right;
355 if (fUtility->activeWindowFrame.right > screenFrame.right)
356 fUtility->activeWindowFrame.right = screenFrame.right;
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp227 BPoint pt1((frame.left + frame.right - width) / 2.0 + horzOffset,
229 BPoint pt2((frame.left + frame.right + width) / 2.0,
241 rect.right = rect.left + size;
282 return BRect(bounds.right - height, offset + index * width,
283 bounds.right, offset + index * width + width);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.h352 hashLowerBound(T* entry, int& left, int& right, uint32 hashValueOfRequest) argument
361 while (left < right) {
362 mid = (left + right) / 2;
365 right = mid;
371 TRACE("left:(%" B_PRId32 "), right:(%" B_PRId32 ")\n", left, right);
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c876 /* right channel */
881 sound->right.adc_source = line; //record line right
885 sound->right.adc_source = aux1; // record CD right?
889 sound->right.adc_source = mic; // record mic right
893 sound->right.adc_source = loopback;
897 sound->right.adc_gain = u&15;
898 sound->right
[all...]
/haiku/src/libs/alm/
H A DALMLayout.cpp272 fRightInset = insets.right;
612 * @param right
619 BReference<XTab> right = _right; local
623 right = AddXTab();
624 return new(std::nothrow) Column(Solver(), left, right);
776 * @param right right border
782 BALMLayout::AddView(BView* view, XTab* left, YTab* top, XTab* right, argument
786 Area* area = AddItem(item, left, top, right, bottom);
800 * @param column the column that defines the left and right borde
864 BReference<XTab> right = _right; local
903 area->_Init(Solver(), left, top, right, bottom, fRowColumnManager); local
1137 XTab* right; local
1350 SetInsets(float left, float top, float right, float bottom) argument
1388 GetInsets(float* left, float* top, float* right, float* bottom) const argument
[all...]
/haiku/src/kits/interface/
H A DTabView.cpp249 owner->StrokeLine(BPoint((frame.left + frame.right - width) / 2.0,
251 BPoint((frame.left + frame.right + width) / 2.0,
255 owner->StrokeLine(BPoint((frame.left + frame.right - width) / 2.0,
257 BPoint((frame.left + frame.right + width) / 2.0,
261 owner->StrokeLine(BPoint(frame.right - offset,
263 BPoint(frame.right - offset,
304 frame.right = center.x + originalFrame.Height() / 2;
362 if (frame.right == owner->Bounds().right)
686 // move to the right ta
[all...]
/haiku/src/servers/app/stackandtile/
H A DTiling.cpp187 vBorder = windowFrame.right;
211 vBorder = windowFrame.right;
350 if (vTab->Position() > areaRect.right)
425 && freeArea.right - kMaxMatchingDistance > frame.left)
430 && freeArea.left + kMaxMatchingDistance < frame.right)
435 && freeArea.right - kMaxMatchingDistance > frame.left)
440 && freeArea.left + kMaxMatchingDistance < frame.right)
455 float right = fFreeAreaRight ? fFreeAreaRight->Position() : kBigValue; local
458 return BRect(left, top, right, bottom);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.cpp170 FillRect(BRect(bounds.right + 1, r.top, r.right, r.bottom),
173 BRect(bounds.left, r.top, bounds.right, bounds.top - 1),
176 BRect(bounds.left, bounds.bottom + 1, bounds.right, r.bottom),
192 BPoint(r.right, offset),
193 BPoint(r.right - 5.0, offset + 5.0),
194 BPoint(r.right, offset + 10.0));
208 if (x + 3 < r.right) {
213 if (x + 4 < r.right) {
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp81 symbolRect.left = (symbolRect.left + symbolRect.right) / 2 - 6;
83 symbolRect.right = symbolRect.left + 12;
152 frame.right, frame.bottom - inset), 1, 1);
154 frame.right - inset, frame.bottom), 1, 1);
280 // Open with the right side of the menu aligned with the right
517 iconBounds.right = (fIcon->Bounds().Width() + 1) / scale - 1;
608 frame.left = frame.right - frame.Height();
618 frame.right = closeRect.left - be_control_look->DefaultLabelSpacing();
620 closeRect.left = (closeRect.left + closeRect.right) /
[all...]
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp95 fTitleRect.left = fIconRect.right + labelSpacing;
98 fTitleRect.right = std::min(
184 textFrame.right = Bounds().Width() - 5;
193 textRect.right = 2000;
201 textRect.right = fTitleEditView->LineWidth() + 20;
235 fTitleRect.right = std::min(fTitleRect.left + stringWidth,
283 MovePenTo(BPoint(fIconRect.right + 6, lineBase));
286 fTitleRect.right = std::min(fTitleRect.left
655 nuRect.right = attribView->TextView()->LineWidth() + 20;
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp187 f.left, f.top, f.right, f.bottom));
211 e.frame.left, e.frame.top, e.frame.right, e.frame.bottom,
219 e.pView->Frame().right, e.pView->Frame().bottom));
333 fLayoutSet.back().frame.right -
568 //f.left, f.top, f.right, f.bottom));
627 pSeg->GetPreferredSize(&frame.right, &frame.bottom);
629 _GetDefaultEntrySize(entry.type, &frame.right, &frame.bottom);
638 frame.OffsetBy(Bounds().right - frame.Width(), 0.0);
640 // insert at right side
642 frame.OffsetBy(fLayoutSet.back().frame.right
[all...]
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css37 * Sectioning elements that may contain paragraph-level elements get left/right
44 margin-right:10%;
53 margin-right: 15%;
66 margin-right:0;
278 padding-right: .2em;
282 border-right-width: 3px;
286 border-right-color: #999977;
315 border-right-color: #999999;
361 text-align:right;
594 Attempting to format <footnote> as a sitebar, floating it to the right
[all...]

Completed in 127 milliseconds

1234567891011>>