aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/jumper/SkJumper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jumper/SkJumper.h')
-rw-r--r--src/jumper/SkJumper.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/jumper/SkJumper.h b/src/jumper/SkJumper.h
index 9d7b7ab1d9..9de28f3dbc 100644
--- a/src/jumper/SkJumper.h
+++ b/src/jumper/SkJumper.h
@@ -62,6 +62,13 @@ struct SkJumper_MemoryCtx {
int stride;
};
+struct SkJumper_GatherCtx {
+ void* pixels;
+ int stride;
+ float width,
+ height;
+};
+
// State shared by save_xy, accumulate, and bilinear_* / bicubic_*.
struct SkJumper_SamplerCtx {
float x[SkJumper_kMaxStride];