Searched refs:visible (Results 76 - 85 of 85) sorted by relevance

1234

/haiku/src/system/kernel/
H A Dthread.cpp205 visible = false;
1060 // make thread visible in global hash/list
1061 thread->visible = true;
2219 thread->visible = false;
2764 thread->visible = true;
3273 if (!thread->visible)
H A Dteam.cpp432 visible = true;
/haiku/src/kits/tracker/
H A DPoseView.cpp1814 // we only care about the positions if this is a visible list
2821 // add widget for all visible poses
5701 bool visible = true; local
5703 visible = fFilteredPoseList->FindPose(&itemNode, &index) != NULL;
5727 if (!visible && FilterPose(pose)) {
5732 } else if (visible && !FilterPose(pose))
5734 else if (visible)
5893 bool visible = fPoseList->FindPose(poseModel->NodeRef(), local
5898 visible = fFilteredPoseList->FindPose(
5908 loc, this, visible);
8085 bool visible = true; local
[all...]
H A DFilePanelPriv.cpp1891 BFilePanelPoseView::ShowVolumes(bool visible, bool showShared) argument
1894 if (!visible)
/haiku/headers/private/kernel/
H A Dthread_types.h215 bool visible; // the entry is publicly visible member in struct:BKernel::TeamThreadIteratorEntry
/haiku/headers/os/interface/
H A DTextView.h336 void _DrawCaret(int32 offset, bool visible);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp258 // The window list is always ordered from the top front visible window
259 // (the first on the list), going down through all the other visible
260 // windows, then all hidden or non-workspace visible windows at the end.
261 // layer > 2 : normal visible window
262 // layer == 2 : reserved for the desktop window (visible also)
263 // layer < 2 : hidden (0) and non workspace visible window (1)
586 // was made visible. Better UI feel if we do this.
944 // this group are visible. So we can't switch to this app.
970 // first non-visible in workspace window means we're done.
2081 int32 visible local
[all...]
/haiku/src/apps/magnify/
H A DMagnify.cpp1254 TInfoView::SetInfoTextVisible(bool visible) argument
1256 fInfoTextVisible = visible;
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h441 char visible; member in struct:NSVGattrib
645 p->attr[0].visible = 1;
1014 shape->flags = (attr->visible ? NSVG_FLAGS_VISIBLE : 0x00);
1725 attr->visible = 0;
1726 // Don't reset ->visible on display:inline, one display:none hides the whole subtree
/haiku/src/kits/interface/
H A DTextView.cpp1889 // special case: newlines aren't visible
2702 // When not editable, we assume that all text is supposed to be visible.
3816 // draw only those lines that are visible
4088 // ... and compute the resulting width (of visible characters)
4091 // width of visible characters exceeds line, we need to wrap
4665 BTextView::_DrawCaret(int32 offset, bool visible) argument
4676 if (visible)

Completed in 114 milliseconds

1234