HomeSort by relevance Sort by last modified time
    Searched defs:rowOffset (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTableCell.cpp 118 unsigned rowOffset = 0;
122 rowOffset += tableSection->numRows();
126 rowRange.first += rowOffset;
  /external/eigen/Eigen/src/Core/
Diagonal.h 98 inline ScalarWithConstIfNotLvalue* data() { return &(m_matrix.const_cast_derived().coeffRef(rowOffset(), colOffset())); }
99 inline const Scalar* data() const { return &(m_matrix.const_cast_derived().coeffRef(rowOffset(), colOffset())); }
104 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset());
109 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset());
114 return m_matrix.coeff(row+rowOffset(), row+colOffset());
120 return m_matrix.const_cast_derived().coeffRef(idx+rowOffset(), idx+colOffset());
125 return m_matrix.const_cast_derived().coeffRef(idx+rowOffset(), idx+colOffset());
130 return m_matrix.coeff(idx+rowOffset(), idx+colOffset());
151 EIGEN_STRONG_INLINE Index rowOffset() const { return m_index.value()>0 ? 0 : -m_index.value(); }
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Image11.cpp 291 GLsizei rowOffset = gl::GetPixelBytes(mActualFormat, clientVersion) * xoffset;
292 void *dataOffset = static_cast<unsigned char*>(mappedImage.pData) + mappedImage.RowPitch * yoffset + rowOffset + zoffset * mappedImage.DepthPitch;
  /frameworks/native/libs/gui/tests/
SRGB_test.cpp 308 int rowOffset = y * outBuffer.stride; // pixels
310 int colOffset = (rowOffset + x) * PIXEL_SIZE; // bytes
340 int rowOffset = y * outBuffer.stride; // pixels
342 int colOffset = (rowOffset + x) * PIXEL_SIZE; // bytes
  /external/zxing/core/
core.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 243 milliseconds