HomeSort by relevance Sort by last modified time
    Searched defs:row (Results 451 - 475 of 598) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.c 333 GLint img, row; local
369 for (row = 0; row < srcHeight; row++) {
444 GLint img, row; local
478 for (row = 0; row < srcHeight; row++) {
570 GLint img, row; local
609 for (row = 0; row < srcHeight; row++)
904 GLint img, row; local
956 GLint img, row; local
1040 GLint img, row; local
1070 GLint img, row; local
1100 GLint img, row; local
1147 GLint img, row; local
1199 GLint row, col; local
1331 int img, row, col; local
1358 int img, row, col; local
1384 GLint img, row, col; local
1483 GLint img, row, col; local
1556 int img, row, col; local
1717 GLint img, row, col; local
1781 GLint img, row, col; local
1886 GLint img, row, col; local
1960 GLint img, row, col; local
2032 GLint img, row, col; local
2085 GLint img, row, col; local
2146 GLint img, row, col; local
2277 GLint img, row, col; local
2329 GLint img, row; local
2394 GLint row; local
2463 GLint img, row, col; local
2517 GLint img, row, col; local
2573 GLint img, row, col; local
2630 GLint img, row, col; local
2676 GLint img, row, col; local
2735 GLint img, row, col; local
2780 GLint img, row; local
2872 GLint img, row; local
2969 GLint img, row; local
3063 GLint img, row; local
3132 GLint img, row; local
3202 GLint img, row; local
3279 GLint img, row; local
3356 GLint img, row; local
3430 GLint img, row; local
3504 GLint img, row; local
3579 GLint img, row; local
3752 GLint img, row, col; local
3800 GLint img, row, col; local
3844 GLint img, row; local
3911 GLint img, row, col; local
3977 GLint img, row, col; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
ca.c 1721 OPENSSL_STRING row[DB_NUMBER]; local
2414 char *row[DB_NUMBER],**rrow,**irow; local
2531 char *row[DB_NUMBER],**rrow; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 91 return segments * 2; // each segment is row[0] + row[1] (n + alpha)
102 uint8_t* row = head->data(); local
105 row[0] = n;
106 row[1] = 0xFF;
108 row += 2;
175 static size_t compute_row_length(const uint8_t row[], int width) {
176 const uint8_t* origRow = row;
178 int n = row[0];
181 row += 2
211 const uint8_t* row = head->data() + yoff->fOffset; local
448 uint8_t* row = base + yoff->fOffset; local
851 const uint8_t* row = this->findRow(top, &lastY); local
898 Row* row = fRows.begin(); local
916 Row* row = fCurrRow; local
1004 const Row* row = fRows.begin(); local
1058 const Row& row = fRows[y]; local
1079 const Row& row = fRows[i]; local
1858 const uint8_t* row = fAAClip->findRow(y); local
1926 const uint8_t* row = fAAClip->findRow(y); local
1944 const uint8_t* row = fAAClip->findRow(y, &lastY); local
2160 const uint8_t* row = fAAClip->findRow(y, &localStopY); local
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 1024 int row = m_properties.indexOf(m_activePropertyInfo); local
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 181 // header row:
183 // coverage row:
216 HTMLTable.IRow row = statsTable.newRow (); local
217 row.newCell ().setText ("total packages:", true);
218 row.newCell ().setText ("" + item.getChildCount (), false);
222 row = statsTable.newRow ();
223 row.newCell ().setText ("total executable files:", true);
224 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_SRCFILE_COUNT), false);
227 row = statsTable.newRow ();
228 row.newCell ().setText ("total classes:", true)
909 final HTMLTable.IRow row = table.newRow (); local
969 final HTMLTable.IRow row = table.newRow (); local
1033 final HTMLTable.IRow row = table.newRow (); local
1278 final HTMLTable.IRow row = srcTable.newTitleRow (); local
    [all...]
  /external/icu4c/common/
ucnvmbcs.c 155 * The data structure begins with a state table consisting of a row
156 * per state, with 256 entries (columns) per row for each possible input
500 const int32_t *row; local
505 row=mbcsTable->stateTable[state];
519 int32_t entry=row[b];
597 const int32_t *row; local
600 row=stateTable[state];
605 entry=row[min];
626 entry=row[max];
643 entry=row[min]
2259 const int32_t *row=stateTable[state]; local
2302 const int32_t *row=stateTable[state]; local
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 199 {0, UDATPG_FIELD_COUNT, 0, 0, 0} , // last row of dtTypes[]
1046 const dtTypeElem *row = &dtTypes[canonicalIndex]; local
1606 const dtTypeElem *row = &dtTypes[canonicalIndex]; local
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 1603 int32_t i,j,row,col, len; local
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 557 String row[] = { "" }; local
558 tr.newrow(row);
567 String row[] = { "" }; local
568 tr.newrow(row);
577 String row[] = new String[1]; local
578 row[0] = "TABLE";
579 tr.newrow(row);
580 row = new String[1];
581 row[0] = "VIEW";
582 tr.newrow(row);
652 String row[] = new String[cols.length]; local
810 String row[] = new String[cols.length]; local
826 String row[] = new String[cols.length]; local
923 String row[] = new String[cols.length]; local
966 String row[] = new String[cols.length]; local
1000 String row[] = new String[out.ncolumns]; local
1343 String row[] = new String[cols.length]; local
    [all...]
  /external/jpeg/
jquant2.c 120 * of a true 3-D array, we use a row of pointers to 2-D arrays. Each
123 * on 80x86 machines, the pointer row is in near memory but the actual
165 * We can get away with a single array (holding one row's worth of errors)
166 * by using it to store the current row's errors at pixel columns not yet
167 * processed, but the next row's errors at columns already processed. We
207 boolean on_odd_row; /* flag to remember which row we are on */
231 int row; local
235 for (row = 0; row < num_rows; row++)
924 int row; local
964 int row; local
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 16 - fix expose/redraw code: don't draw entire row if only part exposed
168 static void rpng2_x_display_row (ulg row);
495 " -nommx*\tdisable optimized MMX routines for decoding row filters,\n"
499 "\t\t row (for demo purposes)\n"
1084 ulg i, row; local
1617 ulg i, row, lastrow = 0; local
1867 ulg i, row; local
    [all...]
  /external/libpng/
pngrutil.c 2739 png_bytep row = png_ptr->row_buf + 1; local
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 2372 $row = $this->parseSpan($row); variable
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 2422 unsigned int row, col; local
    [all...]
  /external/mesa3d/src/mesa/main/
texstore.c 333 GLint img, row; local
369 for (row = 0; row < srcHeight; row++) {
444 GLint img, row; local
478 for (row = 0; row < srcHeight; row++) {
570 GLint img, row; local
609 for (row = 0; row < srcHeight; row++)
904 GLint img, row; local
956 GLint img, row; local
1040 GLint img, row; local
1070 GLint img, row; local
1100 GLint img, row; local
1147 GLint img, row; local
1199 GLint row, col; local
1331 int img, row, col; local
1358 int img, row, col; local
1384 GLint img, row, col; local
1483 GLint img, row, col; local
1556 int img, row, col; local
1717 GLint img, row, col; local
1781 GLint img, row, col; local
1886 GLint img, row, col; local
1960 GLint img, row, col; local
2032 GLint img, row, col; local
2085 GLint img, row, col; local
2146 GLint img, row, col; local
2277 GLint img, row, col; local
2329 GLint img, row; local
2394 GLint row; local
2463 GLint img, row, col; local
2517 GLint img, row, col; local
2573 GLint img, row, col; local
2630 GLint img, row, col; local
2676 GLint img, row, col; local
2735 GLint img, row, col; local
2780 GLint img, row; local
2872 GLint img, row; local
2969 GLint img, row; local
3063 GLint img, row; local
3132 GLint img, row; local
3202 GLint img, row; local
3279 GLint img, row; local
3356 GLint img, row; local
3430 GLint img, row; local
3504 GLint img, row; local
3579 GLint img, row; local
3752 GLint img, row, col; local
3800 GLint img, row, col; local
3844 GLint img, row; local
3911 GLint img, row, col; local
3977 GLint img, row, col; local
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 102 int row; // Board row index member in struct:CvCBCorner
115 int row, col; // row and column of this quad member in struct:CvCBQuad
155 static int icvTrimRow(CvCBQuad **quads, int count, int row, int dir);
486 // Checks that each board row and column is pretty much monotonous curve:
487 // It analyzes each row and each column of the chessboard as following:
488 // for each corner c lying between end points in the same row/column it checks that
490 // of the neighbor corners in the same row/column.
573 start->row = 0
585 int row = q->row; local
693 int row = quads[i]->row; local
    [all...]
cvhough.cpp 207 #define _POINT(row, column)\
208 (image_src[(row)*step+(column)])
214 int row, col; local
274 for( row = 0; row < h; row++ )
276 fn += _POINT( row, col ) != 0;
283 for( row = 0; row < h; row++
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 457 // the size of Q matrix row headers
477 CvSVMKernelRow* row = rows + i1;
478 bool existed = row->data != 0;
483 CvSVMKernelRow* del_row = existed ? row : lru_list.prev;
487 // delete row from the LRU list
498 // insert row into the LRU list
499 row->data = data;
500 row->prev = &lru_list;
501 row->next = lru_list.next;
502 row->prev->next = row->next->prev = row
570 float* row = get_row_base( i, &existed ); local
    [all...]
  /external/openssl/apps/
ca.c 1721 OPENSSL_STRING row[DB_NUMBER]; local
2414 char *row[DB_NUMBER],**rrow,**irow; local
2531 char *row[DB_NUMBER],**rrow; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 120 * of a true 3-D array, we use a row of pointers to 2-D arrays. Each
123 * on 80x86 machines, the pointer row is in near memory but the actual
165 * We can get away with a single array (holding one row's worth of errors)
166 * by using it to store the current row's errors at pixel columns not yet
167 * processed, but the next row's errors at columns already processed. We
207 boolean on_odd_row; /* flag to remember which row we are on */
231 int row; local
235 for (row = 0; row < num_rows; row++)
924 int row; local
964 int row; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 2796 png_bytep row = png_ptr->row_buf + 1; local
3529 png_bytep row = png_ptr->row_buf + 1; local
    [all...]
  /external/qemu/
vnc-android.c 482 uint8_t *row; local
484 row = vs->server.ds->data + y * ds_get_linesize(vs->ds) + x * ds_get_bytes_per_pixel(vs->ds);
486 vs->write_pixels(vs, row, w * ds_get_bytes_per_pixel(vs->ds));
487 row += ds_get_linesize(vs->ds);
    [all...]
vnc.c 476 uint8_t *row; local
478 row = vs->server.ds->data + y * ds_get_linesize(vs->ds) + x * ds_get_bytes_per_pixel(vs->ds);
480 vs->write_pixels(vs, row, w * ds_get_bytes_per_pixel(vs->ds));
481 row += ds_get_linesize(vs->ds);
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 102 void Clear() { row = col = -1; }
104 int row; // 0 based. member in struct:TiXmlCursor
227 The row and column are 1-based. (That is the first row and first column is
229 a row and column value.
231 Generally, the row and column value will be set when the TiXmlDocument::Load(),
239 There is a minor performance cost to computing the row and column. Computation
244 int Row() const { return location.row + 1; }
245 int Column() const { return location.col + 1; } ///< See Row()
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 91 return segments * 2; // each segment is row[0] + row[1] (n + alpha)
102 uint8_t* row = head->data(); local
105 row[0] = n;
106 row[1] = 0xFF;
108 row += 2;
175 static size_t compute_row_length(const uint8_t row[], int width) {
176 const uint8_t* origRow = row;
178 int n = row[0];
181 row += 2
211 const uint8_t* row = head->data() + yoff->fOffset; local
448 uint8_t* row = base + yoff->fOffset; local
851 const uint8_t* row = this->findRow(top, &lastY); local
898 Row* row = fRows.begin(); local
916 Row* row = fCurrRow; local
1004 const Row* row = fRows.begin(); local
1058 const Row& row = fRows[y]; local
1079 const Row& row = fRows[i]; local
1858 const uint8_t* row = fAAClip->findRow(y); local
1926 const uint8_t* row = fAAClip->findRow(y); local
1944 const uint8_t* row = fAAClip->findRow(y, &lastY); local
2160 const uint8_t* row = fAAClip->findRow(y, &localStopY); local
    [all...]

Completed in 713 milliseconds

<<11121314151617181920>>