aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2016-11-21 15:09:45 -0500
committerGravatar Mike Klein <mtklein@chromium.org>2016-11-21 20:35:10 +0000
commitf7f883b09df55548936635dd8fd1dc8c415db18c (patch)
tree29979bb0af6fe122fae27b78af9157cd6d5ebf3a /src/core
parentab1c3a0a8802e0c08d686a62065286d866b198c1 (diff)
Rearrange NN sampling to more naturally support bilerp.
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=5105 Change-Id: Ic692b5faf2d33fee31b119ff8d3653118b25b7c2 Reviewed-on: https://skia-review.googlesource.com/5105 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/SkRasterPipeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkRasterPipeline.h b/src/core/SkRasterPipeline.h
index 2813dc1473..04e27b79d5 100644
--- a/src/core/SkRasterPipeline.h
+++ b/src/core/SkRasterPipeline.h
@@ -79,7 +79,7 @@
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(nearest_565) M(nearest_8888) M(nearest_srgb) M(nearest_f16)
+ M(accum_565) M(accum_8888) M(accum_srgb) M(accum_f16)
class SkRasterPipeline {
public: