aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRasterPipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkRasterPipeline.h')
-rw-r--r--src/core/SkRasterPipeline.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/core/SkRasterPipeline.h b/src/core/SkRasterPipeline.h
index 5856dc44bd..3f146be493 100644
--- a/src/core/SkRasterPipeline.h
+++ b/src/core/SkRasterPipeline.h
@@ -79,7 +79,12 @@
M(color_lookup_table) M(lab_to_xyz) M(swap_rb) \
M(clamp_x) M(mirror_x) M(repeat_x) \
M(clamp_y) M(mirror_y) M(repeat_y) \
- M(accum_565) M(accum_8888) M(accum_srgb) M(accum_f16) \
+ M(accum_f16) M(accum_a8) \
+ M(accum_g8) M(accum_g8_srgb) \
+ M(accum_i8) M(accum_i8_srgb) \
+ M(accum_565) M(accum_565_srgb) \
+ M(accum_4444) M(accum_4444_srgb) \
+ M(accum_8888) M(accum_8888_srgb) \
M(top_left) M(top_right) M(bottom_left) M(bottom_right)
class SkRasterPipeline {