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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/jumper/SkJumper.h b/src/jumper/SkJumper.h
index e4f489267b..04c8eee059 100644
--- a/src/jumper/SkJumper.h
+++ b/src/jumper/SkJumper.h
@@ -100,12 +100,15 @@ struct SkJumper_GradientCtx {
float* ts;
};
+// TODO (liyuqian): remove fCoeffA, fInvCoeffA, fR0, fDR once rebaselined
struct SkJumper_2PtConicalCtx {
uint32_t fMask[SkJumper_kMaxStride];
float fCoeffA,
fInvCoeffA,
fR0,
- fDR;
+ fDR,
+ fP0,
+ fP1;
};
struct SkJumper_UniformColorCtx {