Searched refs:top (Results 426 - 450 of 658) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.cpp32 CRadeonRect::CRadeonRect(int left, int top, int right, int bottom) argument
34 fTop(top),
90 void CRadeonRect::SetTo(int left, int top, int right, int bottom) argument
93 fTop = top;
98 void CRadeonRect::MoveTo(int left, int top) argument
101 fBottom += top - fTop;
103 fTop += top - fTop;
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay.c1037 int left, top, right, bottom; local
1040 top = ow->v_start - (vc->mode.v_display_start + crtc->rel_y);
1042 bottom = top + ow->height;
1046 if( top < 0 )
1047 top = 0;
1053 if( right < left || bottom < top )
1056 return (right - left) * (bottom - top);
/haiku/src/kits/interface/
H A DTwoDimensionalLayout.cpp269 SetInsets(insets.left, insets.top, insets.right, insets.bottom);
283 BTwoDimensionalLayout::SetInsets(float left, float top, float right, argument
287 fTopInset = BControlLook::ComposeSpacing(top);
321 BTwoDimensionalLayout::GetInsets(float* left, float* top, float* right, argument
326 if (top)
327 *top = fTopInset;
507 frame.top += fTopInset;
H A DLayoutItem.cpp145 frame.bottom = frame.top + max_c(frame.Height(), minHeight);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp422 float center = Frame().top + r.top + (r.Height() / 2.0);
541 jack->setPosition(inputOffset, Frame().top, Frame().bottom, &updateRegion);
546 jack->setPosition(outputOffset, Frame().top, Frame().bottom, &updateRegion);
848 m_labelRect.top += MediaJack::M_DEFAULT_HEIGHT;
875 m_bodyRect.top = m_labelRect.bottom;
1002 p.y = m_bodyRect.top + (m_bodyRect.Height() / 2.0) - (B_MINI_ICON / 2.0);
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp272 // fDesktop->SetOffset(info->window_bounds.left, info->window_bounds.top);
978 = (uint16)sortedRectList[i].top + fYOffset;
983 = (uint16)sortedRectList[i].top + yOffset + fYOffset;
989 - sortedRectList[i].top);
1101 DWindowHWInterface::SetOffset(int32 left, int32 top) argument
1107 fYOffset = top;
1139 fRectParams[i].top = (uint16)r.top + fYOffset;
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp126 rect.top = floorf(rect.top + (rect.Height() - height) / 2.0f);
127 rect.bottom = rect.top + height;
850 fSizeRect.top = lineBase - fontMetrics.ascent;
925 fPathRect.top = lineBase - fontMetrics.ascent;
952 fLinkRect.top = lineBase - fontMetrics.ascent;
993 fDescRect.top = lineBase - fontMetrics.ascent;
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp803 double left, top, right, bottom; local
805 agg::bounding_rect(curve, pathID, 0, 1, &left, &top, &right, &bottom);
807 b.Set(left, top, right, bottom);
826 r.top = min_c(r.top, fPath[i].point.y);
831 r.top = min_c(r.top, fPath[i].point_in.y);
836 r.top = min_c(r.top, fPath[i].point_out.y);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp253 // top
254 view->FillRect(BRect(0, 0, bounds.right, border.top-1), B_SOLID_LOW);
256 view->FillRect(BRect(0, border.top, border.left-1, border.bottom), B_SOLID_LOW);
258 view->FillRect(BRect(border.right+1, border.top, bounds.right, border.bottom), B_SOLID_LOW);
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp436 bitmapRect.bottom = bitmapRect.top;
440 viewRect.bottom = viewRect.top;
441 viewRect.top += floorf(i * channelHeight + 0.5);
/haiku/src/tests/servers/app/newClipping/
H A Dmain.cpp108 f.bottom = f.top + f.Height() / 3 - 3;
111 // top row of views
131 f.bottom = f.top + f.Height() / 3 - 3;
153 f.bottom = f.top + f.Height() / 3 - 3;
/haiku/src/apps/deskbar/
H A DInlineScrollView.cpp473 BRect(frame.left, frame.top, frame.right,
492 BRect(frame.left, frame.top,
499 BRect(frame.right - 2 * kScrollerDimension + 1, frame.top,
/haiku/src/apps/mail/
H A DSignature.cpp532 height = (int32)((up ? r.top - r.bottom : r.bottom - r.top) - 25);
533 if ((up) && (!r.top))
H A DEnclosures.cpp488 iconFrame.Set(iconFrame.left, iconFrame.top + 1,
490 iconFrame.top + iconRect.Height() + 1);
508 frame.top + ((frame.Height()
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp95 float y = rect.top + ((rect.Height() - r.Height()) / 2);
104 r.Set(x + r.Width(), rect.top, rect.right - width, rect.bottom);
110 r.Set(rect.left, rect.top, rect.left + width, rect.bottom);
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp465 fDirectBuffer.clip_bounds.top = 0;
469 fDirectBuffer.clip_list[0].top = 0;
477 /* top line background */
479 fTopView = new BView(r, "top view", B_FOLLOW_LEFT_RIGHT, B_WILL_DRAW);
637 fLeftView = new BView(r, "top view", B_FOLLOW_LEFT | B_FOLLOW_TOP_BOTTOM, B_WILL_DRAW);
1441 MoveTo(fPreviousFrame.left, fPreviousFrame.top);
1449 MoveTo(a_screen.Frame().left, a_screen.Frame().top);
1460 MoveTo(b_screen.Frame().left - LEFT_WIDTH, b_screen.Frame().top - TOP_LEFT_LIMIT);
2325 /* top side / bottom side */
2652 /* need to move first on the top/botto
[all...]
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushTranslator.cpp224 bitsHeader.bounds.top = 0;
/haiku/src/apps/cortex/DiagramView/
H A DDiagramEndPoint.cpp76 return BPoint(Frame().left + Frame().Height() / 2.0, Frame().top + Frame().Width() / 2.0);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp67 float center = floorf(b.top + b.Height() / 2.0);
96 float centerY = floorf(Bounds().top + height / 2.0);
/haiku/src/system/boot/platform/amiga_m68k/
H A Dvideo.cpp188 uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top)
187 platform_blit4(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
/haiku/src/tests/kits/opengl/direct_mode/
H A DGLDirectMode.cpp125 height = frame.bottom-frame.top;
/haiku/src/tests/servers/app/archived_view/
H A Dmain.cpp47 r.top = r.bottom - 7;
/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp86 fFrame.OffsetTo(10.0, fFrame.top + 10.0);
89 // back to top
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp141 rect.top += 3;
/haiku/src/apps/resedit/
H A DBitmapView.cpp314 r.top++;
330 r.top += 2;
344 r.top++;
657 r.bottom = r.top + (r.Width() / multiplier);

Completed in 283 milliseconds

<<11121314151617181920>>