HomeSort by relevance Sort by last modified time
    Searched full:box_inflated (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/skia/ext/
recursive_gaussian_convolution_unittest.cc 292 int box_inflated = ComputeBoxSum(output, inflated_rect, kImgWidth); local
295 EXPECT_EQ(image_total, box_inflated);
319 box_inflated = ComputeBoxSum(output, inflated_rect, kImgWidth);
323 EXPECT_EQ(image_total, box_inflated);
376 int box_inflated = ComputeBoxSum(output, local
392 EXPECT_EQ(image_total, box_inflated);

Completed in 72 milliseconds