Index: src/core/SkBitmapProcState.h |
diff --git a/src/core/SkBitmapProcState.h b/src/core/SkBitmapProcState.h |
index add5bf4fa9e1a4c922a8aa8bb6345e249ffbc8a5..fa934dcb2505f0ed7590b799661bd2bdc3120456 100644 |
--- a/src/core/SkBitmapProcState.h |
+++ b/src/core/SkBitmapProcState.h |
@@ -135,6 +135,7 @@ private: |
MatrixProc chooseMatrixProc(bool trivial_matrix); |
bool chooseProcs(const SkMatrix& inv, const SkPaint&); |
robertphillips
2015/01/14 21:54:20
clampClamp -> clampInBothDirs ?
|
+ bool chooseScanlineProcs(bool trivialMatrix, bool clampClamp, const SkPaint& paint); |
ShaderProc32 chooseShaderProc32(); |
// returns false if we did not try to scale the image. In that case, we |