Searched refs:leading (Results 1 - 25 of 80) sorted by relevance

1234

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c107 leading digit in the 64 bit mantissa. */ \
139 /* We use a full nibble for the leading digit. */ \
140 leading = *numstr++; \
143 /* We have 3 bits from the mantissa in the leading nibble. \
218 /* The leading digit before the decimal point. */
219 char leading = '0'; local
391 leading = fpnum.dbl.ieee.exponent == 0 ? '0' : '1';
446 && ((leading & 1)
447 ^ (isdigit (leading) == 0)))))))
478 leading digi
[all...]
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp194 float titleHeight = fh.leading + fh.descent;
197 titleHeight += fh.leading + fh.ascent + fh.descent;
217 float step = fh.ascent + fh.descent + fh.leading + M_V_MARGIN;
265 p.y += fh.ascent + fh.leading;
279 p.y += B_LARGE_ICON + 2 * M_V_MARGIN + fh.ascent + 2 * fh.leading;
299 p.y += B_LARGE_ICON + M_V_MARGIN * 2.0 + fh.ascent + fh.leading * 2.0;
351 *height += fh.ascent + fh.descent + fh.leading + M_V_MARGIN;
359 *height += B_LARGE_ICON + 2 * M_V_MARGIN + fh.ascent + 2 * fh.leading;
441 p.y += fh.ascent + fh.descent + fh.leading;
564 return fh.ascent + fh.descent + fh.leading;
[all...]
/haiku/src/kits/interface/
H A DStringItem.cpp130 fBaselineOffset = 2 + ceilf(fheight.ascent + fheight.leading / 2);
133 + ceilf(fheight.leading) + 4);
H A DListItem.cpp154 SetHeight(ceilf(fh.ascent + fh.descent + fh.leading));
/haiku/src/preferences/time/
H A DTZDisplay.cpp61 height.leading);
158 fontHeight.leading);
/haiku/src/preferences/network/
H A DServiceListItem.cpp102 fLineOffset = 2 + ceilf(height.ascent + height.leading / 2);
108 SetHeight(4 + ceilf(height.ascent + height.leading + height.descent));
H A DNetworkSettingsAddOn.cpp193 + ceilf(height.leading);
194 fLineOffset = 2 + ceilf(height.ascent + height.leading / 2);
H A DInterfaceListItem.cpp145 + ceilf(height.leading);
147 fFirstLineOffset = 2 + ceilf(height.ascent + height.leading / 2);
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueRendererUtils.cpp55 + fontHeight.leading)) / 2
/haiku/src/servers/input/
H A DMethodMenuItem.cpp66 *height = fheight.ascent + fheight.descent + fheight.leading - 2;
/haiku/src/servers/app/font/
H A DFontStyle.cpp55 // calculate it because height = ascending + descending + leading
56 fHeight.leading = (double)(face->height - face->ascender
70 fHeight.leading = (double)(metrics.height - metrics.ascender
130 height.leading = fHeight.leading * size;
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp119 p.y += (m_fontHeight.ascent + m_fontHeight.descent + m_fontHeight.leading);
198 // skip leading newlines
236 (m_fontHeight.ascent + m_fontHeight.descent + m_fontHeight.leading);
/haiku/src/preferences/bluetooth/
H A DDeviceListItem.cpp86 point -= BPoint(0, (finfo.ascent + finfo.descent + finfo.leading) + INSETS);
131 SetHeight(MAX((height.ascent + height.descent + height.leading) * TEXT_ROWS
/haiku/src/tests/servers/app/benchmark/
H A DStringTest.cpp44 + ceilf(fh.leading);
/haiku/src/preferences/printers/
H A DJobListView.cpp189 + fontHeight.leading) * 2.0;
260 SetHeight((height.ascent + height.descent + height.leading) * 2.0 + 8.0);
274 float fntheight = height.ascent + height.descent + height.leading;
/haiku/src/apps/deskbar/
H A DShowHideMenuItem.cpp63 fTitleDescent = ceilf(fontHeight.descent + fontHeight.leading);
/haiku/src/bin/
H A Dlistfont.cpp35 "\t\t\theight (ascent/descent/leading), ...)\n");
132 printf(" %5.2f, %4.2f, %4.2f ", fh.ascent, fh.descent, fh.leading);
/haiku/src/apps/switcher/
H A DWindowsView.cpp163 2 + (int32)ceilf(fontHeight.ascent + fontHeight.leading / 2));
167 + (int32)ceilf(fontHeight.leading) + 4);
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.cpp48 BPoint labelStart(kSpacing, fh.ascent + fh.leading + 1);
184 return ceilf(fontHeight.ascent + fontHeight.descent + fontHeight.leading);
/haiku/src/apps/resedit/
H A DMiscEditors.cpp87 float strheight = fh.ascent + fh.descent + fh.leading + 5;
169 float strheight = fh.ascent + fh.descent + fh.leading + 5;
H A DImageEditor.cpp44 float strheight = fh.ascent + fh.descent + fh.leading + 5;
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.cpp303 ybold = fh.ascent + fh.descent * 2 + fh.leading;
312 yplain = plainh.ascent + plainh.descent * 2 + plainh.leading;
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.cpp151 float newHeight = m_fontHeight.ascent + m_fontHeight.descent + m_fontHeight.leading;
208 r.bottom = fh.ascent + fh.descent + fh.leading;
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp154 float ybold = fh.ascent + fh.descent * 2 + fh.leading;
/haiku/src/apps/showimage/
H A DShowImageStatusView.cpp222 + fontHeight.leading);

Completed in 187 milliseconds

1234