Searched refs:bounds (Results 76 - 100 of 293) sorted by relevance

1234567891011>>

/haiku/src/servers/app/
H A DEventStream.h30 virtual void UpdateScreenBounds(BRect bounds) = 0;
56 virtual void UpdateScreenBounds(BRect bounds);
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPParameterVisitor.cpp53 bool isColorPrinter = stp_string_list_is_present(printingMode.bounds.str,
177 stp_string_list_t* list = parameter->bounds.str;
241 double lower = description->bounds.dbl.lower;
242 double upper = description->bounds.dbl.upper;
255 int lower = description->bounds.integer.lower;
256 int upper = description->bounds.integer.upper;
269 double lower = description->bounds.dimension.lower;
270 double upper = description->bounds.dimension.upper;
/haiku/src/apps/pulse/
H A DProgressBar.cpp102 BRect bounds = Bounds(); local
103 bounds.InsetBy(2, 2);
105 StrokeRect(bounds);
106 bounds.InsetBy(1, 1);
107 StrokeRect(bounds);
110 float left = bounds.left;
114 start.Set(left, bounds.top);
115 end.Set(left, bounds.bottom);
H A DPrefsWindow.cpp37 BRect bounds = Bounds(); local
38 BView* topView = new BView(bounds, "ParentView", B_FOLLOW_ALL, B_WILL_DRAW);
42 bounds.top += 10;
43 bounds.bottom -= 45;
44 fTabView = new BTabView(bounds, "TabView", B_WIDTH_FROM_LABEL);
/haiku/src/preferences/time/
H A DAnalogClock.cpp165 BRect bounds = Bounds(); local
169 fCenterX = floorf((bounds.left + bounds.right) / 2 + 0.5) + 0.5;
170 fCenterY = floorf((bounds.top + bounds.bottom) / 2 + 0.5) + 0.5;
171 fRadius = floorf((MIN(bounds.Width(), bounds.Height()) / 2.0)) - 5.5;
251 BRect bounds = Bounds();
255 FillRect(bounds);
257 bounds
[all...]
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp134 BRect bounds = fBitmap->Bounds(); local
143 BRect innerFrame = bounds;
150 bounds.Width());
169 be_control_look->DrawTextControlBorder(fBitmapView, bounds, bounds,
/haiku/src/apps/haiku3d/texture/
H A DVideoFileTexture.cpp79 BRect bounds(0.0, 0.0,
82 fVideoBitmap = new BBitmap(bounds, B_RGB32);
87 format.u.raw_video.last_active = (int32) (bounds.Height() - 1.0);
92 format.u.raw_video.display.line_width = (int32) bounds.Width();
93 format.u.raw_video.display.line_count = (int32) bounds.Height();
/haiku/src/kits/storage/mime/
H A Ddatabase_support.cpp170 BRect bounds;
178 bounds.Set(0, 0, 15, 15);
181 bounds.Set(0, 0, 31, 31);
188 status_t err = icon->Bounds() == bounds ? B_OK : B_BAD_VALUE;
194 icon8 = new(std::nothrow) BBitmap(bounds, B_BITMAP_NO_SERVER_LINK,
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp111 BRect bounds = Bounds(); local
114 bounds = bounds & parentBounds;
115 if (bounds.Contains(where)) {
145 BRect bounds = Bounds(); local
146 ScrollTo(0, fmaxf(0, bounds.top - bounds.Height()));
151 BRect bounds = Bounds(); local
153 float maxScrollY = height - bounds.Height();
154 float pageDownScrollY = bounds
542 BRect bounds = Bounds(); local
571 BRect bounds = Bounds(); local
591 BRect bounds = Bounds(); local
[all...]
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp225 BRect bounds; local
231 bounds.Set(0, 0, 15, 15);
237 bounds.Set(0, 0, 31, 31);
247 && (!icon || icon->InitCheck() != B_OK || icon->Bounds() != bounds)) {
321 BRect bounds; local
327 bounds.Set(0, 0, 15, 15);
333 bounds.Set(0, 0, 31, 31);
343 && (icon->InitCheck() != B_OK || icon->Bounds() != bounds)) {
354 BBitmap bitmap(bounds, B_BITMAP_NO_SERVER_LINK, B_CMAP8);
601 BRect bounds; local
[all...]
/haiku/src/tests/kits/interface/bbitmap/
H A DSetBitsTester.cpp385 BRect bounds = bitmap->Bounds();
386 int32 width = bounds.IntegerWidth() + 1;
387 int32 height = bounds.IntegerHeight() + 1;
407 BRect bounds(0, 0, initialData.width - 1, initialData.height - 1);
408 BBitmap bitmap(bounds, initialData.space);
410 CHK(bitmap.Bounds() == bounds);
428 BRect bounds(0, 0, initialData.width - 1, initialData.height - 1);
429 BBitmap bitmap(bounds, initialData.space);
431 CHK(bitmap.Bounds() == bounds);
454 BRect bounds(
[all...]
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h134 float bounds[4]; // Tight bounding box of the shape [minx,miny,maxx,maxy]. member in struct:NSVGpath
153 float bounds[4]; // Tight bounding box of the shape [minx,miny,maxx,maxy]. member in struct:NSVGshape
556 static int nsvg__ptInBounds(float* pt, float* bounds) argument
558 return pt[0] >= bounds[0] && pt[0] <= bounds[2] && pt[1] >= bounds[1] && pt[1] <= bounds[3];
568 static void nsvg__curveBounds(float* bounds, float* curve) argument
578 bounds[0] = nsvg__minf(v0[0], v3[0]);
579 bounds[
907 nsvg__getLocalBounds(float* bounds, NSVGshape *shape, float* xform) argument
1033 float bounds[4]; local
2745 nsvg__imageBounds(NSVGparser* p, float* bounds) argument
2789 float tx, ty, sx, sy, us, bounds[4], t[6], avgs; local
[all...]
/haiku/headers/libs/agg/
H A Dagg_font_cache_manager.h42 rect_i bounds; member in struct:agg::glyph_cache
90 const rect_i& bounds,
114 glyph->bounds = bounds;
205 const rect_i& bounds,
215 bounds,
297 m_engine.bounds(),
86 cache_glyph(unsigned glyph_code, unsigned glyph_index, unsigned data_size, glyph_data_type data_type, const rect_i& bounds, double advance_x, double advance_y) argument
201 cache_glyph(unsigned glyph_code, unsigned glyph_index, unsigned data_size, glyph_data_type data_type, const rect_i& bounds, double advance_x, double advance_y) argument
/haiku/src/libs/print/libprint/
H A DPreview.cpp786 BRect bounds(Bounds());
793 bounds.OffsetBy(10.0, 10.0);
795 fFirst = new BButton(bounds, "first", "First page", new BMessage(MSG_FIRST_PAGE));
799 bounds.OffsetBy(fFirst->Bounds().Width() + 10.0, 0.0);
800 fPrev = new BButton(bounds, "previous", "Previous page", new BMessage(MSG_PREV_PAGE));
804 bounds.OffsetBy(fPrev->Bounds().Width() + 10.0, 0.0);
805 fNext = new BButton(bounds, "next", "Next page", new BMessage(MSG_NEXT_PAGE));
809 bounds.OffsetBy(fNext->Bounds().Width() + 10.0, 0.0);
810 fLast = new BButton(bounds, "last", "Last page", new BMessage(MSG_LAST_PAGE));
814 bounds
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.h38 bool drawCursor, BRect bounds);
86 BRect bounds, bool filled, bool closed);
88 BRect bounds, const BGradient& gradient,
112 virtual void DrawShape(const BRect& bounds,
118 virtual void FillShape(const BRect& bounds,
126 const BRect& bounds, bool filled);
128 const BRect& bounds,
/haiku/src/servers/app/drawing/
H A DDrawingEngine.h67 BRect bounds);
118 BRect bounds, bool filled, bool closed);
120 BRect bounds, const BGradient& gradient,
143 virtual void DrawShape(const BRect& bounds,
148 virtual void FillShape(const BRect& bounds,
155 virtual void DrawTriangle(BPoint* points, const BRect& bounds,
157 virtual void FillTriangle(BPoint* points, const BRect& bounds,
/haiku/src/apps/glteapot/
H A DTeapotWindow.cpp27 BRect bounds = Bounds(); local
28 bounds.bottom = bounds.top + 14;
29 BMenuBar* menuBar = new BMenuBar(bounds, "main menu");
39 bounds = Bounds();
40 bounds.top = menuBar->Bounds().bottom + 1;
41 BView *subView = new BView(bounds, "subview", B_FOLLOW_ALL, 0);
44 bounds = subView->Bounds();
45 fObjectView = new(std::nothrow) ObjectView(bounds, "objectView",
/haiku/headers/build/os/interface/
H A DBitmap.h38 BBitmap(BRect bounds, uint32 flags, color_space colorSpace,
41 BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews = false,
89 void InitObject(BRect bounds, color_space colorSpace, uint32 flags,
/haiku/src/kits/tracker/
H A DTextWidget.h52 BRect bounds; member in struct:BPrivate::MouseUpParams
70 void MouseUp(BRect bounds, BPoseView*, BPose*, BPoint mouseLoc);
85 void StartEdit(BRect bounds, BPoseView*, BPose*);
/haiku/src/add-ons/translators/wonderbrush/
H A DCanvas.h43 void SetBounds(BRect bounds);
H A DWonderBrushTranslator.cpp223 bitsHeader.bounds.left = 0;
224 bitsHeader.bounds.top = 0;
225 bitsHeader.bounds.right = width - 1;
226 bitsHeader.bounds.bottom = height - 1;
/haiku/src/tests/kits/interface/
H A DCheckBoxTest.cpp42 BRect bounds = Bounds(); local
43 BRect rect = bounds;
44 rect.right = rect.left + bounds.Width() / 2;
50 rect.right = bounds.right;
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.h15 JoystickView(BRect bounds, BJoystick *stick);
/haiku/src/preferences/network/
H A DServiceListItem.h31 BRect bounds, bool complete);
/haiku/src/apps/stylededit/
H A DStatusView.h38 virtual void Draw(BRect bounds);

Completed in 269 milliseconds

1234567891011>>