Searched refs:lineCount (Results 1 - 25 of 35) sorted by path

12

/haiku/headers/os/interface/
H A DShape.h28 virtual status_t IterateLineTo(int32 lineCount,
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater100.cpp503 int lineCount = Register(VIP_VS_LINE_COUNT, VS_LINE_COUNT); local
504 if (lineCount > 1 && lineCount < 20)
H A DTheater200.cpp1003 int lineCount = CurrentLine(); local
1004 if (lineCount > 1 && lineCount < 20)
/haiku/src/apps/cortex/support/
H A DMediaString.h142 uint32 lineCount);
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/inspector_window/
H A DMemoryView.cpp340 int32 lineCount = int32(Bounds().Height() / fLineHeight); local
379 newAddress -= (blockSize * fHexBlocksPerLine) * lineCount;
384 newAddress += (blockSize * fHexBlocksPerLine) * lineCount;
717 int32 lineCount = 0; local
720 lineCount = fTargetBlock->Size() / (fHexBlocksPerLine
723 lineCount = fTargetBlock->Size() / fTextCharsPerLine;
725 totalHeight = lineCount * fLineHeight;
827 int32 lineCount = totalHexBlocks / fHexBlocksPerLine; local
829 if (lineNumber >= lineCount)
1039 MemoryView::_ScrollByLines(int32 lineCount) argument
[all...]
H A DMemoryView.h111 void _ScrollByLines(int32 lineCount);
/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/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp377 int32 lineCount = fTextView->CountLines(); local
378 for (int32 i = 0; i < lineCount; i++)
/haiku/src/apps/resedit/
H A DMiscEditors.cpp170 float lineCount = fValueView->CountLines() < 5.0 ? fValueView->CountLines() : 5.0; local
171 return fOK->Frame().Height() + (strheight * lineCount) + 40.0;
/haiku/src/kits/debugger/model/
H A DFileSourceCode.cpp105 int32 lineCount = CountLines(); local
106 if (location.Line() >= lineCount)
119 _end = index + 1 < lineCount
120 ? fSourceLocations[index + 1] : SourceLocation(lineCount);
/haiku/src/kits/interface/
H A DShape.cpp94 BShapeIterator::IterateLineTo(int32 lineCount, BPoint* linePoints) argument
/haiku/src/system/boot/platform/amiga_m68k/
H A Dconsole.cpp211 int lineCount = (gScreen->Height - sScreenTopOffset) / sFontHeight; local
212 return lineCount;
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.cpp51 GroupView::GroupView(enum orientation orientation, int32 lineCount) argument
54 fLineCount(lineCount),
H A DGroupView.h16 int32 lineCount = 1);
/haiku/src/tests/kits/interface/picture/
H A DMatrix.h44 virtual status_t IterateLineTo(int32 lineCount, BPoint *linePts);
175 inline status_t BTransformIterator::IterateLineTo(int32 lineCount, BPoint *linePts) argument
177 for (int32 i = 0; i < lineCount; i++)
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp94 int32 lineCount = 20; local
96 for (int32 i = 0; i < lineCount; i++) {
97 SetHighColor(255, (255 / lineCount) * i, 255 - (255 / lineCount) * i);
98 StrokeLine(BPoint(r.left + (width / lineCount) * i, r.top),
99 BPoint(r.left, r.top + (height / lineCount) * i));
100 StrokeLine(BPoint(r.right - (width / lineCount) * i, r.bottom),
101 BPoint(r.right, r.bottom - (height / lineCount) * i));
/haiku/src/tests/servers/app/painter/
H A DShapeConverter.cpp50 ShapeConverter::IterateLineTo(int32 lineCount, BPoint* linePts) argument
52 while (lineCount--) {
H A DShapeConverter.h33 virtual status_t IterateLineTo(int32 lineCount, BPoint* linePts);
/haiku/src/tests/servers/app/shape_test/
H A Dmain.cpp69 virtual status_t IterateLineTo(int32 lineCount, BPoint* linePts) argument
71 while (lineCount--) {
/haiku/headers/private/print/
H A DPicturePrinter.h117 status_t IterateLineTo(int32 lineCount, BPoint *linePoints);
/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;
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentLayout.cpp260 int32 lineCount = 0; local
265 lineCount += info.layout->CountLines();
268 return lineCount;
442 int32 lineCount = info.layout->CountLines(); local
443 if (lineIndex >= lineCount) {
444 lineIndex -= lineCount;
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp314 int32& straightCount, int32& lineCount, int32& curveCount)
317 lineCount = 0;
331 lineCount++;
419 int32 lineCount; local
422 straightCount, lineCount, curveCount))
426 = pointCount + straightCount * 2 + lineCount * 4 + curveCount * 12;
313 _AnalysePath(VectorPath* path, uint8 pointCount, int32& straightCount, int32& lineCount, int32& curveCount) argument
H A DFlatIconExporter.h95 int32& lineCount,

Completed in 167 milliseconds

12