Searched refs:BitsToPath_Path (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/include/utils/ |
D | SkPathUtils.h | 27 static void BitsToPath_Path(SkPath* path, const char* bitmap,
|
/external/skia/include/utils/ |
D | SkPathUtils.h | 27 static void BitsToPath_Path(SkPath* path, const char* bitmap,
|
/external/skia/bench/ |
D | PathUtilsBench.cpp | 29 SkPathUtils::BitsToPath_Path(path, bits, H, W, STRIDE); in path_proc()
|
/external/chromium_org/third_party/skia/src/utils/ |
D | SkPathUtils.cpp | 98 void SkPathUtils::BitsToPath_Path(SkPath* path, in BitsToPath_Path() function in SkPathUtils
|
/external/skia/src/utils/ |
D | SkPathUtils.cpp | 98 void SkPathUtils::BitsToPath_Path(SkPath* path, in BitsToPath_Path() function in SkPathUtils
|
/external/skia/tests/ |
D | PathUtilsTest.cpp | 116 SkPathUtils::BitsToPath_Path(&path, bin_bmp, w, h, rowBytes); in test_path()
|