Home
last modified time | relevance | path

Searched refs:fChartFrame (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp291 || !fChartFrame.InsetByCopy(1, 1).Contains(fLastMousePos)) { in MessageReceived()
380 clippingRegion.Exclude(fChartFrame); in Draw()
393 BRect chartFrame(fChartFrame); in Draw()
468 fChartFrame = BRect(left, top, width - right - 1, height - bottom - 1); in DoLayout()
469 fRenderer->SetFrame(fChartFrame.InsetByCopy(1, 1)); in DoLayout()
472 fLeftAxis.SetFrame(0, fChartFrame.top + 1, fChartFrame.left - 1, in DoLayout()
473 fChartFrame.bottom - 1); in DoLayout()
474 fRightAxis.SetFrame(fChartFrame.right + 1, fChartFrame.top + 1, width - 1, in DoLayout()
475 fChartFrame.bottom - 1); in DoLayout()
476 fTopAxis.SetFrame(fChartFrame.left + 1, 0, fChartFrame.right - 1, in DoLayout()
[all …]
H A DChart.h105 BRect fChartFrame; variable