Searched refs:lineCount (Results 26 - 35 of 35) sorted by relevance

12

/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp211 int lineCount = 7; local
213 lineCount += 1; // Add space for "Link to" line
215 lineCount += 2; // Add space for "Version" and "Description" lines
216 GroupLayout()->SetInsets(sBorderMargin, lineHeight * lineCount,
/haiku/src/servers/app/
H A DServerWindow.cpp3040 int32 lineCount; local
3041 if (link.Read<int32>(&lineCount) != B_OK || lineCount <= 0)
3049 if (lineCount > kStackBufferLineDataCount) {
3050 lineData = new(std::nothrow) ViewLineArrayInfo[lineCount];
3057 size_t dataSize = lineCount * sizeof(ViewLineArrayInfo);
3067 for (int32 i = 0; i < lineCount; i++) {
3071 drawingEngine->StrokeLineArray(lineCount, lineData);
3729 int32 lineCount; local
3730 if (link.Read<int32>(&lineCount) !
[all...]
H A DServerPicture.cpp58 virtual status_t IterateLineTo(int32 lineCount, BPoint* linePts);
110 ShapePainter::IterateLineTo(int32 lineCount, BPoint* linePts) argument
113 fOpStack.push(OP_LINETO | lineCount);
114 for (int32 i = 0; i < lineCount; i++)
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.cpp1003 int lineCount = CurrentLine(); local
1004 if (lineCount > 1 && lineCount < 20)
H A DTheater100.cpp503 int lineCount = Register(VIP_VS_LINE_COUNT, VS_LINE_COUNT); local
504 if (lineCount > 1 && lineCount < 20)
/haiku/src/apps/cortex/support/
H A DMediaString.cpp1047 uint32 lineCount)
1052 || (lineCount == media_video_display_info::wildcard.line_count)) {
1059 lineWidth, lineCount);
1045 forVideoResolution( uint32 lineWidth, uint32 lineCount) argument
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp354 void _ScrollByLines(int32 lineCount);
439 int32 lineCount = LineCount(); local
440 if (yOffset < 0 || lineCount == 0)
444 return line < lineCount ? line : -1;
1854 SourceView::TextView::_ScrollByLines(int32 lineCount) argument
1861 vertical->SetValue(value + fFontInfo->lineHeight * lineCount);
/haiku/src/kits/interface/
H A DShape.cpp94 BShapeIterator::IterateLineTo(int32 lineCount, BPoint* linePoints) argument
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp792 int lineCount = showMoreDetails ? 3 : 2; local
793 return lineCount * fPackageItemLineHeight;
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp747 float lineCount = ceilf(be_plain_font->StringWidth(fUptimeView->Text()) local
749 float uptimeHeight = fUptimeView->LineHeight(0) * lineCount;

Completed in 186 milliseconds

12