Searched refs:bmpTruth (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/tests/ |
H A D | PathUtilsTest.cpp | 145 SkBitmap bmpTruth; local 146 binary_to_skbitmap(binBmp, &bmpTruth, w[i], h, rowBytes); 148 test_path(reporter, &bmpTruth, binBmp, w[i], h, rowBytes); 149 test_region(reporter, &bmpTruth, binBmp, w[i], h, rowBytes);
|
/external/skia/tests/ |
H A D | PathUtilsTest.cpp | 145 SkBitmap bmpTruth; local 146 binary_to_skbitmap(binBmp, &bmpTruth, w[i], h, rowBytes); 148 test_path(reporter, &bmpTruth, binBmp, w[i], h, rowBytes); 149 test_region(reporter, &bmpTruth, binBmp, w[i], h, rowBytes);
|
Completed in 125 milliseconds