Home
last modified time | relevance | path

Searched refs:fLineCount (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/debugger/files/
H A DSourceFile.cpp38 fLineCount(0) in SourceFile()
95 fLineCount = 1; in Init()
98 fLineCount++; in Init()
102 fLineOffsets = new(std::nothrow) int32[fLineCount + 1]; in Init()
115 fLineOffsets[fLineCount] = fileSize + 1; in Init()
124 return fLineCount; in CountLines()
131 return index >= 0 && index < fLineCount in LineAt()
139 return index >= 0 && index < fLineCount in LineLengthAt()
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.cpp54 fLineCount(lineCount), in GroupView()
64 if (fLineCount < 1) in GroupView()
65 fLineCount = 1; in GroupView()
342 count = min_c(fLineCount, childCount); in _RowCount()
344 count = (childCount + fLineCount - 1) / fLineCount; in _RowCount()
356 count = (childCount + fLineCount - 1) / fLineCount; in _ColumnCount()
358 count = min_c(fLineCount, childCount); in _ColumnCount()
368 return ChildAt(column * fLineCount + row); in _ChildAt()
370 return ChildAt(row * fLineCount + column); in _ChildAt()
H A DGroupView.h48 int32 fLineCount; variable
/haiku/headers/private/debugger/files/
H A DSourceFile.h42 int32 fLineCount; variable