Searched refs:top (Results 26 - 50 of 658) sorted by relevance

1234567891011>>

/haiku/src/servers/app/drawing/
H A Ddrawing_support.cpp9 rect->OffsetTo(roundf(rect->left), roundf(rect->top));
/haiku/src/system/kernel/
H A Dboot_splash.cpp42 uint16 left, uint16 top)
46 + sInfo->bytes_per_row * (top + imageTop) + 1 * (left + imageLeft));
66 uint16 left, uint16 top)
70 + sInfo->bytes_per_row * (top + imageTop)
94 uint16 left, uint16 top)
98 + sInfo->bytes_per_row * (top + imageTop) + 2 * (left + imageLeft));
121 uint16 left, uint16 top)
125 + sInfo->bytes_per_row * (top + imageTop) + 3 * (left + imageLeft));
147 uint16 left, uint16 top)
151 + sInfo->bytes_per_row * (top
40 blit8_cropped(const uint8 *data, uint16 imageLeft, uint16 imageTop, uint16 imageRight, uint16 imageBottom, uint16 imageWidth, uint16 left, uint16 top) argument
64 blit15_cropped(const uint8 *data, uint16 imageLeft, uint16 imageTop, uint16 imageRight, uint16 imageBottom, uint16 imageWidth, uint16 left, uint16 top) argument
92 blit16_cropped(const uint8 *data, uint16 imageLeft, uint16 imageTop, uint16 imageRight, uint16 imageBottom, uint16 imageWidth, uint16 left, uint16 top) argument
119 blit24_cropped(const uint8 *data, uint16 imageLeft, uint16 imageTop, uint16 imageRight, uint16 imageBottom, uint16 imageWidth, uint16 left, uint16 top) argument
145 blit32_cropped(const uint8 *data, uint16 imageLeft, uint16 imageTop, uint16 imageRight, uint16 imageBottom, uint16 imageWidth, uint16 left, uint16 top) argument
169 blit_cropped(const uint8* data, uint16 imageLeft, uint16 imageTop, uint16 imageRight, uint16 imageBottom, uint16 imageWidth, uint16 left, uint16 top) argument
[all...]
/haiku/docs/interface_guidelines/docbook-css/
H A Dtables.css32 entry[valign=top] {
33 vertical-align: top;
/haiku/src/libs/glut/
H A Dglutstroke.h40 float top; member in struct:__anon1829
/haiku/src/apps/launchbox/
H A Dsupport.cpp70 stroke_frame(BView* v, BRect r, rgb_color left, rgb_color top, rgb_color right, argument
76 BPoint(r.left, r.top), left);
77 v->AddLine(BPoint(r.left + 1.0, r.top),
78 BPoint(r.right, r.top), top); local
79 v->AddLine(BPoint(r.right, r.top + 1.0),
110 if (frame.top < screenFrame.top)
111 frame.OffsetBy(0.0, (screenFrame.top - frame.top));
[all...]
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNearestNeighbor.h42 if (clippingRegion.Frame().top > destinationRect.top) {
43 filterWeightYIndexOffset = (int32)(clippingRegion.Frame().top
44 - destinationRect.top);
54 // the offset will be different from the destinationRect left top
57 const int32 yBitmapShift = (int32)(destinationRect.top - offset.y);
75 // round down to get the top pixel
88 const int32 top = (int32)destinationRect.top; local
104 int32 y1 = max_c(baseRenderer.ymin(), top);
[all...]
H A DDrawBitmapNoScale.h34 const int32 top = (int32)destinationRect.top; local
42 || top - offset.y < 0
43 || top - offset.y >= (int32)bitmap.height()
48 left - offset.x, top - offset.y,
65 fRect.top = max_c(baseRenderer.ymin(), top);
67 if (fRect.top <= fRect.bottom) {
68 uint8* dstHandle = dst + fRect.top * dstBPR
71 + (fRect.top
[all...]
/haiku/src/apps/soundrecorder/
H A DUpDownButton.cpp42 if((Bounds().top + Bounds().Height()/2) > (fTrackingY + 3))
44 else if((Bounds().top + Bounds().Height()/2) < (fTrackingY - 3))
66 fTrackingY = (Bounds().top + Bounds().Height()/2);
93 if((Bounds().top + Bounds().Height()/2) > (fTrackingY + 3))
95 else if((Bounds().top + Bounds().Height()/2) < (fTrackingY - 3))
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp210 BPoint(rect.left, rect.top), darken2);
211 view->AddLine(BPoint(rect.left, rect.top),
212 BPoint(rect.right, rect.top), darken2);
216 BPoint(rect.right, rect.top), darken4);
223 BPoint(rect.left, rect.top), darken1);
224 view->AddLine(BPoint(rect.left, rect.top),
225 BPoint(rect.right, rect.top), darken1);
229 BPoint(rect.left, rect.top), darken4);
230 view->AddLine(BPoint(rect.left, rect.top),
231 BPoint(rect.right, rect.top), darken
3110 _DrawFrame(BView* view, BRect& rect, const rgb_color& left, const rgb_color& top, const rgb_color& right, const rgb_color& bottom, uint32 borders) argument
3133 BPoint(rect.right, rect.top), top); local
[all...]
/haiku/headers/libs/alm/
H A DALMLayoutBuilder.h36 BALMLayoutBuilder& Add(BView* view, XTab* left, YTab* top,
41 YTab* top, XTab* right = NULL,
48 BALMLayoutBuilder& SetInsets(float left, float top, float right,
54 XTab* left = NULL, YTab* top = NULL,
57 XTab* right = NULL, YTab* top = NULL,
60 YTab* top = NULL, XTab* left = NULL,
66 XTab* left = NULL, YTab* top = NULL,
69 XTab* right = NULL, YTab* top = NULL,
72 YTab* top = NULL, XTab* left = NULL,
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_subr.c140 uint32_t m0, m1, m2, m3, top, sup, nrm; local
171 for (rsh = 1, top = m0 >> 1; top >= sup; rsh++) /* XXX slow */
172 top >>= 1;
178 m0 = top;
184 for (lsh = 1, top = m0 << 1; top < nrm; lsh++) /* XXX slow */
185 top <<= 1;
188 m0 = top | (m1 >> rsh);
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp97 r.left *= f; r.right *= f; r.top *= f; r.bottom *= f;
205 float top = 0; local
210 r.bottom = r.IntegerHeight() - B_H_SCROLL_BAR_HEIGHT; r.top = 0;
213 fNext = new BButton(BRect(left, top, left+10, top+10), "Next", "Next Page", new BMessage(MSG_NEXT_PAGE));
218 fPrev = new BButton(BRect(left, top, left+10, top+10), "Prev", "Previous Page", new BMessage(MSG_PREV_PAGE));
223 fZoomIn = new BButton(BRect(left, top, left+10, top+10), "ZoomIn", "Zoom In", new BMessage(MSG_ZOOM_IN));
228 fZoomOut = new BButton(BRect(left, top, lef
[all...]
/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp81 hsBounds.top = hsBounds.bottom + 1;
83 hsBounds.bottom = hsBounds.top + B_H_SCROLL_BAR_HEIGHT + 1;
93 vsBounds.top--;
134 m_boundsRect.left, m_boundsRect.bottom, m_boundsRect.right, m_boundsRect.top+height));
139 m_boundsRect.right, m_boundsRect.top, m_boundsRect.left+width, m_boundsRect.bottom));
166 m_vScroll->SetRange(m_dataRect.top, m_dataRect.bottom - height);
/haiku/src/apps/deskcalc/
H A DCalcWindow.cpp52 replicantFrame.top = replicantFrame.bottom - 7.0f;
160 float top = (screenFrame.Height() - frame.Height()) / 2.0; local
162 top += screenFrame.top;
163 frame.OffsetTo(left, top);
166 MoveTo(frame.left, frame.top);
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp28 fSourceRect.Set(frame.left, frame.top,
32 frame.top,
81 updateRect.left, updateRect.top, updateRect.right, updateRect.bottom);
98 StrokeLine(BPoint(r.left + (width / lineCount) * i, r.top),
99 BPoint(r.left, r.top + (height / lineCount) * i));
103 StrokeLine(BPoint(r.left, r.bottom), BPoint(r.right, r.top));
120 r.top + r.Height() / 2.0 - 50.0);
156 fSourceRect.top = where.y;
161 fDestRect.top = where.y;
222 min4(before.top, befor
[all...]
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp51 float top = sWindowRect.top + sCascadeOffset; local
52 if (top + sWindowRect.Height() > screenBorder.bottom)
53 top = sTopLeft.y;
55 sWindowRect.OffsetTo(BPoint(left, top));
71 float top = sWindowRect.top - sCascadeOffset; local
72 if (top < sTopLeft.y) {
73 top = screenBorder.bottom - sWindowRect.Height() - sTopLeft.y;
74 top
[all...]
/haiku/headers/private/kernel/boot/platform/generic/
H A Dvideo.h20 uint16 left, uint16 top);
25 uint16 left, uint16 top);
/haiku/src/apps/haikudepot/ui/
H A DGeneralContentScrollView.cpp26 Target()->MoveTo(innerFrame.left, innerFrame.top);
37 scrollBar->MoveTo(rect.left, rect.top);
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.cpp155 if (windowRect.top < screenRect.top) {
156 windowRect.top = screenRect.top + 5.0;
/haiku/src/servers/app/decorator/
H A DMagneticBorder.cpp63 float topDist = fabs(frame.top - screenFrame.top);
79 delta.y = screenFrame.top - originalFrame.top;
/haiku/src/apps/deskbar/
H A DBarSettings.h42 bool top; member in struct:desk_settings
/haiku/src/bin/desklink/
H A DVolumeWindow.cpp61 if (screenFrame.top > windowRect.top - kMargin)
62 MoveBy(0, kMargin + screenFrame.top - windowRect.top);
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp60 rect.top += 15;
103 r.top += 18;
109 r.top += 15;
110 r.bottom = r.top + 30;
120 AddLine(BPoint(r.left+10, r.top), BPoint(r.left+10, r.bottom),
122 AddLine(BPoint(r.left+20, r.top), BPoint(r.left+20, r.bottom),
124 AddLine(BPoint(r.left, r.top+10), BPoint(r.right, r.top+10),
126 AddLine(BPoint(r.left, r.top+20), BPoint(r.right, r.top
[all...]
/haiku/src/preferences/filetypes/
H A DDropTargetListView.cpp38 rect.top++;
88 rect.bottom = rect.top + 1;
92 rect.top = rect.bottom - 1;
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWrapperView.cpp86 viewFrame.top += fInsets.top;
105 float verticalInsets = fInsets.top + fInsets.bottom - 1;

Completed in 350 milliseconds

1234567891011>>