HomeSort by relevance Sort by last modified time
    Searched refs:row_length (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 230 static void detect_super_cols (colamd_col<Index> Col [], Index A [], Index head [], Index row_start, Index row_length ) ;
    [all...]
  /external/chromium_org/skia/ext/
vector_canvas_unittest.cc 125 int row_length() const { return row_length_; } function in class:skia::__anon14672::Image
354 << image.height() << ", " << image.row_length() << ")";
vector_platform_device_emf_win.cc 915 int row_length = bitmap.rowBytesAsPixels(); local
919 if (SkColorGetA(pixels[(y2 * row_length) + x2]) != 255) {
    [all...]

Completed in 547 milliseconds