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

  /external/chromium_org/skia/ext/
recursive_gaussian_convolution_unittest.cc 90 static const int kImgHeight = 220;
96 SkISize image_size = SkISize::Make(kImgWidth, kImgHeight);
98 &input, kImgWidth, kImgHeight, kChannelIndex, kChannelCount,
103 const int dest_byte_count = dest_row_stride * kImgHeight;
155 static const int kImgHeight = 300;
161 SkISize image_size = SkISize::Make(kImgWidth, kImgHeight);
163 &input, kImgWidth, kImgHeight, kChannelIndex, kChannelCount,
168 const int dest_byte_count = dest_row_stride * kImgHeight;
193 offset < std::min(kImgWidth, kImgHeight) && (value_y > 0 || value_x > 0);
239 static const int kImgHeight = 1024
    [all...]
convolver_unittest.cc 334 static const int kImgHeight = 1024;
343 int src_byte_count = src_row_stride * kImgHeight;
346 const int signal_y = kImgHeight / 2;
355 const int dest_byte_count = dest_row_stride * kImgHeight;
361 filter, SkISize::Make(kImgWidth, kImgHeight),
371 filter, SkISize::Make(kImgWidth, kImgHeight),
387 filter, SkISize::Make(kImgWidth, kImgHeight),
403 static const int kImgHeight = 800;
413 int src_byte_count = src_row_stride * kImgHeight;
424 col == kImgWidth - 1 || row == kImgHeight - 1)
    [all...]

Completed in 149 milliseconds