Searched refs:IconSize (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/apps/launchbox/
H A DLaunchButton.h56 uint32 IconSize() const function in class:LaunchButton
H A DPadView.h41 uint32 IconSize() const;
H A DPadView.cpp377 item->SetMarked(IconSize() == iconSize);
480 PadView::IconSize() const function in class:PadView
H A DMainWindow.cpp475 if (message->ReplaceInt32("icon size", fPadView->IconSize()) != B_OK)
476 message->AddInt32("icon size", fPadView->IconSize());
/haiku-fatelf/src/apps/switcher/
H A DLaunchButton.h56 uint32 IconSize() const function in class:LaunchButton
/haiku-fatelf/src/servers/notification/
H A DNotificationWindow.h52 icon_size IconSize();
H A DNotificationView.cpp237 float iconSize = (float)fParent->IconSize();
436 iconRight += fParent->IconSize();
H A DNotificationWindow.cpp299 NotificationWindow::IconSize() function in class:NotificationWindow
/haiku-fatelf/src/preferences/filetypes/
H A DFileTypesWindow.cpp181 y += (IconSize() - fontHeight.ascent - fontHeight.descent) / 2.0f;
183 y += IconSize() + 3.0f;
197 if (width < IconSize())
198 width = IconSize();
207 *_height = IconSize() + 3.0f + ceilf(fontHeight.ascent
224 float y = ceilf((IconSize() - fontHeight.ascent - fontHeight.descent)
230 float x = (Bounds().Width() - IconSize()) / 2.0f;
231 return BRect(x, 0.0f, x + IconSize() - 1, IconSize() - 1);
H A DIconView.h116 int32 IconSize() const { return fIconSize; } function in class:IconView
/haiku-fatelf/src/apps/deskbar/
H A DBarApp.h147 int32 IconSize();
H A DExpandoMenuBar.cpp99 int32 iconSize = static_cast<TBarApp*>(be_app)->IconSize();
121 int32 iconSize = static_cast<TBarApp*>(be_app)->IconSize();
570 int32 iconSize = static_cast<TBarApp*>(be_app)->IconSize();
684 int32 iconSize = static_cast<TBarApp*>(be_app)->IconSize();
802 int32 iconSize = static_cast<TBarApp*>(be_app)->IconSize();
H A DBarView.cpp365 + static_cast<TBarApp*>(be_app)->IconSize() + 4;
496 int32 iconSize = static_cast<TBarApp*>(be_app)->IconSize();
541 int32 iconSize = static_cast<TBarApp*>(be_app)->IconSize();
H A DBarApp.cpp879 TBarApp::IconSize() function in class:TBarApp
948 int32 iconSize = IconSize();
H A DStatusView.cpp242 height = kGutter + static_cast<TBarApp*>(be_app)->IconSize() + kGutter;
/haiku-fatelf/src/kits/tracker/
H A DViewState.h116 uint32 IconSize() const;
271 BViewState::IconSize() const function in class:BPrivate::BViewState
H A DPose.cpp483 poseView->IconSize());
571 DrawIcon(iconRect.LeftTop(), drawView, poseView->IconSize(),
641 DrawIcon(iconOrigin, drawView, poseView->IconSize(), directDraw,
694 DrawIcon(location, poseView, poseView->IconSize(), true);
739 scale = poseView->IconSize() / 32.0;
899 scale = poseView->IconSize() / 32.0;
910 scale = poseView->IconSize() / 32.0;
H A DPoseView.h229 icon_size IconSize() const;
856 return fViewState->IconSize();
861 BPoseView::IconSize() const function in class:BPrivate::BPoseView
863 return (icon_size)fViewState->IconSize();
H A DPoseView.cpp1000 // IconSize should allready be set in MessageReceived()
2945 if (newMode != kIconMode || lastIconSize == fViewState->IconSize())
2955 fViewState->SetLastIconSize(fViewState->IconSize());
2974 float newScale = fViewState->IconSize() / 32.0;
3016 || fViewState->IconSize() != lastIconSize);

Completed in 152 milliseconds