Searched refs:lineNum (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/translators/sgi/
H A DSGIImage.h103 status_t ReadRow(void* row, int32 lineNum, int32 channel);
108 status_t WriteRow(void* row, int32 lineNum, int32 channel);
/haiku/src/apps/text_search/
H A DGrepWindow.h79 bool _OpenInEditor(const entry_ref& ref, int32 lineNum);
H A DGrepWindow.cpp1190 int32 lineNum = -1; local
1197 lineNum = atol(str->Text());
1212 if (fModel->fInvokeEditor && _OpenInEditor(entry->ref, lineNum))
1219 if (lineNum > -1) {
1220 message.AddInt32("be:line", lineNum);
1574 GrepWindow::_OpenInEditor(const entry_ref &ref, int32 lineNum) argument
1579 if (lineNum != -1) {
1580 message.AddInt32("line", lineNum); // for Pe
1581 message.AddInt32("be:line", lineNum);
/haiku/src/kits/interface/
H A DTextView.cpp1747 int32 lineNum = _LineAt(offset); local
1749 lineNum++;
1750 return lineNum;
1757 int32 lineNum = _LineAt(point); local
1758 if ((*fLines)[lineNum + 1]->origin <= point.y - fTextRect.top)
1759 lineNum++;
1761 return lineNum;
1775 int32 lineNum = _LineAt(offset); local
1776 STELine* line = (*fLines)[lineNum];
1806 float lineWidth = onEmptyLastLine ? 0.0 : LineWidth(lineNum);
4397 _DrawLine(BView* view, const int32 &lineNum, const int32 &startOffset, const bool &erase, BRect &eraseRect, BRegion &inputRegion) argument
[all...]
/haiku/src/apps/diskprobe/
H A DDataView.cpp403 for (uint32 lineNum = 0, i = 0; i < fSizeInView; lineNum++, i += kBlockSize) {
406 float tint = (lineNum % 2 == 0) ? B_NO_TINT : kTintDarkenTouch;
410 kVerticalSpace + lineNum * fFontHeight,
412 kVerticalSpace + (lineNum + 1) * fFontHeight), B_SOLID_LOW);

Completed in 93 milliseconds