/external/chromium_org/third_party/skia/tools/ |
D | skdiff_utils.cpp | 70 bool write_bitmap(const SkString& path, const SkBitmap& bitmap) { in write_bitmap() function 156 if (write_bitmap(drp->fDifference.fFullPath, drp->fDifference.fBitmap)) { in create_and_write_diff_image() 161 if (write_bitmap(drp->fWhite.fFullPath, drp->fWhite.fBitmap)) { in create_and_write_diff_image()
|
D | skdiff_utils.h | 32 bool write_bitmap(const SkString& path, const SkBitmap& bitmap);
|
D | skimage_main.cpp | 135 static bool write_bitmap(const char outDir[], const char src[], in write_bitmap() function 369 SkAssertResult(write_bitmap(subsetPath.c_str(), subsetName.c_str(), in write_subset() 398 SkAssertResult(write_bitmap(dirExtracted.c_str(), subsetName.c_str(), in write_subset() 560 if (write_bitmap(FLAGS_mismatchPath[0], filename, bitmapAndDigest)) { in decodeFileAndWrite() 574 if (write_bitmap(writePath->c_str(), filename, bitmapAndDigest)) { in decodeFileAndWrite()
|
/external/skia/tools/ |
D | skdiff_utils.cpp | 86 bool write_bitmap(const SkString& path, const SkBitmap& bitmap) { in write_bitmap() function 172 if (write_bitmap(drp->fDifference.fFullPath, drp->fDifference.fBitmap)) { in create_and_write_diff_image() 177 if (write_bitmap(drp->fWhite.fFullPath, drp->fWhite.fBitmap)) { in create_and_write_diff_image()
|
D | skdiff_utils.h | 32 bool write_bitmap(const SkString& path, const SkBitmap& bitmap);
|
D | skimage_main.cpp | 135 static bool write_bitmap(const char outDir[], const char src[], in write_bitmap() function 369 SkAssertResult(write_bitmap(subsetPath.c_str(), subsetName.c_str(), in write_subset() 398 SkAssertResult(write_bitmap(dirExtracted.c_str(), subsetName.c_str(), in write_subset() 560 if (write_bitmap(FLAGS_mismatchPath[0], filename, bitmapAndDigest)) { in decodeFileAndWrite() 574 if (write_bitmap(writePath->c_str(), filename, bitmapAndDigest)) { in decodeFileAndWrite()
|
/external/chromium_org/third_party/skia/experimental/PdfViewer/ |
D | chop_transparency_main.cpp | 65 static bool write_bitmap(const char outName[], const SkBitmap& bm) { in write_bitmap() function 115 write_bitmap(srcPath, bitmap); in decodeFileAndWrite()
|
/external/skia/experimental/PdfViewer/ |
D | chop_transparency_main.cpp | 65 static bool write_bitmap(const char outName[], const SkBitmap& bm) { in write_bitmap() function 115 write_bitmap(srcPath, bitmap); in decodeFileAndWrite()
|
/external/skia/gm/ |
D | gmmain.cpp | 294 static ErrorCombination write_bitmap(const SkString& path, const SkBitmap& bitmap) { in write_bitmap() function in GMMain 826 write_bitmap(path, actualBitmapAndDigest.fBitmap); in compare_to_expectations() 845 write_bitmap(path, actualBitmapAndDigest.fBitmap); in compare_to_expectations() 1073 errors.add(write_bitmap(path, bitmapAndDigest.fBitmap)); in test_drawing() 1110 errors.add(write_bitmap(path, bitmapAndDigest.fBitmap)); in test_drawing()
|
/external/chromium_org/third_party/skia/gm/ |
D | gmmain.cpp | 295 static ErrorCombination write_bitmap(const SkString& path, const SkBitmap& bitmap) { in write_bitmap() function in GMMain 827 write_bitmap(path, actualBitmapAndDigest.fBitmap); in compare_to_expectations() 846 write_bitmap(path, actualBitmapAndDigest.fBitmap); in compare_to_expectations() 1072 errors.add(write_bitmap(path, bitmapAndDigest.fBitmap)); in test_drawing() 1109 errors.add(write_bitmap(path, bitmapAndDigest.fBitmap)); in test_drawing()
|