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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityTableCell.cpp 119 unsigned rowOffset = 0;
123 rowOffset += tableSection->numRows();
127 rowRange.first += rowOffset;
  /external/eigen/Eigen/src/Core/
Diagonal.h 97 inline ScalarWithConstIfNotLvalue* data() { return &(m_matrix.const_cast_derived().coeffRef(rowOffset(), colOffset())); }
98 inline const Scalar* data() const { return &(m_matrix.const_cast_derived().coeffRef(rowOffset(), colOffset())); }
103 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset());
108 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset());
113 return m_matrix.coeff(row+rowOffset(), row+colOffset());
119 return m_matrix.const_cast_derived().coeffRef(index+rowOffset(), index+colOffset());
124 return m_matrix.const_cast_derived().coeffRef(index+rowOffset(), index+colOffset());
129 return m_matrix.coeff(index+rowOffset(), index+colOffset());
150 EIGEN_STRONG_INLINE Index rowOffset() const { return m_index.value()>0 ? 0 : -m_index.value(); }
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Image11.cpp 350 GLsizei rowOffset = gl::ComputePixelSize(mActualFormat) * xoffset;
351 void *dataOffset = static_cast<unsigned char*>(mappedImage.pData) + mappedImage.RowPitch * yoffset + rowOffset;
  /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 174 milliseconds