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

  /external/eigen/test/
block.cpp 159 Index rowStride = m.rowStride();
165 VERIFY(m.coeff(i,j) == data[i*rowStride + j*colStride]);
  /external/eigen/Eigen/src/Core/
DenseCoeffsBase.h 258 void rowStride();
582 * \sa outerStride(), rowStride(), colStride()
592 * \sa innerStride(), rowStride(), colStride()
609 inline Index rowStride() const
616 * \sa innerStride(), outerStride(), rowStride()
653 * \sa outerStride(), rowStride(), colStride()
663 * \sa innerStride(), rowStride(), colStride()
680 inline Index rowStride() const
687 * \sa innerStride(), outerStride(), rowStride()
  /external/webkit/Tools/DumpRenderTree/gtk/
ImageDiff.cpp 77 int rowStride = gdk_pixbuf_get_rowstride(image);
81 unsigned char* diffPixel = diffPixels + (y * rowStride) + (x * 3);
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 296 GrGLint rowStride = 0; // number of components (not bytes) to skip
298 rowStride = componentsPerPixel * pixelsInRow;
303 rowStride = static_cast<GrGLint>(alignment * fTemp / componentSize);
309 scanline += rowStride;
    [all...]

Completed in 524 milliseconds