Searched refs:kImgHeight (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/skia/ext/
H A Drecursive_gaussian_convolution_unittest.cc90 static const int kImgHeight = 220; local
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; local
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 local
328 static const int kImgHeight = 500; local
[all...]
H A Dconvolver_unittest.cc337 static const int kImgHeight = 1024; local
346 int src_byte_count = src_row_stride * kImgHeight;
349 const int signal_y = kImgHeight / 2;
358 const int dest_byte_count = dest_row_stride * kImgHeight;
364 filter, SkISize::Make(kImgWidth, kImgHeight),
374 filter, SkISize::Make(kImgWidth, kImgHeight),
390 filter, SkISize::Make(kImgWidth, kImgHeight),
406 static const int kImgHeight = 800; local
416 int src_byte_count = src_row_stride * kImgHeight;
427 col == kImgWidth - 1 || row == kImgHeight
[all...]

Completed in 74 milliseconds