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

123456

/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgb.h267 AGG_INLINE row_data row(int y) const { return m_rbuf->row(y); } function in class:agg::pixfmt_alpha_blend_rgb
618 row_data r = m_rbuf->row(y);
H A Dagg_renderer_base.h567 typename SrcPixelFormatRenderer::row_data rw = src.row(rsrc.y1);
H A Dagg_pixfmt_rgb_packed.h861 AGG_INLINE row_data row(int y) const { return m_rbuf->row(y); } function in class:agg::pixfmt_alpha_blend_rgb_packed
H A Dagg_pixfmt_rgba.h1803 AGG_INLINE row_data row(int y) const { return m_rbuf->row(y); } function in class:agg::pixfmt_alpha_blend_rgba
2218 row_data r = m_rbuf->row(y);
2388 AGG_INLINE row_data row(int y) const { return m_rbuf->row(y); } function in class:agg::pixfmt_custom_blend_rgba
2614 row_data r = m_rbuf->row(y);
/haiku/src/kits/interface/layouter/
H A DLayoutOptimizer.cpp120 double* row = values; local
121 for (int i = 0; i < m; i++, row += n)
122 matrix[i] = row;
265 // index array for row permutation
266 // Note: We could eliminate it, if we would permutate the row pointers of a.
324 // index array for row permutation
325 // Note: We could eliminate it, if we would permutate the row pointers of a.
439 // left-multiply A_k with Q_k, thus obtaining a row of R and the A_{k+1}
770 // TODO: The fActiveMatrix is sparse (max 2 entries per row). There should be
804 // This should not happen, since A has full row ran
[all...]
/haiku/src/libs/linprog/
H A DLayoutOptimizer.cpp134 double* row = values; local
135 for (int i = 0; i < m; i++, row += n)
136 matrix[i] = row;
240 // index array for row permutation
241 // Note: We could eliminate it, if we would permutate the row pointers of a.
302 // index array for row permutation
303 // Note: We could eliminate it, if we would permutate the row pointers of a.
417 // left-multiply A_k with Q_k, thus obtaining a row of R and the A_{k+1}
744 // TODO: The fActiveMatrix is sparse (max 2 entries per row). There should be
778 // This should not happen, since A has full row ran
[all...]
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py354 message = 'Invalid tag {tag} at line {row} column {column}'
373 row = 1 + template[:start].count(b'\n')
375 return cls(cls.message.format(tag=tag, row=row, column=column))
381 message = 'Non-matching tag {tag} at line {row} column {column}'
387 message = 'Unclosed tag {tag} at line {row} column {column}'
398 message = 'Invalid delimiters {tag} at line {row} column {column}'
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css539 thead > row > entry {
540 /* FIXME: will under-rule every row in the <thead>, not just the last
/haiku/src/apps/deskbar/
H A DStatusView.cpp1206 // move clock vertically centered in first row next to replicants
1211 // try to find free space in every row
1212 for (int32 row = 0; ; loc.y += fMaxReplicantHeight + sIconGap, row++) {
1213 // determine free space in this row
1217 if (row == 0 && !fTime->IsHidden(fTime))
1235 // check if replicant fits in this row
1237 // replicant fits in this row
1242 // check next row
/haiku/src/apps/terminal/
H A DTermView.cpp2836 TermView::_CheckHighlightRegion(int32 row, int32 firstColumn, argument
2845 if (row == highlight->Start().y && firstColumn < highlight->Start().x
2855 if (row == highlight->End().y && firstColumn < highlight->End().x
2862 TermPos pos(firstColumn, row);
H A DTermWindow.cpp251 int row = id / 16; local
253 int x = (column * 16) + (row * 64) + 50;
/haiku/src/apps/diskprobe/
H A DDataView.cpp490 int32 row = int32((point.y - kVerticalSpace) / fFontHeight); local
497 return row * kBlockSize + column;
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1273 int32 row = index / 2; local
1286 frame.top = frame.top + 5 + row * height;
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.c2724 int i, j, row = 0; local
2731 j = 0; ++row;
2732 printf("\n0x00%x0 ",row);
/haiku/src/libs/iconv/
H A Djisx0213.h5863 static ucs4_t jisx0213_to_ucs4 (unsigned int row, unsigned int col) argument
5867 if (row >= 0x121 && row <= 0x17e)
5868 row -= 289;
5869 else if (row == 0x221)
5870 row -= 451;
5871 else if (row >= 0x223 && row <= 0x225)
5872 row -= 452;
5873 else if (row
[all...]
H A Duhc_2.h496 unsigned int row = c1 - 0xa1; local
498 unsigned int i = 84 * row + col;
500 *pwc = (ucs4_t) (uhc_2_2uni_main_pagea1[2*row+(col>=42?1:0)] + uhc_2_2uni_pagea1[i]);
H A Duhc_1.h814 unsigned int row = c1 - 0x81; local
816 unsigned int i = 178 * row + col;
818 *pwc = (ucs4_t) (uhc_1_2uni_main_page81[2*row+(col>=89?1:0)] + uhc_1_2uni_page81[i]);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300.h321 #define INI_RA(iniarray, row, column) (((iniarray)->ia_array)[(row) * ((iniarray)->ia_columns) + (column)])
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.c4655 int i, j, row = 0; local
4666 j = 0; ++row;
4667 printf("\n0x00%x0 ",row);

Completed in 295 milliseconds

123456