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

  /external/chromium_org/third_party/freetype/src/base/
ftlcdfil.c 232 FT_Byte* col_end = col + height * pitch; local
235 for ( ; col < col_end; col += 3 * pitch )
  /external/freetype/src/base/
ftlcdfil.c 234 FT_Byte* col_end = col + height * pitch; local
237 for ( ; col < col_end; col += 3 * pitch )
  /external/ceres-solver/internal/ceres/
covariance_test.cc 336 const int col_end = FindOrDie(column_bounds_, block2).second; local
338 Matrix actual(row_end - row_begin, col_end - col_begin);
347 col_end - col_begin) - actual).norm();
348 diff_norm /= (row_end - row_begin) * (col_end - col_begin);
353 << "cols: " << col_begin << " " << col_end << " "
357 col_end - col_begin)

Completed in 247 milliseconds