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

  /external/chromium_org/skia/ext/
convolver_unittest.cc 95 int src_byte_count = src_row_stride * src_height; local
97 input.resize(src_byte_count);
107 for (int i = 0; i < src_byte_count; i++)
343 int src_byte_count = src_row_stride * kImgHeight; local
347 input.resize(src_byte_count, 0);
413 int src_byte_count = src_row_stride * kImgHeight; local
414 std::vector<unsigned char> input(src_byte_count);
417 for (int i = 0; i < src_byte_count; ++i) {
recursive_gaussian_convolution_unittest.cc 34 const int src_byte_count = src_row_stride * height; local
38 image->resize(src_byte_count, 0);
56 const int src_byte_count = src_row_stride * height; local
61 image->resize(src_byte_count, 0);

Completed in 58 milliseconds