HomeSort by relevance Sort by last modified time
    Searched refs:rows (Results 126 - 150 of 158) sorted by null

1 2 3 4 56 7

  /external/libvpx/vp8/encoder/
temporal_filter.c 325 int rows = cpi->common.mb_rows; local
348 for (mb_row = 0; mb_row < rows; mb_row++)
onyx_if.c 356 // Segmentation map is arrange as [Rows][Columns]
473 // Cycle through the macro_block rows
    [all...]
  /external/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_extendframeborders_neon.asm 48 ;Do four rows at one time
154 ;Do eight rows at one time
328 ;Do four rows at one time
425 ;Do eight rows at one time
  /external/webkit/WebCore/inspector/front-end/
InjectedScript.js     [all...]
DataGrid.js 384 var columnWidth = this.headerTableBody.rows[0].cells[i].offsetWidth;
411 left += this.headerTableBody.rows[0].cells[i].offsetWidth;
752 var firstRowCells = this.headerTableBody.rows[0].cells;
    [all...]
  /external/freetype/src/smooth/
ftsmooth.c 215 bitmap->rows = height;
ftgrays.c     [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityTable.cpp 218 // go through all the available sections to pull out the rows
248 // can cause us to mess rows if we just check the first column
296 AccessibilityObject::AccessibilityChildrenVector& AccessibilityTable::rows() function in class:WebCore::AccessibilityTable
400 // first try rows
426 // we didn't find anything between the rows we should have
  /external/libvpx/vp8/common/x86/
subpixel_sse2.asm 21 ; input pixel array has output_height rows. This routine assumes that output_height is an
23 ; rows each iteration to take advantage of the 128 bits operations.
151 ; input pixel array has output_height rows. This routine assumes that output_height is an
153 ; rows each iteration to take advantage of the 128 bits operations.
329 ; input pixel array has output_height rows.
424 ; input pixel array has output_height rows.
    [all...]
subpixel_ssse3.asm 21 ; input pixel array has output_height rows. This routine assumes that output_height is an
23 ; rows each iteration to take advantage of the 128 bits operations.
    [all...]
  /external/skia/src/views/
SkListView.cpp 400 // only want to show rows that are mostly visible
808 SkScalar rows = SkScalarDiv(this->height(), fCellSize.fY);
810 int y = SkScalarFloor(rows);
813 y = check_count(y, rows);
  /external/webkit/WebCore/rendering/
RenderTableSection.cpp 131 // make sure we have enough rows
221 // make sure we have enough rows
308 // rows don't push a coordinate transform, that's not necessary.
376 // rows don't push a coordinate transform, that's not necessary.
508 // Set the width of our section now. The rows will also be this width.
1211 int rows = m_gridRows; local
    [all...]
  /external/clearsilver/python/examples/base/
odb.py 49 # # fetch rows (can return empty list)
248 # ask the subclass to def his rows
    [all...]
  /external/freetype/src/base/
ftglyph.c 129 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 );
  /external/libvpx/vp8/
vp8_cx_iface.c 943 if (!vp8_set_roimap(ctx->cpi, roi->roi_map, roi->rows, roi->cols, roi->delta_q, roi->delta_lf, roi->static_threshold))
964 if (!vp8_set_active_map(ctx->cpi, map->active_map, map->rows, map->cols))
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 587 public boolean relative(int rows) throws SQLException {
606 public void setFetchSize(int rows) throws SQLException {
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosFullScreenVideo.c 94 extern void RISCOS_Put32(void *to, int pixels, int pitch, int rows, void *from, int src_skip_bytes);
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h 537 @property(copy) NSString *rows; variable
836 @property(readonly, retain) DOMHTMLCollection *rows; variable
875 @property(readonly, retain) DOMHTMLCollection *rows; variable
888 @property int rows; variable
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 137 int rows = deleteMatchingEvents(eventName); local
138 assertEquals(expected, rows);
1207 int rows = mResolver.delete(updatedUri(url, true), local
    [all...]
  /libcore/luni/src/test/java/tests/sql/
StatementTest.java 589 int rows = 100; local
590 for (int i = 0; i < rows; i++) {
879 notes = "Test fails: dropping table hutch affects at least 2 rows.executeBatch() always returns same result: 1.",
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 649 public static void setVisibleRowCount(JTable table, int rows) {
651 for (int row = 0; row < rows; row++) {
    [all...]
  /external/libpng/
CHANGES 274 Added row callback feature when reading and writing nonprogressive rows
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 2366 $rows = explode("\\n", trim($content, "\\n")); variable
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 215 public static final String[] ROWS =
619 // We've been removing rows from the list as they've been found in the xml
623 // These rows need to be deleted...
732 * Changes are handled row by row, and only changed/new rows are acted upon
746 // TODO Handle deleted individual rows...
    [all...]
  /external/webkit/WebKit/win/
DOMHTMLClasses.cpp 1511 HRESULT STDMETHODCALLTYPE DOMHTMLTextAreaElement::rows( function in class:DOMHTMLTextAreaElement
    [all...]

Completed in 3077 milliseconds

1 2 3 4 56 7