Searched defs:view (Results 276 - 300 of 315) sorted by relevance

<<111213

/haiku-fatelf/src/servers/app/
H A DView.cpp144 View* view = fFirstChild; local
224 View::AddChild(View* view) argument
267 RemoveChild(View* view) argument
431 View* view = child->ViewAt(where); local
[all...]
H A DServerPicture.cpp68 ShapePainter::ShapePainter(View* view) argument
256 move_pen_by(View* view, BPoint delta) argument
264 stroke_line(View* view, BPoint start, BPoint end) argument
280 stroke_rect(View* view, BRect rect) argument
288 fill_rect(View* view, BRect rect) argument
296 stroke_round_rect(View* view, BRect rect, BPoint radii) argument
305 fill_round_rect(View* view, BRect rect, BPoint radii) argument
314 stroke_bezier(View* view, const BPoint* viewPoints) argument
324 fill_bezier(View* view, const BPoint* viewPoints) argument
334 stroke_arc(View* view, BPoint center, BPoint radii, float startTheta, float arcTheta) argument
346 fill_arc(View* view, BPoint center, BPoint radii, float startTheta, float arcTheta) argument
358 stroke_ellipse(View* view, BPoint center, BPoint radii) argument
368 fill_ellipse(View* view, BPoint center, BPoint radii) argument
378 stroke_polygon(View* view, int32 numPoints, const BPoint* viewPoints, bool isClosed) argument
417 fill_polygon(View* view, int32 numPoints, const BPoint* viewPoints) argument
455 stroke_shape(View* view, const BShape* shape) argument
465 fill_shape(View* view, const BShape* shape) argument
475 draw_string(View* view, const char* string, float deltaSpace, float deltaNonSpace) argument
497 draw_pixels(View* view, BRect src, BRect dest, int32 width, int32 height, int32 bytesPerRow, int32 pixelFormat, int32 options, const void* data) argument
515 draw_picture(View* view, BPoint where, int32 token) argument
534 set_clipping_rects(View* view, const BRect* rects, uint32 numRects) argument
547 clip_to_picture(View* view, BPicture* picture, BPoint pt, bool clipToInverse) argument
555 push_state(View* view) argument
562 pop_state(View* view) argument
576 enter_state_change(View* view) argument
582 exit_state_change(View* view) argument
589 enter_font_state(View* view) argument
595 exit_font_state(View* view) argument
603 set_origin(View* view, BPoint pt) argument
610 set_pen_location(View* view, BPoint pt) argument
620 set_drawing_mode(View* view, drawing_mode mode) argument
628 set_line_mode(View* view, cap_mode capMode, join_mode joinMode, float miterLimit) argument
641 set_pen_size(View* view, float size) argument
652 set_fore_color(View* view, rgb_color color) argument
660 set_back_color(View* view, rgb_color color) argument
668 set_stipple_pattern(View* view, pattern p) argument
676 set_scale(View* view, float scale) argument
687 set_font_family(View* view, const char* family) argument
697 set_font_style(View* view, const char* style) argument
709 set_font_spacing(View* view, int32 spacing) argument
718 set_font_size(View* view, float size) argument
727 set_font_rotate(View* view, float rotation) argument
736 set_font_encoding(View* view, int32 encoding) argument
745 set_font_flags(View* view, int32 flags) argument
754 set_font_shear(View* view, float shear) argument
763 set_font_face(View* view, int32 face) argument
772 set_blending_mode(View* view, int16 alphaSrcMode, int16 alphaFncMode) argument
975 SyncState(View* view) argument
1067 Play(View* view) argument
[all...]
H A DServerWindow.cpp1243 View *view; local
3581 _SetCurrentView(View* view) argument
3615 _UpdateDrawState(View* view) argument
[all...]
H A DWindow.cpp403 Window::ScrollViewBy(View* view, int32 dx, int32 dy) argument
662 GetEffectiveDrawingRegion(View* view, BRegion& region) argument
814 InvalidateView(View* view, BRegion& viewRegion) argument
955 View* view = ViewAt(where); local
[all...]
/haiku-fatelf/src/servers/app/drawing/
H A DDWindowHWInterface.cpp178 DirectMessageFilter::DirectMessageFilter(DView* view) argument
231 DView* view = new DView(Bounds()); local
/haiku-fatelf/src/servers/net/
H A DNetServer.cpp231 BTextView *view = alert->TextView(); local
/haiku-fatelf/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp1641 _DumpViewHierarchy(BView* view, int32 indent = 0) argument
[all...]
/haiku-fatelf/src/kits/tracker/
H A DTracker.cpp1531 BPoseView* view = window->PoseView(); local
H A DPoseView.h1171 SetTitleView(BView* view) argument
[all...]
H A DIconCache.cpp1060 IconCache::Draw(Model* model, BView* view, BPoint where, IconDrawMode mode, argument
1090 IconCache::SyncDraw(Model* model, BView* view, BPoint where, argument
1183 IconCache::Deleting(const BView* view) argument
1410 SharedIconCache::Draw(IconCacheEntry* entry, BView* view, BPoint where, argument
1418 SharedIconCache::Draw(IconCacheEntry* entry, BView* view, BPoin argument
1540 Draw(BView* view, BPoint where, IconDrawMode mode, icon_size size, bool async) argument
1567 Draw(BView* view, BPoint where, IconDrawMode mode, icon_size size, void (*blitFunc)(BView*, BPoint, BBitmap*, void*), void* passThruState) argument
1656 Draw(BView* view, BPoint where, IconDrawMode mode, icon_size size, bool async) argument
1686 Draw(BView* view, BPoint where, IconDrawMode mode, icon_size size, void (*blitFunc)(BView*, BPoint, BBitmap*, void*), void* passThruState) argument
1774 Draw(IconCacheEntry* entry, BView* view, BPoint where, IconDrawMode mode, icon_size size, bool async) argument
1783 Draw(IconCacheEntry* entry, BView* view, BPoint where, IconDrawMode mode, icon_size size, void (*blitFunc)(BView*, BPoint, BBitmap*, void*), void* passThruState) argument
[all...]
H A DFilePanelPriv.cpp108 BPoseView* view = panel->PoseView(); local
994 TFilePanel::ShowContextMenu(BPoint point, const entry_ref* ref, BView* view) argument
[all...]
/haiku-fatelf/src/preferences/shortcuts/
H A DShortcutsSpec.cpp115 BView* view = new BView(BRect(0, 0, 16, 16), NULL, B_FOLLOW_ALL_SIDES, 0L); local
[all...]
/haiku-fatelf/src/apps/deskbar/
H A DStatusView.cpp640 BView* view = NULL; local
812 BView* view = ViewAt(&index, &temp, id, false); local
833 BView* view = ViewAt(&index, id, name); local
868 BView* view = ViewAt(&index, &id, target, byIndex); local
883 BView* view = ViewAt(&index, &id, name); local
957 BView* view; local
988 BView* view = ViewAt(&index, &id, target, byIndex); local
1007 BView* view = ViewAt(&index, &id, name); local
1051 BView* view; local
1085 BView* view; local
1153 BView* view = NULL; local
1170 BView* view = NULL; local
1195 BView* view = ViewAt(&index, &id, target, byIndex); local
1210 BView* view = ViewAt(&index, &id, name); local
1235 BView* view = NULL; local
[all...]
H A DSwitcher.cpp404 TTeamGroup::Draw(BView* view, BRect bounds, bool main) argument
/haiku-fatelf/src/apps/sudoku/
H A DSudokuView.cpp439 BView* view = new BView(Bounds(), "bitmap", B_FOLLOW_NONE, local
/haiku-fatelf/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp235 virtual float HeaderHeight(BView* view, const Header* header) argument
241 virtual float PreferredHeaderWidth(BView* view, const Header* header) argument
247 virtual void DrawHeader(BView* view, BRect frame, BRect updateRect, argument
257 _SetupAxis(BView* view, const Header* header) argument
[all...]
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp436 SourceView::MarkerManager::InstructionPointerMarker::Draw(BView* view, argument
462 SourceView::MarkerManager::InstructionPointerMarker::_DrawArrow(BView* view, argument
504 Draw(BView* view, BRect rect) argument
[all...]
/haiku-fatelf/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1043 PathManipulator::AttachedToView(BView* view) argument
1050 PathManipulator::DetachedFromView(BView* view) argument
/haiku-fatelf/src/apps/magnify/
H A DMagnify.cpp1461 TMagnify* view = (TMagnify*)arg; local
/haiku-fatelf/src/kits/interface/
H A DControlLook.cpp111 BControlLook::DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, argument
121 BControlLook::DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, argument
131 BControlLook::DrawButtonFrame(BView* view, BRect& rect, argument
144 BControlLook::DrawButtonBackground(BView* view, BRect& rect, argument
154 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, enum orientation orientation) argument
164 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, enum orientation orientation) argument
176 DrawMenuBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
222 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
232 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
242 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
255 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, bool popupIndicator, uint32 flags) argument
265 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
275 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
285 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
297 DrawMenuBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
332 DrawMenuItemBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
372 DrawStatusBar(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& barColor, float progressPosition) argument
425 DrawCheckBox(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags) argument
486 DrawRadioButton(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags) argument
554 DrawScrollBarBackground(BView* view, BRect& rect1, BRect& rect2, const BRect& updateRect, const rgb_color& base, uint32 flags, enum orientation orientation) argument
564 DrawScrollBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, enum orientation orientation) argument
648 DrawScrollViewFrame(BView* view, BRect& rect, const BRect& updateRect, BRect verticalScrollBarFrame, BRect horizontalScrollBarFrame, const rgb_color& base, border_style border, uint32 flags, uint32 _borders) argument
731 DrawArrowShape(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 direction, uint32 flags, float tint) argument
802 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color leftFillColor, rgb_color rightFillColor, float sliderScale, uint32 flags, enum orientation orientation) argument
859 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color fillColor, uint32 flags, enum orientation orientation) argument
1006 DrawSliderThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, enum orientation orientation) argument
1090 DrawSliderTriangle(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, enum orientation orientation) argument
1099 DrawSliderTriangle(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& fill, uint32 flags, enum orientation orientation) argument
1218 DrawSliderHashMarks(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, int32 count, hash_mark_location location, uint32 flags, enum orientation orientation) argument
1309 DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
1404 DrawInactiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
1467 DrawSplitter(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, enum orientation orientation, uint32 flags, uint32 borders) argument
1582 DrawBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, border_style border, uint32 flags, uint32 borders) argument
1601 DrawRaisedBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
1622 DrawTextControlBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
1686 DrawGroupFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 borders) argument
1705 DrawLabel(BView* view, const char* label, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags) argument
1714 DrawLabel(BView* view, const char* label, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const BAlignment& alignment) argument
1770 DrawLabel(BView* view, const char* label, const rgb_color& base, uint32 flags, const BPoint& where) argument
1891 _DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, float contrast, float brightness, uint32 flags, uint32 borders) argument
2050 _DrawOuterResessedFrame(BView* view, BRect& rect, const rgb_color& base, float contrast, float brightness, uint32 flags, uint32 borders) argument
2076 _DrawFrame(BView* view, BRect& rect, const rgb_color& left, const rgb_color& top, const rgb_color& right, const rgb_color& bottom, uint32 borders) argument
2112 _DrawFrame(BView* view, BRect& rect, const rgb_color& left, const rgb_color& top, const rgb_color& right, const rgb_color& bottom, const rgb_color& rightTop, const rgb_color& leftBottom, uint32 borders) argument
2163 _DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, enum orientation orientation) argument
2289 _DrawMenuFieldBackgroundOutside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
2352 _DrawMenuFieldBackgroundInside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders) argument
2544 _DrawRoundCornerLeftTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
2557 _DrawRoundCornerFrameLeftTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor) argument
2591 _DrawRoundCornerBackgroundLeftTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
2614 _DrawRoundCornerRightTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeTopColor, const rgb_color& edgeRightColor, const rgb_color& frameTopColor, const rgb_color& frameRightColor, const rgb_color& bevelTopColor, const rgb_color& bevelRightColor, const BGradientLinear& fillGradient) argument
2630 _DrawRoundCornerFrameRightTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeTopColor, const rgb_color& edgeRightColor, const rgb_color& frameTopColor, const rgb_color& frameRightColor) argument
2677 _DrawRoundCornerBackgroundRightTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelTopColor, const rgb_color& bevelRightColor, const BGradientLinear& fillGradient) argument
2704 _DrawRoundCornerLeftBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeLeftColor, const rgb_color& edgeBottomColor, const rgb_color& frameLeftColor, const rgb_color& frameBottomColor, const rgb_color& bevelLeftColor, const rgb_color& bevelBottomColor, const BGradientLinear& fillGradient) argument
2720 _DrawRoundCornerFrameLeftBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeLeftColor, const rgb_color& edgeBottomColor, const rgb_color& frameLeftColor, const rgb_color& frameBottomColor) argument
2767 _DrawRoundCornerBackgroundLeftBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelLeftColor, const rgb_color& bevelBottomColor, const BGradientLinear& fillGradient) argument
2796 _DrawRoundCornerRightBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
2809 _DrawRoundCornerFrameRightBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor) argument
2843 _DrawRoundCornerBackgroundRightBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
2866 _DrawRoundBarCorner(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& edgeLightColor, const rgb_color& edgeShadowColor, const rgb_color& frameLightColor, const rgb_color& frameShadowColor, const rgb_color& fillLightColor, const rgb_color& fillShadowColor, float leftInset, float topInset, float rightInset, float bottomInset, enum orientation orientation) argument
3086 _FillGradient(BView* view, const BRect& rect, const rgb_color& base, float topTint, float bottomTint, enum orientation orientation) argument
3097 _FillGlossyGradient(BView* view, const BRect& rect, const rgb_color& base, float topTint, float middle1Tint, float middle2Tint, float bottomTint, enum orientation orientation) argument
[all...]
H A DSlider.cpp389 BView* view = OffscreenView(); local
866 BView *view = OffscreenView(); local
1001 BView* view = OffscreenView(); local
1129 BView *view = OffscreenView(); local
1785 BView *view = OffscreenView(); local
1919 BView *view = OffscreenView(); local
[all...]
H A DTabView.cpp208 BTab::SetView(BView *view) argument
531 BView* view; local
[all...]
H A DListView.cpp256 BListView::TargetedByScrollView(BScrollView *view) argument
/haiku-fatelf/src/libs/alm/
H A DALMLayout.cpp782 BALMLayout::AddView(BView* view, XTab* left, YTab* top, XTab* right, argument
805 AddView(BView* view, Row* row, Column* column) argument
1462 _LayoutItemToAdd(BView* view) argument
[all...]
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesw.h1424 void setWindow(NCursesWindow& view, int v_grid = 1, int h_grid = 1) { argument

Completed in 253 milliseconds

<<111213