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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/SkRasterPipeline.h b/src/core/SkRasterPipeline.h
index 779883d0e0..f1a3ef70d6 100644
--- a/src/core/SkRasterPipeline.h
+++ b/src/core/SkRasterPipeline.h
@@ -107,8 +107,10 @@ struct SkJumper_constants;
M(evenly_spaced_2_stop_gradient) \
M(xy_to_unit_angle) \
M(xy_to_radius) \
- M(xy_to_2pt_conical_quadratic) M(xy_to_2pt_conical_linear) \
- M(vector_scale) \
+ M(xy_to_2pt_conical_quadratic_min) \
+ M(xy_to_2pt_conical_quadratic_max) \
+ M(xy_to_2pt_conical_linear) \
+ M(mask_2pt_conical_degenerates) M(apply_vector_mask) \
M(byte_tables) M(byte_tables_rgb) \
M(rgb_to_hsl) \
M(hsl_to_rgb)