Searched refs:fFontHeight (Results 1 - 22 of 22) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/chart/
H A DStringChartLegend.cpp47 *vertical = fFontHeight / 2;
59 return BSize(width, fFontHeight);
85 fFontHeight = fFontAscent + ceilf(fh.descent);
H A DStringChartLegend.h45 float fFontHeight; member in class:StringChartLegendRenderer
/haiku/src/apps/serialconnect/
H A DTermView.cpp73 int y = pos.row * fFontHeight + (int)ceil(height.ascent)
197 *height = kDefaultHeight * fFontHeight + 2 * kBorderSpacing - 1;
333 fFontHeight = (int)(ceilf(height.ascent) + ceilf(height.descent)
369 rect.start_row = (int)floor(pixels.top / fFontHeight);
370 rect.end_row = (int)ceil(pixels.bottom / fFontHeight);
390 rect.top = glyphs.start_row * fFontHeight;
391 rect.bottom = glyphs.end_row * fFontHeight;
402 glyphs.start_row, rect.top, fFontHeight,
517 * fFontHeight;
518 scrollBar->SetRange(availableRows * fFontHeight
[all...]
H A DTermView.h64 int fFontHeight; member in class:TermView
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.h91 font_height fFontHeight; member in class:PeakView
H A DPeakView.cpp59 GetFontHeight(&fFontHeight);
317 frame.bottom -= ceilf(fFontHeight.ascent + fFontHeight.descent);
/haiku/src/apps/terminal/
H A DTermView.cpp287 fFontHeight = 0;
496 location -= fFontHeight - 1;
498 return location / fFontHeight;
505 return index * fFontHeight - fScrollOffset;
543 *height = fRows * fFontHeight - 1;
562 *_height = fFontHeight;
586 return BRect(0, 0, fColumns * fFontWidth, fRows * fFontHeight);
611 fScrollBar->SetSteps(fFontHeight, fFontHeight * fRows);
614 BRect rect(0, 0, fColumns * fFontWidth, fRows * fFontHeight);
[all...]
H A DTermViewStates.cpp324 fView->_ScrollTo(fView->fScrollOffset - fView->fFontHeight, true);
340 fView->_ScrollTo(fView->fScrollOffset + fView->fFontHeight, true);
379 fView->_ScrollTo(fView->fScrollOffset - fView->fFontHeight * fView->fRows, true);
388 fView->_ScrollTo(fView->fScrollOffset + fView->fFontHeight * fView->fRows, true);
H A DTermView.h285 int fFontHeight; member in class:TermView
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.h82 font_height fFontHeight; member in class:PlaylistListView
H A DPlaylistListView.cpp270 GetFontHeight(&fFontHeight);
347 float playbackMarkSize = playback_mark_size(fFontHeight);
348 float textOffset = text_offset(fFontHeight);
509 item->Draw(owner, frame, fFontHeight, index % 2,
/haiku/src/apps/magnify/
H A DMagnify.cpp311 fFontHeight = FontHeight(fInfo, true);
312 fInfoHeight = (fFontHeight * 2) + (3 * 5);
770 h -= fFontHeight;
772 h -= fFontHeight + 5;
797 *height += fFontHeight;
799 *height += fFontHeight + 5;
1045 fFontHeight = FontHeight(this, true);
1089 MovePenTo(15 + fPopUp->Bounds().Width(), fFontHeight + 5);
1105 invalRect.Set(10, 5, 10 + StringWidth(fInfoStr), fFontHeight+7);
1120 MovePenTo(15 + fPopUp->Bounds().Width(), fFontHeight*
[all...]
H A DMagnify.h174 float fFontHeight; member in class:TInfoView
249 float fFontHeight; member in class:TWindow
/haiku/src/apps/diskusage/
H A DPieView.h90 float fFontHeight; member in class:PieView
H A DPieView.cpp158 fFontHeight = ceilf(fh.ascent) + ceilf(fh.descent) + ceilf(fh.leading);
388 by -= fFontHeight + 2.0 * kSmallVMargin;
473 cy + fFontHeight + kSmallVMargin));
/haiku/src/apps/diskprobe/
H A DDataView.cpp410 kVerticalSpace + lineNum * fFontHeight,
412 kVerticalSpace + (lineNum + 1) * fFontHeight), B_SOLID_LOW);
417 location.y += fFontHeight;
446 fFontHeight * (((inView ? fSizeInView : fDataSize) + kBlockSize - 1) / kBlockSize)
490 int32 row = int32((point.y - kVerticalSpace) / fFontHeight);
522 kVerticalSpace + (start / kBlockSize) * fFontHeight,
524 kVerticalSpace + (end / kBlockSize + 1) * fFontHeight - 1);
975 bar->SetSteps(fFontHeight, Bounds().Height());
1380 fFontHeight = int32(fontHeight.ascent + fontHeight.descent
H A DDataView.h106 int32 fFontHeight; member in class:DataView
/haiku/headers/private/interface/
H A DColumnTypes.h50 float fFontHeight; member in class:BTitledColumn
/haiku/src/kits/interface/
H A DColumnTypes.cpp43 fFontHeight = fh.descent + fh.leading;
117 return fFontHeight;
H A DMenu.cpp256 fFontHeight(-1.0f),
290 fFontHeight(-1.0f),
324 fFontHeight(-1.0f),
1314 fFontHeight(-1.0f),
3020 fFontHeight = ceilf(fh.ascent + fh.descent + fh.leading);
3365 fFontHeight + fPad.top + fPad.bottom);
H A DMenuPrivate.cpp138 return fMenu->fFontHeight;
/haiku/headers/os/interface/
H A DMenu.h310 float fFontHeight; member in class:BMenu

Completed in 132 milliseconds