Lines Matching refs:kImgHeight
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) {
427 col == kImgWidth - 2 || row == kImgHeight - 2) {
436 int dest_byte_count = dest_row_stride * kImgHeight;
442 filter, SkISize::Make(kImgWidth, kImgHeight),
466 filter, SkISize::Make(kImgWidth, kImgHeight),
475 EXPECT_NEAR(output[test_column + dest_row_stride * (kImgHeight - 1)], 100, 1);
476 EXPECT_NEAR(output[test_column + dest_row_stride * (kImgHeight - 2)], 80, 1);
477 EXPECT_NEAR(output[test_column + dest_row_stride * (kImgHeight - 3)], 60, 1);
478 EXPECT_NEAR(output[test_column + dest_row_stride * (kImgHeight - 4)], 40, 1);