Searched refs:fFontInfo (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.h51 FontInfo fFontInfo; member in class:MainWindow::SchedulingPage
H A DSchedulingPage.cpp288 fFontInfo(fontInfo)
307 return fFontInfo.lineHeight * CountLines();
312 int32 line = (int32)point.y / (int32)fFontInfo.lineHeight;
318 int32 lineHeight = (int32)fFontInfo.lineHeight;
327 float y = (float)line * fFontInfo.lineHeight;
328 return BRect(0, y, Bounds().right, y + fFontInfo.lineHeight - 1);
334 FontInfo& fFontInfo; member in class:MainWindow::SchedulingPage::BaseView
529 float top = (float)index * fFontInfo.lineHeight;
530 float bottom = (float)(index + count) * fFontInfo.lineHeight - 1;
589 float y = lineRect.bottom - fFontInfo
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp108 FontInfo* fFontInfo; member in class:SourceView::BaseView
398 fFontInfo(fontInfo),
431 float height = LineCount() * fFontInfo->lineHeight - 1;
443 int32 line = (int32)yOffset / (int32)fFontInfo->lineHeight;
452 int32 lineHeight = (int32)fFontInfo->lineHeight;
463 float y = (float)line * fFontInfo->lineHeight;
464 return BRect(0, y, Bounds().right, y + fFontInfo->lineHeight - 1);
980 float y = ((float)line + 0.5f) * fFontInfo->lineHeight;
986 float y = (maxLine + 1) * fFontInfo->lineHeight;
1167 SetFont(&fFontInfo
[all...]
H A DSourceView.h97 FontInfo fFontInfo; member in class:SourceView

Completed in 47 milliseconds