HomeSort by relevance Sort by last modified time
    Searched full:row (Results 751 - 775 of 4359) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/skia/src/opts/
SkMorphology_opts.h 14 * number of pixels per row in each buffer. All buffers are 8888.
  /external/chromium_org/ui/base/models/
table_model.cc 41 gfx::ImageSkia TableModel::GetIcon(int row) {
45 base::string16 TableModel::GetTooltip(int row) {
49 bool TableModel::ShouldIndent(int row) {
64 int TableModel::GetGroupID(int row) {
  /external/chromium_org/ui/keyboard/resources/
constants.js 21 // TODO(bshe): The number of rows should equal to the number of kb-row elements
  /external/chromium_org/ui/oak/
oak_aura_window_display.h 25 virtual base::string16 GetText(int row, int column_id) OVERRIDE;
  /external/chromium_org/ui/views/
view_constants.h 16 // Time in milliseconds to autoscroll by a row. This is used during drag and
  /external/eigen/Eigen/src/Core/
BooleanRedux.h 22 row = (UnrollCount-1) % Derived::RowsAtCompileTime enumerator in enum:Eigen::internal::all_unroller::__anon20205
27 return all_unroller<Derived, UnrollCount-1>::run(mat) && mat.coeff(row, col);
48 row = (UnrollCount-1) % Derived::RowsAtCompileTime enumerator in enum:Eigen::internal::any_unroller::__anon20206
53 return any_unroller<Derived, UnrollCount-1>::run(mat) || mat.coeff(row, col);
CwiseUnaryOp.h 101 EIGEN_STRONG_INLINE const Scalar coeff(Index row, Index col) const
103 return derived().functor()(derived().nestedExpression().coeff(row, col));
107 EIGEN_STRONG_INLINE PacketScalar packet(Index row, Index col) const
109 return derived().functor().packetOp(derived().nestedExpression().template packet<LoadMode>(row, col));
CwiseUnaryView.h 112 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const
114 return derived().functor()(derived().nestedExpression().coeff(row, col));
122 EIGEN_STRONG_INLINE Scalar& coeffRef(Index row, Index col)
124 return derived().functor()(const_cast_derived().nestedExpression().coeffRef(row, col));
  /external/eigen/test/
geo_orthomethods.cpp 51 VERIFY_IS_APPROX(mcross.row(i), mat3.row(i).cross(vec3));
103 VERIFY_IS_APPROX(mcrossN3.row(i), matN3.row(i).cross(vec3));
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
qrsolv.h 40 /* prepare the row of d to be eliminated, locating the */
48 /* the transformations to eliminate the row of d */
54 /* appropriate element in the current row of d. */
64 /* accumulate the tranformation in the row of s. */
  /external/jpeg/
rdbmp.c 59 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */
60 JDIMENSION source_row; /* Current source row number */
112 * Read one row of pixels.
114 * unprocessed. We must read it out in top-to-bottom row order, and if
129 /* Fetch next row from virtual array */
158 /* Fetch next row from virtual array */
194 JDIMENSION row, col; local
197 /* Read the data into a virtual array in input-file row order. */
198 for (row = 0; row < cinfo->image_height; row++)
    [all...]
  /external/libvpx/libvpx/test/android/
get_files.py 98 for row in file_list_reader:
99 if len(row) != EXPECTED_COL:
101 file_shas.append(row[SHA_COL])
102 file_names.append(row[NAME_COL])
  /external/libvpx/libvpx/vp9/common/
vp9_tile_common.h 21 // initializes 'tile->mi_(row|col)_(start|end)' for (row_idx, col_idx) based on
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_impl_mmx.asm 96 ; Row 1
121 ; Row 2
144 ; Row 3
167 ; Row 4
190 ; Row 5
214 ; Row 6
237 ; Row 7
260 ; Row 8
344 ; Row 1
358 ; Row
    [all...]
  /external/linux-tools-perf/util/
svghelper.h 22 extern void svg_interrupt(u64 start, int row);
  /external/mesa3d/src/mesa/main/
convolve.c 155 GLsizei rowBufSize, GLvoid *row,
167 GLvoid *row, GLvoid *column, GLvoid *span)
169 _mesa_GetnSeparableFilterARB(target, format, type, INT_MAX, row,
175 _mesa_SeparableFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
image.h 46 GLint img, GLint row, GLint column );
54 GLint img, GLint row, GLint column );
68 GLint row, GLint column );
75 GLint img, GLint row, GLint column );
  /external/qemu/distrib/jpeg-6b/
rdbmp.c 59 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */
60 JDIMENSION source_row; /* Current source row number */
112 * Read one row of pixels.
114 * unprocessed. We must read it out in top-to-bottom row order, and if
129 /* Fetch next row from virtual array */
158 /* Fetch next row from virtual array */
194 JDIMENSION row, col; local
197 /* Read the data into a virtual array in input-file row order. */
198 for (row = 0; row < cinfo->image_height; row++)
    [all...]
  /external/qemu/pc-bios/keymaps/
fr 4 # Top row
67 # AZERTY first row
110 # AZERTY second row
147 # AZERTY third row
  /external/skia/src/opts/
SkMorphology_opts.h 14 * number of pixels per row in each buffer. All buffers are 8888.
  /external/smack/src/org/jivesoftware/smackx/search/
SimpleUserSearch.java 112 ReportedData.Row row = new ReportedData.Row(fields); local
113 data.addRow(row);
  /external/webp/src/utils/
rescaler.h 49 // Import a row of data and save its contribution in the rescaler.
54 // Import multiple rows over all channels, until at least one row is ready to
65 // Export one row from rescaler. Returns the pointer where output was written,
66 // or NULL if no row was pending.
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.ui 17 <item row="0" column="0">
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDoneException.java 21 * Thrown when an operation that expects a row (such as {@link
  /frameworks/base/core/java/android/provider/
BaseColumns.java 22 * The unique ID for a row.

Completed in 1001 milliseconds

<<31323334353637383940>>