Searched refs:row (Results 1 - 25 of 144) sorted by relevance

123456

/haiku/src/preferences/appearance/
H A DFontView.cpp38 int32& row, bool withExtraSpace)
40 layout->AddItem(view->CreateFontsLabelLayoutItem(), 0, row);
41 layout->AddItem(view->CreateFontsMenuBarLayoutItem(), 1, row);
43 layout->AddItem(BSpaceLayoutItem::CreateGlue(), 2, row); local
45 layout->AddView(view->GetFontSizeSpinner(), 4, row);
47 row++;
49 layout->AddItem(BSpaceLayoutItem::CreateGlue(), 0, row); local
50 layout->AddView(view->GetPreviewBox(), 1, row, 4);
52 row++;
55 layout->AddItem(BSpaceLayoutItem::CreateVerticalStrut(5), 0, row,
37 add_font_selection_view(BGridLayout* layout, FontSelectionView* view, int32& row, bool withExtraSpace) argument
76 int32 row = 0; local
[all...]
/haiku/src/libs/print/libprint/
H A DValidRect.cpp32 INLINE bool isRowEmpty(const rgb_color *row);
40 INLINE void updateLeftBound(const rgb_color *row);
41 INLINE void updateRightBound(const rgb_color *row);
53 BoundsCalculator::isRowEmpty(const rgb_color *row) argument
56 if (!isEmpty(row)) {
59 row ++;
75 const uchar* row = getRow(fLeft, fTop); local
79 if (!isRowEmpty((const rgb_color*)row)) {
82 row += fBPR;
92 const uchar *row local
107 updateLeftBound(const rgb_color *row) argument
120 updateRightBound(const rgb_color *row) argument
176 const uchar *row = getRow(fLeft, fTop); local
[all...]
/haiku/src/libs/alm/
H A DRowColumnManager.cpp41 Row* row = _FindRowFor(area); local
42 if (row == NULL) {
43 row = new Row(fLinearSpec, area->Top(), area->Bottom());
44 fRows.AddItem(row);
46 area->fRow = row;
47 row->fAreas.AddItem(area);
57 _UpdateConstraints(row);
65 Row* row = area->fRow; local
66 if (row) {
67 row
111 Row* row = fRows.ItemAt(i); local
134 _PreferredHeight(Row* row, double& weight) argument
189 _UpdateConstraints(Row* row) argument
[all...]
/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp72 BRow* row = new BRow; local
73 row->SetField(new BStringField(name), 0);
268 row->SetField(new BStringField(representation), kValueColumn);
272 row->SetField(new BStringField(B_TRANSLATE("Affine transform")),
276 row->SetField(new BStringField(B_TRANSLATE("Alignment")),
280 row->SetField(new BStringField(B_TRANSLATE("Any")),
284 row->SetField(new BStringField(B_TRANSLATE("Atom")),
288 row->SetField(new BStringField(B_TRANSLATE("Atom reference")),
292 row->SetField(new BStringField(B_TRANSLATE("Boolean")),
296 row
[all...]
/haiku/docs/interface_guidelines/docbook-css/
H A Dtables.css16 row {
17 display: table-row;
25 display: table-row-group;
50 display: table-row;
/haiku/src/tests/kits/opengl/glinfo/
H A DExtensionsView.cpp59 BRow *row; local
60 while ((row = fExtensionsList->RowAt((int32)0, NULL)) != NULL) {
61 fExtensionsList->RemoveRow(row);
62 delete row;
85 BRow* row = new BRow(); local
86 row->SetField(new BStringField(extName), 0);
87 fExtensionsList->AddRow(row);
H A DCapabilitiesView.cpp111 BRow *row; local
112 while ((row = fCapabilitiesList->RowAt((int32)0, NULL)) != NULL) {
113 fCapabilitiesList->RemoveRow(row);
114 delete row;
128 BRow* row = new BRow(); local
129 row->SetField(new BStringField(B_TRANSLATE(name)), 0);
133 row->SetField(new BStringField(BString() << (int32)value), 1);
135 return row;
142 BRow* row = new BRow(); local
143 row
[all...]
/haiku/src/add-ons/print/drivers/pcl6/
H A DDeltaRowCompression.h21 // B_NO_MEMORY if the buffer for the seed row could not be allocated.
24 // Clears the seed row to the initial seed specified in the constructor
27 // Returns the size of the delta row.
28 // The size is 0 if the row is equal to the seed row (previous row).
29 // The seed row is updated only if updateSeedRow is true.
30 int CalculateSize(const uchar* row,
33 // Compresses the row using the delta row compressio
50 DiffersIndex(const uchar* row, int index) argument
62 DiffersLength(const uchar* row, int index) argument
[all...]
H A DDeltaRowCompression.cpp53 AbstractDeltaRowCompressor::CompressRaw(const uchar* row, bool updateSeedRow, argument
56 int index = DiffersIndex(row, 0);
67 int length = DiffersLength(row, index);
101 // copy row to seed row and delta row
102 uchar byte = row[index];
117 index = DiffersIndex(row, index);
126 AbstractDeltaRowCompressor::CalculateSize(const uchar* row, bool updateSeedRow) argument
128 return CompressRaw(row, updateSeedRo
133 Compress(const uchar* row) argument
142 test(AbstractDeltaRowCompressor* compressor, uchar* row) argument
[all...]
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractGeneralPage.cpp39 int32 row = layout->CountRows(); local
40 layout->AddView(new LabelView(label), 0, row);
43 layout->AddView(dataView, 1, row);
/haiku/src/preferences/sounds/
H A DHEventList.cpp104 BRow* row; local
105 while ((row = RowAt((int32)0, NULL)) != NULL) {
106 RemoveRow(row);
107 delete row;
117 HEventRow* row = (HEventRow*)CurrentSelection(); local
118 if (row != NULL) {
120 BMediaFiles().GetRefFor(fType, row->Name(), &ref);
125 row->SetPath(path.Path());
126 UpdateRow(row);
129 BMediaFiles().RemoveRefFor(fType, row
147 HEventRow* row = (HEventRow*)CurrentSelection(); local
[all...]
/haiku/src/add-ons/translators/sgi/
H A DSGIImage.cpp145 // width number of pixels in a row
303 // reads a row of image data from the stream
305 // row pointer to buffer (row of pixels) to read
306 // y index (line number) of this row
309 SGIImage::ReadRow(void* row, int32 y, int32 z) argument
312 if (row == NULL ||
322 // seek to the image row
329 //printf("reading %ld bytes 8 Bit uncompressed row: %ld, channel: %ld\n", bytes, y, z);
330 ret = fStream->Read(row, byte
366 WriteRow(void* row, int32 y, int32 z) argument
601 _ReadRLE8(uint8* row, int32 numPixels) const argument
682 _ReadRLE8(uint8* row, uint8* rleBuffer, int32 numPixels) const argument
774 _ReadRLE16(uint16* row, int32 numPixels) const argument
852 _ReadRLE16(uint16* row, uint16* rleBuffer, int32 numPixels) const argument
899 _WriteRLE8(uint8* row, int32 numPixels) const argument
984 _WriteRLE16(uint16* row, int32 numPixels) const argument
[all...]
H A DSGIImage.h102 // access to each row of image data
103 status_t ReadRow(void* row, int32 lineNum, int32 channel);
104 // write one row of image data
108 status_t WriteRow(void* row, int32 lineNum, int32 channel);
128 ssize_t _ReadRLE8(uint8* row, int32 numPixels) const;
129 ssize_t _ReadRLE8(uint8* row, uint8* rleBuffer, int32 numPixels) const;
130 ssize_t _ReadRLE16(uint16* row, int32 numPixels) const;
131 ssize_t _ReadRLE16(uint16* row, uint16* rleBuffer, int32 numPixels) const;
132 ssize_t _WriteRLE8(uint8* row, int32 numPixels) const;
133 ssize_t _WriteRLE16(uint16* row, int3
[all...]
/haiku/src/kits/interface/
H A DGridLayoutBuilder.cpp69 BGridLayoutBuilder::Add(BView* view, int32 column, int32 row, argument
72 fLayout->AddView(view, column, row, columnCount, rowCount);
78 BGridLayoutBuilder::Add(BLayoutItem* item, int32 column, int32 row, argument
81 fLayout->AddItem(item, column, row, columnCount, rowCount);
95 BGridLayoutBuilder::SetRowWeight(int32 row, float weight) argument
97 fLayout->SetRowWeight(row, weight);
/haiku/src/tests/kits/interface/look/
H A DLook.cpp42 add_controls(BGridLayout* layout, int32& row) argument
58 layout->AddView(control1, 0, row);
59 layout->AddView(control2, 1, row);
60 layout->AddView(control3, 2, row);
61 layout->AddView(control4, 3, row);
63 row++;
71 add_menu_fields(BGridLayout* layout, int32& row) argument
80 layout->AddItem(control1->CreateLabelLayoutItem(), 0, row);
81 layout->AddItem(control1->CreateMenuBarLayoutItem(), 1, row);
82 layout->AddItem(control2->CreateLabelLayoutItem(), 2, row);
94 add_text_controls(BGridLayout* layout, int32& row) argument
115 add_sliders(BGridLayout* layout, int32& row) argument
157 add_status_bars(BGridLayout* layout, int32& row) argument
305 int32 row = 0; local
[all...]
/haiku/src/kits/shared/
H A DCalendarView.cpp395 int32 row = fFocusedDay.row; local
403 row -= 1;
404 if (row >= 0)
414 row += 1;
415 if (row < kRows)
422 row -= 1;
423 if (row >= 0)
428 row += 1;
429 if (row < kRow
948 _DrawDay(int32 currRow, int32 currColumn, int32 row, int32 column, int32 counter, BRect frame, const char* text, bool focus, bool highlight) argument
[all...]
/haiku/src/apps/terminal/
H A DTermParse.cpp379 int row = 0; local
632 if ((row = param[nparam - 1]) == DEFAULT)
633 row = 0;
634 param[nparam - 1] = 10 * row + (c - '0');
656 if ((row = param[0]) < 1)
657 row = 1;
658 fBuffer->InsertSpace(row);
664 if ((row = param[0]) < 1)
665 row = 1;
666 fBuffer->MoveCursorUp(row);
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCC.cpp23 for (int row = 0; row < C_RADEON_CC_ROWS; row++) {
25 fText[row][column] = fDisplayText[row][column] = 0x0000;
163 C_DER = 0x0004, // delete to end of row
260 /* middle row code (112X) */
391 // delete to end of row
400 for (int row = 0; row < C_RADEON_CC_ROW
[all...]
/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp92 for (uint32 row = 0; row < height; row++) {
93 TRACE("scanline %ld\n", row);
94 scanLineData[row] = (uint8 *)scanLineAllocator.Allocate(scanLineLength);
95 if (scanLineData[row] == NULL)
97 uint8 *line = scanLineData[row];
125 if (row < height / 3)
128 memset(scanLineData + row, 0, sizeof(uint8*) * (height - row));
[all...]
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_cursor.cpp69 for (int row = 0; row < height; row++) {
71 fbCursor[row * 16 + colByte] = *andMask++;
72 fbCursor[row * 16 + colByte + 8] = *xorMask++;
/haiku/src/add-ons/accelerants/ati/
H A Drage128_cursor.cpp86 for (int row = 0; row < height; row++) {
88 fbCursor[row * 16 + colByte] = *andMask++;
89 fbCursor[row * 16 + colByte + 8] = *xorMask++;
/haiku/src/add-ons/accelerants/s3/
H A Dtrio64_cursor.cpp87 for (int row = 0; row < height; row++) {
89 fbCursor[row * 16 + colByte] = *andMask++;
90 fbCursor[row * 16 + colByte + 2] = *xorMask++;
H A Dvirge_cursor.cpp87 for (int row = 0; row < height; row++) {
89 fbCursor[row * 16 + colByte] = *andMask++;
90 fbCursor[row * 16 + colByte + 2] = *xorMask++;
/haiku/headers/os/interface/
H A DGridLayoutBuilder.h23 BGridLayoutBuilder& Add(BView* view, int32 column, int32 row,
25 BGridLayoutBuilder& Add(BLayoutItem* item, int32 column, int32 row,
29 BGridLayoutBuilder& SetRowWeight(int32 row, float weight);
H A DGridLayout.h39 float RowWeight(int32 row) const;
40 void SetRowWeight(int32 row, float weight);
42 float MinRowHeight(int row) const;
43 void SetMinRowHeight(int32 row, float height);
45 float MaxRowHeight(int32 row) const;
46 void SetMaxRowHeight(int32 row, float height);
48 BLayoutItem* ItemAt(int32 column, int32 row) const;
52 virtual BLayoutItem* AddView(BView* child, int32 column, int32 row,
58 int32 row, int32 columnCount = 1,
93 bool _IsGridCellEmpty(int32 column, int32 row);
[all...]

Completed in 382 milliseconds

123456