Searched refs:startLine (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tools/checkstyle/
H A Dutils.py17 startLine = source.count('\n', 0, start)
19 print(name + " (line " + str(startLine + 1) + ", " + str(startColumn) \
/haiku/headers/os/interface/
H A DTextView.h167 float TextHeight(int32 startLine,
303 void _RecalculateLineBreaks(int32* startLine,
325 void _DrawLine(BView* view, const int32 &startLine,
330 void _DrawLines(int32 startLine, int32 endLine,
333 void _RequestDrawLines(int32 startLine,
/haiku/src/kits/interface/
H A DTextView.cpp534 int32 startLine = _LineAt(BPoint(0.0, updateRect.top)); local
537 _DrawLines(startLine, endLine, -1, true);
2050 BTextView::TextHeight(int32 startLine, int32 endLine) const argument
2053 if (startLine < 0)
2054 startLine = 0;
2055 else if (startLine > numLines - 1)
2056 startLine = numLines - 1;
2064 - (*fLines)[startLine]->origin;
2066 if (startLine != endLine && endLine == numLines - 1
3848 \param startLine Th
3852 _RecalculateLineBreaks(int32* startLine, int32* endLine) argument
4546 _DrawLines(int32 startLine, int32 endLine, int32 startOffset, bool erase) argument
4648 _RequestDrawLines(int32 startLine, int32 endLine) argument
[all...]
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Writer.cpp489 PCL6Writer::ReadImage(Compression compression, uint16 startLine, argument
492 AppendData(startLine);
H A DPCL6Writer.h188 void ReadImage(Compression compression, uint16 startLine,
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp188 int32 startLine = int32(rect.top / fLineHeight); local
190 * blockByteSize * startLine;
194 BPoint drawPoint(1.0, (startLine + 1) * fLineHeight);
199 target_addr_t lineAddress = fTargetBlock->BaseAddress() + startLine
/haiku/src/apps/diskprobe/
H A DDataView.cpp797 int32 startLine = start / kBlockSize; local
800 if (endLine > startLine) {
801 start = startLine * kBlockSize;

Completed in 119 milliseconds