/external/chromium_org/third_party/iaccessible2/ |
ia2_api_all.idl | 180 In the case of an insertion or change the row and column offsets define the boundaries 182 the row and column offsets define the boundaries of the subtable being removed before [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
pickinter.c | 58 bestmv->as_mv.row <<= 3; 78 int yoffset = this_mv.as_mv.row & 7; 80 in_what += (this_mv.as_mv.row >> 3) * pre_stride + (this_mv.as_mv.col >> 3); 399 x->MVcount[0][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.row - 400 best_ref_mv->as_mv.row) >> 1)]++; 448 (*parent_ref_mv).as_mv.row = store_mode_info[parent_mb_index].mv.as_mv.row 539 if( abs(mv_l.as_mv.row) < 8 && abs(mv_l.as_mv.col) < 8) 547 if( abs(mv_al.as_mv.row) < 8 && abs(mv_al.as_mv.col) < 8) 555 if( abs(mv_a.as_mv.row) < 8 && abs(mv_a.as_mv.col) < 8 [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngvcrd.c | 100 /* Combines the row recently read in with the previous row. 105 the row. The pattern always repeats every 8 pixels, so just 8 115 png_combine_row(png_structp png_ptr, png_bytep row, int mask) 133 png_memcpy(row, png_ptr->row_buf + 1, 155 dstptr = row; 263 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes; 291 dstptr = row; 407 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes; 440 dstptr = row; 1011 png_bytep row = png_ptr->row_buf + 1; local [all...] |
/external/chromium_org/tools/telemetry/third_party/png/ |
png.py | 105 three formats called "flat row flat pixel", "boxed row flat pixel", and 106 "boxed row boxed pixel". Basically the concern is whether each pixel 107 and each row comes in its own little tuple (box), or not. 112 Boxed row flat pixel:: 117 Each row appears as its own list, but the pixels are flattened so that 122 other sequence type; in practice each row is an array (from the array 126 Flat row flat pixel:: 134 Boxed row boxed pixel:: 139 Each row appears in its own list, but each pixel also appears in its ow [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...] |
/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/chromium_org/third_party/libwebp/dec/ |
vp8l.c | 563 // Sets io->mb_y, io->mb_h & io->mb_w according to start row, end row and 573 y_end = io->crop_bottom; // make sure we don't overflow on last row. 607 // Main loop, with custom row-processing function 609 typedef void (*ProcessRowsFunc)(VP8LDecoder* const dec, int row); 646 static void ProcessRows(VP8LDecoder* const dec, int row) { 648 const int num_rows = row - dec->last_row_; 657 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, io->width)) { 682 dec->last_row_ = row; 690 int col = 0, row = 0; [all...] |
/external/webp/src/dec/ |
vp8l.c | 563 // Sets io->mb_y, io->mb_h & io->mb_w according to start row, end row and 573 y_end = io->crop_bottom; // make sure we don't overflow on last row. 607 // Main loop, with custom row-processing function 609 typedef void (*ProcessRowsFunc)(VP8LDecoder* const dec, int row); 646 static void ProcessRows(VP8LDecoder* const dec, int row) { 648 const int num_rows = row - dec->last_row_; 657 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, io->width)) { 682 dec->last_row_ = row; 690 int col = 0, row = 0; [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ResourceCursorAdapterTest.java | 143 * @param rowCount the row count 155 Object[] row = new Object[colCount + 1]; local 158 row[j] = "" + i + "" + j; 160 row[colCount] = i; 161 cursor.addRow(row);
|
ResourceCursorTreeAdapterTest.java | 143 * @param rowCount the row count 155 Object[] row = new Object[colCount + 1]; local 158 row[j] = "" + rowCount + "" + colCount; 160 row[colCount] = i; 161 cursor.addRow(row);
|
SimpleCursorTreeAdapterTest.java | 175 * @param rowCount the row count 188 Object[] row = new Object[colCount + 1]; local 191 row[j] = prefix + i + "" + j; 193 row[colCount] = i; 194 cursor.addRow(row);
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_mac.h | 85 // Opens the URL corresponding to the given |row|. If |force_background| is 89 void OpenURLForRow(int row, bool force_background);
|
/external/chromium_org/cc/scheduler/ |
texture_uploader_unittest.cc | 130 // We'll expect the first byte of every row to be 0x1, and the last byte to 134 for (WGC3Dsizei row = 0; row < height; ++row) { 136 bytes + (xoffset * bytes_per_pixel + (yoffset + row) * stride); 221 // Mark the beginning and end of each row, for the test. 230 // Mark the beginning and end of each row, for the test. 239 // Mark the beginning and end of each row, for the test.
|
/external/chromium_org/chrome/browser/history/android/ |
android_history_provider_service_unittest.cc | 155 HistoryAndBookmarkRow row; local 156 row.set_raw_url("http://www.google.com"); 157 row.set_url(GURL("http://www.google.com")); 161 // Insert a row and verify it succeeded. 162 service_->InsertHistoryAndBookmark(row, &cancelable_consumer_, 171 // Query the inserted row. 189 // Update the row. 199 // Delete the row. 216 // Insert a row and verify it succeeded. 226 // Query the inserted row [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
typed_urls_helper.h | 24 bool GetUrlFromClient(int index, const GURL& url, history::URLRow* row);
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
task_manager_mac.h | 93 // Lazily converts the image at the given row and caches it in |icon_cache_|. 94 NSImage* GetImageForRow(int row);
|
/external/chromium_org/chrome/browser/ui/gtk/autofill/ |
autofill_popup_view_gtk.h | 53 virtual void InvalidateRow(size_t row) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
autofill_popup_view_views.h | 37 virtual void InvalidateRow(size_t row) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/platform/ |
DragImage.cpp | 257 for (int row = 0; row < m_bitmap.height(); ++row) { 259 uint32_t* pixel = m_bitmap.getAddr32(column, row);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableCell.h | 72 RenderTableRow* row() const { return toRenderTableRow(parent()); } function in class:WebCore::FINAL 79 ASSERT(row()); 80 return row()->rowIndex(); 166 // writing mode. Writing modes are not allowed on row group and row but direction is. 172 return row()->style();
|
/external/chromium_org/third_party/libwebp/dsp/ |
lossless.h | 33 // corresponding to the intermediate row (row_start). 95 void VP8LBundleColorMap(const uint8_t* const row, int width,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/ |
swrast_priv.h | 88 /* scratch row for optimized front-buffer rendering */ 89 char *row; member in struct:dri_drawable
|
/external/chromium_org/third_party/skia/src/effects/ |
SkColorMatrix.cpp | 105 static void setrow(SkScalar row[], SkScalar r, SkScalar g, SkScalar b) { 106 row[0] = r; 107 row[1] = g; 108 row[2] = b;
|
/external/chromium_org/ui/views/controls/ |
prefix_selector.h | 59 // Returns true if the text of the node at |row| starts with |lower_text|. 60 bool TextAtRowMatchesText(int row, const string16& lower_text);
|
/external/eigen/bench/ |
eig33.cpp | 131 // evecs.col(0) = tmp.row(0).cross(tmp.row(1)).normalized(); 135 // evecs.col(1) = tmp.row(0).cross(tmp.row(1)).normalized(); 139 // evecs.col(2) = tmp.row(0).cross(tmp.row(1)).normalized(); 151 evecs.col (2) = tmp.row (0).cross (tmp.row (1)).normalized (); 155 evecs.col(1) = tmp.row (0).cross(tmp.row (1)) [all...] |