HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 601 - 625 of 732) sorted by null

<<21222324252627282930

  /external/qemu/distrib/libpng-1.2.19/
pngwrite.c 706 png_write_rows(png_structp png_ptr, png_bytepp row,
709 png_uint_32 i; /* row counter */
710 png_bytepp rp; /* row pointer */
718 for (i = 0, rp = row; i < num_rows; i++, rp++)
730 png_uint_32 i; /* row index */
732 png_bytepp rp; /* points to current row */
756 /* called by user to write a row of image data */
758 png_write_row(png_structp png_ptr, png_bytep row)
762 png_debug2(1, "in png_write_row (row %ld, pass %d)\n",
807 /* if interlaced and not interested in row, return *
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTable.cpp 826 // repair column count (addChild can grow it too much, because it always adds elements to the last row of a section)
848 // Determined by the first cell of the first row. See the CSS 2.1 spec, section 17.6.2.
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_AbstractTest.java 297 int row = 0, col = 0; field in class:OldCharset_AbstractTest.CodesGenerator
  /external/chromium/chrome/browser/task_manager/
task_manager.cc 884 int row, base::ProcessMetrics** proc_metrics) const {
885 DCHECK(row < ResourceCount());
889 metrics_map_.find(resources_[row]->GetProcess());
    [all...]
  /external/quake/quake/src/QW/client/
gl_screen.c 787 int row, col; local
792 row = num>>4;
794 source = draw_chars + (row<<10) + (col<<3);
  /external/skia/src/views/
SkListView.cpp 474 if (dom.findScalar(node, "row-height", &x))
674 int row = index / fVisibleCount.fY;
679 row * (fCellSize.fY + SkIntToScalar(row > 0)));
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 123 def SetRowSelection(list, row, state):
124 """ Sets the selection status of a list row """
126 list.SetItemState(row, wx.LIST_STATE_SELECTED, wx.LIST_STATE_SELECTED)
128 list.SetItemState(row, ~wx.LIST_STATE_SELECTED, wx.LIST_STATE_SELECTED)
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_model.c 43 #define IDX(col, row, rowspan) (col + (row * rowspan))
897 t->col, t->row, t->w, t->h, t->zoom,
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 624 int row = pos / 2; local
625 int col = pos - (row * 2);
628 int yPos = (row * (imageHeight + heightPadding)) - offsetY;
650 imageHeight = (imageHeight - padding) / 2; // per row and column
  /external/libvpx/vp8/common/x86/
loopfilter_sse2.asm 308 lea rdi, [rsi+rax] ; rdi points to row +1 for indirect addressing
604 lea rdi, [rsi+rax] ; rdi points to row +1 for indirect addressing
721 lea rdi, [rsi + rax] ; rdi points to row +1 for indirect addressing
    [all...]
  /external/quake/quake/src/WinQuake/
model.cpp 120 int row; local
122 row = (model->numleafs+7)>>3;
127 while (row)
130 row--;
150 } while (out - decompressed < row);
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 57 * <h4>Row and Column Specs</h4>
71 * If a child does not specify the row and column indices of the cell it
102 * its row and column groups (which are typically set by setting the
108 * Multiple components in the same row or column group are
111 * within it are flexible. Row and column groups that sit either side of a common boundary
133 * For complete control over excess space distribution in a row or column;
183 * children that belong to a row group that uses {@link #TOP} alignment will
199 * belong to a row group that uses {@link #TOP} alignment.
297 * Orientation is used only to generate default row/column indices when
333 * RowCount is used only to generate default row/column indices whe
1859 int row = a.getInt(ROW, DEFAULT_ROW); local
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 1603 int32_t i,j,row,col, len; local
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 2372 $row = $this->parseSpan($row); variable
    [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 47 ;# column, which is interchanged with the row addressed by bits 4..7.
831 andi. r7, r3, 8 ;# row origin modulo 16
1126 lvx v1, r5, r3 ;# v1 = P0 = 16 pels one row above edge
1127 lvx v2, 0, r3 ;# v2 = Q0 = 16 pels one row below edge
1169 ;# to next row and read another 4 pels from the frame buffer.
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp 437 float *row, *row0, *row1, *row2, *row3; \
450 CV_SWAP( buf[k], buf[k+4-delta], row ); \
457 row = buf[k]; \
463 memcpy( row, buf[k-1], dsize.width*sizeof(row[0]) ); \
483 row[dx] = sum + x*icvCubicCoeffs[ifx*2 + 1]; \
490 row[dx] = _src[sx0 - cn]*icvCubicCoeffs[ifx*2 + 1] + \
509 row[dx] = sum + x*icvCubicCoeffs[(ICV_CUBIC_TAB_SIZE-ifx)*2+1]; \
514 memcpy( buf[k1], row, dsize.width*sizeof(row[0]));
    [all...]
mycvHaarDetectObjects.cpp 619 #define sum_elem_ptr(sum,row,col) \
620 ((sumtype*)CV_MAT_ELEM_PTR_FAST((sum),(row),(col),sizeof(sumtype)))
622 #define sqsum_elem_ptr(sqsum,row,col) \
623 ((sqsumtype*)CV_MAT_ELEM_PTR_FAST((sqsum),(row),(col),sizeof(sqsumtype)))
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 667 .show-row {
668 display: table-row;
670 .hide-row {
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-core.css 536 .show-row {
537 display: table-row;
539 .hide-row {
  /external/chromium/chrome/browser/resources/ntp/
apps.js 467 var row = Math.floor(coordinates.y / h);
469 var index = appsPerRow * row + col;
474 // Rather than making the free space on the last row invalid, we
  /external/libvpx/vp8/encoder/
bitstream.c 806 e.row = mv->row - ref->row;
    [all...]
encodeframe.c 826 // adjust to the next row of mbs
874 // for each macroblock row in image
882 // adjust to the next row of mbs
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
DataGrid.js 259 // Make the callback - expects an editing node (table row), the column number that is being edited,
534 // Get the width of the cell in the first (and only) row of the
707 var row = sortedRows[i];
708 var node = row._dataGridNode;
712 tbody.appendChild(row);
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 491 AccessibilityUIElement AccessibilityUIElement::cellForColumnAndRow(unsigned column, unsigned row)
  /libcore/luni/src/main/java/java/sql/
ResultSet.java 31 * {@code ResultSet}s have a cursor which points to the current data table row.
33 * ahead of the first row. To move the cursor to the first and consecutive rows,
54 * data from columns in the current row, such as {@code getDate} and {@code
72 * either to modify the data of an existing row or to insert new data rows into
74 * cursor to the row which needs modification and then using the update methods
76 * method. For insertion of new rows, the cursor is first moved to a special row
77 * called the <i>Insert Row</i>, data is added using the update methods,
147 * Moves the cursor to a specified row number in the {@code ResultSet}.
149 * @param row
150 * the index of the row starting at index 1. Index {@code -1
    [all...]

Completed in 744 milliseconds

<<21222324252627282930