aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmapProcState.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-08-23 01:26:59 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-23 12:41:35 +0000
commitdc03ddeb7e716ca871f9ca6a3b3ffb0ce6caa548 (patch)
tree2a9a22c6c0daab6611c4cfc1fc0066cf518ce70d /src/core/SkBitmapProcState.h
parent5141d215e068c630dacc8865ffb46efd7f0f3911 (diff)
remove code associated with legacy affine imageshaders
requires https://skia-review.googlesource.com/c/33180 CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD Bug: skia: Change-Id: I226e120cc5aebe393bda8bc069e7927fdc981a0e Reviewed-on: https://skia-review.googlesource.com/36800 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'src/core/SkBitmapProcState.h')
-rw-r--r--src/core/SkBitmapProcState.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/SkBitmapProcState.h b/src/core/SkBitmapProcState.h
index c9376c60ae..00fb160aba 100644
--- a/src/core/SkBitmapProcState.h
+++ b/src/core/SkBitmapProcState.h
@@ -182,18 +182,10 @@ void S32_opaque_D32_filter_DX(const SkBitmapProcState& s, const uint32_t xy[],
int count, SkPMColor colors[]);
void S32_alpha_D32_filter_DX(const SkBitmapProcState& s, const uint32_t xy[],
int count, SkPMColor colors[]);
-void S32_opaque_D32_filter_DXDY(const SkBitmapProcState& s,
- const uint32_t xy[], int count, SkPMColor colors[]);
-void S32_alpha_D32_filter_DXDY(const SkBitmapProcState& s,
- const uint32_t xy[], int count, SkPMColor colors[]);
void ClampX_ClampY_filter_scale(const SkBitmapProcState& s, uint32_t xy[],
int count, int x, int y);
void ClampX_ClampY_nofilter_scale(const SkBitmapProcState& s, uint32_t xy[],
int count, int x, int y);
-void ClampX_ClampY_filter_affine(const SkBitmapProcState& s,
- uint32_t xy[], int count, int x, int y);
-void ClampX_ClampY_nofilter_affine(const SkBitmapProcState& s,
- uint32_t xy[], int count, int x, int y);
// Helper class for mapping the middle of pixel (x, y) into SkFractionalInt bitmap space.
// Discussion: