Searched refs:fh (Results 1 - 25 of 76) sorted by path

1234

/haiku/3rdparty/kallisti5/
H A Dconfigure.py112 with open(filename, "w") as fh:
113 fh.write("# -- WARNING --\n")
114 fh.write("# This file was AUTOMATICALLY GENERATED by configure, and will be completely\n")
115 fh.write("# overwritten the next time configure is run.\n\n")
117 fh.write(i["key"] + " ?= " + str(i["value"]) + " ;\n")
242 with open(outputDir + "/Jamfile", "w") as fh:
243 fh.write("# -- WARNING --\n")
244 fh.write("# This file was AUTOMATICALLY GENERATED by configure, and will be completely\n")
245 fh.write("# overwritten the next time configure is run.\n\n")
246 fh
[all...]
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_common_compat.h14 unsigned long fh; member in struct:fuse_file_info_compat
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileInfo.h27 inline FileHandle(const FileHandle& fh);
28 inline FileHandle& operator=(const FileHandle& fh);
100 FileHandle::FileHandle(const FileHandle& fh) argument
102 fSize(fh.fSize)
104 memcpy(fData, fh.fData, fSize);
109 FileHandle::operator=(const FileHandle& fh) argument
111 fSize = fh.fSize;
112 memcpy(fData, fh.fData, fSize);
H A DNFS4Object.cpp194 NFS4Object::ConfirmOpen(const FileHandle& fh, OpenState* state, argument
207 req.PutFH(fh);
H A DReplyInterpreter.h78 status_t GetFH(FileHandle* fh);
H A DRequestBuilder.h62 status_t PutFH(const FileHandle& fh);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.cpp299 font_height fh; local
300 GetFontHeight(&fh);
302 xbold = fh.descent + 1;
303 ybold = fh.ascent + fh.descent * 2 + fh.leading;
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderView.cpp51 font_height fh; local
52 be_bold_font->GetHeight(&fh);
53 float fontHeight = fh.ascent + fh.descent + 5.0;
60 be_plain_font->GetHeight(&fh);
61 fontHeight = fh.ascent + fh.descent + 5.0;
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp152 font_height fh; local
153 be_bold_font->GetHeight(&fh);
154 float ybold = fh.ascent + fh.descent * 2 + fh.leading;
/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;
/haiku/src/apps/debuganalyzer/gui/chart/
H A DStringChartLegend.cpp82 font_height fh; local
83 fFont.GetHeight(&fh);
84 fFontAscent = ceilf(fh.ascent);
85 fFontHeight = fFontAscent + ceilf(fh.descent);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp197 font_height fh; local
198 GetFontHeight(&fh);
285 FillRect(BRect(startX, drawPoint.y - fh.ascent, endX,
286 drawPoint.y + fh.descent));
/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;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp156 font_height fh; local
157 GetFontHeight(&fh);
159 y -= fh.descent;
273 font_height fh; local
274 GetFontHeight(&fh);
275 minHeight += ceilf(fh.ascent + fh.descent) + 4.0;
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/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp60 font_height fh; local
61 font.GetHeight(&fh);
62 float labelHeight = 2.0 + ceilf(fh.ascent + fh.descent) + 2.0;
139 font_height fh; local
140 GetFontHeight(&fh);
141 BPoint textPoint(0.0, (r.top + r.bottom) / 2.0 + fh.ascent / 2.0);
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/icon-o-matic/generic/property/view/
H A DPropertyEditorView.cpp73 font_height fh; local
74 GetFontHeight(&fh);
76 float height = floorf(4.0 + fh.ascent + fh.descent);
H A DPropertyItemView.cpp74 font_height fh; local
75 font.GetHeight(&fh);
80 + fh.ascent / 2.0)));
155 font_height fh; local
156 GetFontHeight(&fh);
158 float height = floorf(4.0 + fh.ascent + fh.descent);
/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/launchbox/
H A DLaunchButton.cpp270 font_height fh; local
271 GetFontHeight(&fh);
272 minHeight += ceilf(fh.ascent + fh.descent) + vPadding;
/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/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 DListViews.cpp65 font_height fh; local
66 owner->GetFontHeight( &fh );
72 float textHeight = fh.ascent + fh.descent;
77 + fh.ascent);
/haiku/src/apps/resedit/
H A DBitmapView.cpp86 font_height fh; local
87 GetFontHeight(&fh);
88 float totalheight = fh.ascent + fh.descent + fh.leading;

Completed in 150 milliseconds

1234