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

Unified Diff: src/core/SkRasterPipeline.h

Issue 2449243003: Initial implementation of a SkColorSpace_A2B xform (Closed)
Patch Set: fixed compile error on certain trybots related to RVO move-elision Created 4 years, 1 month 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/core/SkColorSpace_Base.h ('k') | src/opts/SkRasterPipeline_opts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkRasterPipeline.h
diff --git a/src/core/SkRasterPipeline.h b/src/core/SkRasterPipeline.h
index 9193de520232ca4ac04a3b3b1f854563184e21cc..361793b5d6fd52a4c6b26754bdcac2a36eaf41e3 100644
--- a/src/core/SkRasterPipeline.h
+++ b/src/core/SkRasterPipeline.h
@@ -60,6 +60,7 @@
M(load_s_565) M(load_d_565) M(store_565) \
M(load_s_srgb) M(load_d_srgb) M(store_srgb) \
M(load_s_f16) M(load_d_f16) M(store_f16) \
+ M(load_s_8888) M(store_8888) \
M(scale_u8) M(scale_constant_float) \
M(lerp_u8) M(lerp_565) M(lerp_constant_float) \
M(dst) \
@@ -68,7 +69,9 @@
M(clear) M(modulate) M(multiply) M(plus_) M(screen) M(xor_) \
M(colorburn) M(colordodge) M(darken) M(difference) \
M(exclusion) M(hardlight) M(lighten) M(overlay) M(softlight) \
- M(luminance_to_alpha) M(matrix_4x5)
+ M(luminance_to_alpha) M(matrix_3x4) M(matrix_4x5) \
+ M(fn_1_r) M(fn_1_g) M(fn_1_b) \
+ M(color_lookup_table) M(lab_to_xyz) M(swap_rb)
class SkRasterPipeline {
public:
« no previous file with comments | « src/core/SkColorSpace_Base.h ('k') | src/opts/SkRasterPipeline_opts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698