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

/haiku-fatelf/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-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp70 FontInfo* fFontInfo; member in class:SourceView::BaseView
330 fFontInfo(fontInfo),
363 float height = LineCount() * fFontInfo->lineHeight - 1;
375 int32 line = (int32)yOffset / (int32)fFontInfo->lineHeight;
384 int32 lineHeight = (int32)fFontInfo->lineHeight;
395 float y = (float)line * fFontInfo->lineHeight;
396 return BRect(0, y, Bounds().right, y + fFontInfo->lineHeight - 1);
897 float y = ((float)line + 0.5f) * fFontInfo->lineHeight;
1018 SetFont(&fFontInfo->font);
1023 float y = i * fFontInfo
[all...]
H A DSourceView.h81 FontInfo fFontInfo; member in class:SourceView

Completed in 40 milliseconds