Chromium Code Reviews| Index: src/gpu/SkGrPriv.h |
| diff --git a/src/gpu/SkGrPriv.h b/src/gpu/SkGrPriv.h |
| index 5924ea647dc7045f99e2fede0c090f0d79f76a5c..0b20b0a884bd201f60c08c510cff4fa5982772a1 100644 |
| --- a/src/gpu/SkGrPriv.h |
| +++ b/src/gpu/SkGrPriv.h |
| @@ -84,6 +84,13 @@ inline bool SkPaintToGrPaintWithPrimitiveColor(GrContext* context, const SkPaint |
| false, grPaint); |
| } |
| +bool SkPaintToGrPaintWithTexture(GrContext* context, |
|
bsalomon
2015/11/18 17:57:35
Comment explaining what this does? may or may not
joshualitt
2015/11/18 19:07:07
Acknowledged.
|
| + const SkPaint& paint, |
| + const SkMatrix& viewM, |
| + const GrFragmentProcessor* fp, |
| + bool textureIsAlphaOnly, |
| + GrPaint* grPaint); |
| + |
| ////////////////////////////////////////////////////////////////////////////// |
| GrSurfaceDesc GrImageInfoToSurfaceDesc(const SkImageInfo&); |