Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1485)

Unified Diff: tests/TextBlobCacheTest.cpp

Issue 1270793003: Add BW masks to random scaler context (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/fonts/SkRandomScalerContext.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/TextBlobCacheTest.cpp
diff --git a/tests/TextBlobCacheTest.cpp b/tests/TextBlobCacheTest.cpp
index 60a6a8a24b777d65df078dd874526036bb8a3415..c063040ecf2113fcb6f35a07c35c56b818aee74f 100644
--- a/tests/TextBlobCacheTest.cpp
+++ b/tests/TextBlobCacheTest.cpp
@@ -156,9 +156,9 @@ DEF_GPUTEST(TextBlobCache, reporter, factory) {
DEF_GPUTEST(TextBlobAbnormal, reporter, factory) {
#ifdef SK_BUILD_FOR_ANDROID
- text_blob_cache_inner(reporter, factory, 32, 32, 1, false);
+ text_blob_cache_inner(reporter, factory, 256, 256, 30, false);
#else
- text_blob_cache_inner(reporter, factory, 256, 256, 1, false);
+ text_blob_cache_inner(reporter, factory, 512, 256, 30, false);
#endif
}
#endif
« no previous file with comments | « src/fonts/SkRandomScalerContext.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698