HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 901 - 925 of 1524) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 819 int width, int height, int xbits, uint8_t* row) {
838 row[x] = inv_palette[color];
840 VP8LBundleColorMap(row, width, xbits, dst);
860 row[x] = last_idx;
862 VP8LBundleColorMap(row, width, xbits, dst);
883 uint8_t* row = NULL; local
898 row = WebPSafeMalloc((uint64_t)width, sizeof(*row));
899 if (row == NULL) return VP8_ENC_ERROR_OUT_OF_MEMORY;
902 palette, palette_size, width, height, xbits, row);
    [all...]
  /external/webp/src/enc/
vp8l.c 819 int width, int height, int xbits, uint8_t* row) {
838 row[x] = inv_palette[color];
840 VP8LBundleColorMap(row, width, xbits, dst);
860 row[x] = last_idx;
862 VP8LBundleColorMap(row, width, xbits, dst);
883 uint8_t* row = NULL; local
898 row = WebPSafeMalloc((uint64_t)width, sizeof(*row));
899 if (row == NULL) return VP8_ENC_ERROR_OUT_OF_MEMORY;
902 palette, palette_size, width, height, xbits, row);
    [all...]
  /external/chromium_org/third_party/libpng/
png.h     [all...]
  /external/libpng/
png.h     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java 32 * row is selected. The rows take up the
40 * selected row
183 public void getRectForRow(Rect rect, int row) {
185 final int top = getPaddingTop() + row * rowHeight;
246 // set the row that is closest to the rect
  /external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc 813 details.row = history::URLRow(GURL(data[i].url));
835 details.row = history::URLRow(GURL(data[i].url));
883 history::URLRow row; member in struct:QueryHistoryCallbackImpl
    [all...]
  /external/chromium-trace/trace-viewer/src/ui/
value_bar.css 51 cursor: row-resize;
  /external/chromium_org/chrome/browser/resources/
feedback.css 124 .launcher-layout #screenshot-row,
sync_setup_overlay.css 185 #password-row {
289 #email-row,
290 #email-readonly-row,
291 #password-row {
  /external/chromium_org/chrome/browser/resources/options/
autofill_edit_overlay.css 43 .settings-row div + :-webkit-any(input, select) {
content_settings.css 92 display: table-row;
  /external/chromium_org/chrome/browser/resources/options/chromeos/
accounts_options_page.css 11 .user-name-edit-row {
display_options.css 61 .selected-display-option-row {
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.cc 157 void AutofillPopupViewViews::InvalidateRow(size_t row) {
158 SchedulePaintInRect(controller_->GetRowBounds(row));
  /external/chromium_org/chrome/common/extensions/docs/server2/
subversion_file_system.py 52 for row in rows:
53 cells = row.getElementsByTagName('td')
  /external/chromium_org/chrome/test/functional/ispy/ispy_core/tools/
image_tools.py 198 row = index / image.size[0]
201 if 0 <= row + x < image.size[1]:
  /external/chromium_org/chrome/tools/
history-viz.py 139 """Execute |sql|, yielding each row of results as an array."""
147 row = line.strip().split('\t')
148 yield row
  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.cpp 272 int row = 0; local
274 for (int h = height_ - 1; h >= 0; h--, row++) {
  /external/chromium_org/ui/views/layout/
grid_layout.cc 262 // Row -------------------------------------------------------------
264 class Row : public LayoutElement {
266 Row(bool fixed_height, int height, float resize_percent,
276 virtual ~Row() {}
305 // The column set used for this row; null for padding rows.
311 DISALLOW_COPY_AND_ASSIGN(Row);
724 AddRow(new Row(false, 0, vertical_resize, column_set));
728 AddRow(new Row(true, pixel_count, vertical_resize, NULL));
812 // SizeRowsAndColumns sets the size and location of each row/column, but
888 // Reset the height of each row
927 Row* row = rows_[view_state->start_row]; local
    [all...]
grid_layout_unittest.cc 410 for (int row = 0; row < row_count; ++row) {
420 for (int row = 0; row < row_count; ++row) {
421 View* view = host.child_at(row * column_count + i);
424 2 + pref_height * row,
601 // Make a row containing a flexible view that trades width for height.
606 // The second row contains a view of fixed size that will enforce a colum
    [all...]
  /external/dropbear/
sshpty.c 343 pty_change_window_size(int ptyfd, int row, int col,
348 w.ws_row = row;
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h 135 /** shortcut for m_matrix(row,col);
137 inline Scalar operator() (int row, int col) const { return m_matrix(row,col); }
138 /** shortcut for m_matrix(row,col);
140 inline Scalar& operator() (int row, int col) { return m_matrix(row,col); }
223 res.matrix().row(Dim) = t.matrix().row(Dim);
693 * last row is not guaranteed to be [0 ... 0 1]
694 * - Affine is the default, the last row is assumed to be [0 ... 0 1
    [all...]
  /external/eigen/Eigen/src/Geometry/
Translation.h 118 res.matrix().row(Dim).setZero();
199 res.matrix().row(Dim).setZero();
  /external/eigen/blas/
chbmv.f 55 * column, with the leading diagonal of the matrix in row
57 * position 2 in row k, and so on. The top left k by k triangle
73 * column, with the leading diagonal of the matrix in row 1 of
75 * row 2, and so on. The bottom right k by k triangle of the
ctbmv.f 73 * column, with the leading diagonal of the matrix in row
75 * position 2 in row k, and so on. The top left k by k triangle
91 * column, with the leading diagonal of the matrix in row 1 of
93 * row 2, and so on. The bottom right k by k triangle of the

Completed in 770 milliseconds

<<31323334353637383940>>