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

/haiku/src/servers/debug/
H A DDebugWindow.h37 static BRect IconSize();
H A DDebugWindow.cpp33 fBitmap(IconSize(), B_RGBA32),
146 DebugWindow::IconSize() function in class:DebugWindow
/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.h26 static BRect IconSize();
H A DAlertWithCheckbox.cpp41 fBitmap(IconSize(), B_RGBA32),
145 AlertWithCheckbox::IconSize() function in class:AlertWithCheckbox
/haiku/src/apps/switcher/
H A DLaunchButton.h56 uint32 IconSize() const function in class:LaunchButton
/haiku/src/apps/pairs/
H A DPairsView.h51 int32 IconSize() const { return fIconSize; }; function in class:PairsView
H A DPairsWindow.cpp352 int32 iconSize = fPairsView->IconSize();
/haiku/src/apps/launchbox/
H A DLaunchButton.h57 uint32 IconSize() const function in class:LaunchButton
H A DPadView.h41 uint32 IconSize() const;
H A DMainWindow.cpp498 if (message->ReplaceInt32("icon size", fPadView->IconSize()) != B_OK)
499 message->AddInt32("icon size", fPadView->IconSize());
H A DPadView.cpp390 item->SetMarked(IconSize() == iconSize);
498 PadView::IconSize() const function in class:PadView
/haiku/src/servers/notification/
H A DNotificationWindow.h45 icon_size IconSize();
H A DNotificationWindow.cpp259 NotificationWindow::IconSize() function in class:NotificationWindow
/haiku/src/preferences/keymap/
H A DStatusMenuField.h36 BSize IconSize();
H A DStatusMenuField.cpp130 return BLayoutUtils::AlignInFrame(bounds, IconSize(),
136 StatusMenuItem::IconSize() function in class:StatusMenuItem
/haiku/src/kits/tracker/
H A DViewState.h118 uint32 IconSize() const;
276 BViewState::IconSize() const function in class:BPrivate::BViewState
H A DPose.cpp494 ResolvedModel(), kNormalIcon, poseView->IconSize());
578 DrawIcon(iconRect.LeftTop(), drawView, poseView->IconSize(),
650 DrawIcon(iconOrigin, drawView, poseView->IconSize(), direct,
702 DrawIcon(location, poseView, poseView->IconSize(), true);
H A DPoseView.h207 BSize IconSize() const;
912 return fViewState->IconSize();
919 return IconSize().IntegerWidth() + 1;
H A DPoseView.cpp1022 BPoseView::IconSize() const function in class:BPoseView
1024 if (fCachedIconSizeFrom != fViewState->IconSize()) {
1025 fCachedIconSizeFrom = fViewState->IconSize();
1037 // IconSize should already be set in MessageReceived()
3067 && (newMode != kIconMode || lastIconSize == fViewState->IconSize())) {
3077 fViewState->SetLastIconSize(fViewState->IconSize());
3096 float newScale = fViewState->IconSize() / 32.0f;
3127 || fViewState->IconSize() != lastIconSize);
/haiku/src/preferences/filetypes/
H A DIconView.h116 icon_size IconSize() const { return fIconSize; } function in class:IconView

Completed in 123 milliseconds