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

Unified Diff: src/core/SkBlitter.cpp

Issue 1889753002: remove U16 support, just support F16 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: address reviewer comments, mostly fixing class/function names Created 4 years, 8 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 | « include/core/SkXfermode.h ('k') | src/core/SkBlitter_PM4f.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkBlitter.cpp
diff --git a/src/core/SkBlitter.cpp b/src/core/SkBlitter.cpp
index 8f0031cd46d4ec39ea9de6094d4b52ee2081e77a..343160c4b4b8a6f6660abc18e57e84983b80d743 100644
--- a/src/core/SkBlitter.cpp
+++ b/src/core/SkBlitter.cpp
@@ -938,8 +938,7 @@ SkBlitter* SkBlitter::Choose(const SkPixmap& device,
break;
case kRGBA_F16_SkColorType:
- // kU16_SkColorType:
- blitter = SkBlitter_ARGB64_Create(device, *paint, shaderContext, allocator);
+ blitter = SkBlitter_F16_Create(device, *paint, shaderContext, allocator);
break;
default:
« no previous file with comments | « include/core/SkXfermode.h ('k') | src/core/SkBlitter_PM4f.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698