Searched refs:fh (Results 26 - 50 of 76) sorted by relevance

1234

/haiku/src/apps/diskusage/
H A DInfoWindow.cpp128 struct font_height fh; local
129 smallFont.GetHeight(&fh);
130 float fontHeight = fh.ascent + fh.descent + fh.leading;
H A DControlsView.cpp85 font_height fh; local
86 owner->GetFontHeight(&fh);
96 (frame.top + frame.bottom - fh.ascent - fh.descent) / 2.0
97 + fh.ascent));
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp55 font_height fh; local
56 GetFontHeight(&fh);
62 + ((updateRect.Height() - fh.ascent - fh.descent) / 2.0f)
63 + fh.ascent + 1.0f;
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.cpp206 font_height fh; local
207 font->GetHeight(&fh);
208 r.bottom = fh.ascent + fh.descent + fh.leading;
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp115 font_height fh; local
116 m_plainFont.GetHeight(&fh);
119 *height = (fh.ascent+fh.descent+fh.leading) * 2;
185 font_height fh;
186 m_boldFont.GetHeight(&fh);
190 m_namePosition.y - fh.ascent,
192 m_namePosition.y + (fh.ascent+fh
223 font_height fh; local
1298 font_height fh; local
[all...]
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp81 font_height fh; local
82 font.GetHeight(&fh);
87 DrawString(fCurrentOption.String(), BPoint(b.left, floorf(center + fh.ascent / 2.0)));
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp139 font_height fh; local
140 GetFontHeight(&fh);
142 p.y += floorf(Bounds().Height() / 2.0 + (fh.ascent + fh.descent) / 2.0) - 2.0;
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.cpp46 font_height fh; local
47 GetFontHeight(&fh);
48 BPoint labelStart(kSpacing, fh.ascent + fh.leading + 1);
/haiku/src/apps/fontdemo/
H A DFontDemoView.cpp96 font_height fh; local
97 fFont.GetHeight(&fh);
102 float yCoord = (rect.Height() + fh.ascent - fh.descent) / 2;
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.cpp324 font_height fh; local
325 font->GetHeight(&fh);
329 height = 2.0 + ceilf(fh.ascent + fh.descent) + 2.0;
370 font_height fh; local
371 v->GetFontHeight(&fh);
373 (r.top + r.bottom) / 2.0 + fh.ascent / 2.0);
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp182 font_height fh; local
183 GetFontHeight(&fh);
185 y -= fh.descent;
235 font_height fh; local
236 GetFontHeight(&fh);
238 minHeight += ceilf(fh.ascent + fh.descent);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp53 playback_mark_size(const font_height& fh) argument
55 return ceilf(fh.ascent * 0.7);
60 text_offset(const font_height& fh) argument
62 return ceilf(fh.ascent * 0.8);
73 const font_height& fh,
111 PlaylistListView::Item::Draw(BView* owner, BRect frame, const font_height& fh, argument
140 float playbackMarkSize = playback_mark_size(fh);
141 float textOffset = text_offset(fh);
154 floorf(frame.top + frame.bottom + fh.ascent) / 2 - 1));
161 floorf(frame.top + frame.bottom + fh
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Object.cpp194 NFS4Object::ConfirmOpen(const FileHandle& fh, OpenState* state, argument
207 req.PutFH(fh);
H A DFileSystem.cpp187 FileHandle fh; local
188 reply.GetFH(&fh);
229 fi.fHandle = fh;
236 fi.fNames->fHandle = fh;
/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.cpp100 font_height fh;
101 inFont->GetHeight(&fh);
107 fBuffer[index].ascent = fh.ascent;
108 fBuffer[index].descent = fh.descent + fh.leading;
119 fh.ascent,
120 fh.descent + fh.leading,
/haiku/src/apps/switcher/
H A DLaunchButton.cpp228 font_height fh; local
229 GetFontHeight(&fh);
230 minHeight += ceilf(fh.ascent + fh.descent) + vPadding;
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp96 font_height fh; local
97 be_plain_font->GetHeight(&fh);
98 rect.bottom = rect.top + fh.ascent + fh.descent + 5.0;
H A DTransformerListView.cpp154 font_height fh; local
155 GetFontHeight(&fh);
159 float textHeight = (fh.ascent + fh.descent) * 1.5;
/haiku/src/apps/pulse/
H A DCPUButton.cpp173 font_height fh; local
174 font.GetHeight(&fh);
175 int label_height = (int)fh.ascent;
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp848 font_height fh; local
849 be_plain_font->GetHeight(&fh);
855 + fh.ascent + fh.descent + fh.leading + 1.0;
891 font_height fh; local
892 be_plain_font->GetHeight(&fh);
897 + fh.ascent + fh.descent + fh
1482 font_height fh; local
1505 font_height fh; local
[all...]
/haiku/src/kits/tracker/
H A DStatusWindow.cpp518 font_height fh; local
519 GetFontHeight(&fh);
523 ResizeTo(Bounds().Width(), f.top + f.Height() + fh.leading + fh.ascent
524 + fh.descent + f.top);
651 font_height fh; local
652 GetFontHeight(&fh);
653 tp.y += ceilf(fh.leading) + ceilf(fh.ascent);
681 textPoint.y += ceilf(fh
[all...]
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp291 font_height fh; local
292 sViewFont.GetHeight(&fh);
293 sFontHeight = fh.ascent - fh.descent;
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp270 font_height fh; local
271 GetFontHeight(&fh);
272 minHeight += ceilf(fh.ascent + fh.descent) + vPadding;
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_common.h84 uint64_t fh; member in struct:fuse_file_info
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp334 font_height fh; local
335 be_plain_font->GetHeight(&fh);
336 r.bottom = Bounds().bottom - fh.descent
337 - (Bounds().Height() - fh.ascent - fh.descent) / 2;

Completed in 115 milliseconds

1234