Searched refs:bin_bmp (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | PathUtilsTest.cpp | 61 static void binary_to_skbitmap(const char* bin_bmp, SkBitmap* sk_bmp, in binary_to_skbitmap() argument 69 const char* curLine = &bin_bmp[y * rowBytes]; in binary_to_skbitmap() 113 const char* bin_bmp, int w, int h, int rowBytes){ in test_path() argument 116 SkPathUtils::BitsToPath_Path(&path, bin_bmp, w, h, rowBytes); in test_path() 123 const char* bin_bmp, int w, int h, int rowBytes){ in test_region() argument 126 SkPathUtils::BitsToPath_Region(&path, bin_bmp, w, h, rowBytes); in test_region()
|