| Index: include/gpu/SkGr.h
|
| diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h
|
| index c73701e72b2545200914a062e0682a53c66ecb6c..4de61afffbc67fdca2dc70032818faad6c9a2c32 100644
|
| --- a/include/gpu/SkGr.h
|
| +++ b/include/gpu/SkGr.h
|
| @@ -90,6 +90,12 @@ bool SkPaint2GrPaintNoShader(GrContext* context, GrRenderTarget*, const SkPaint&
|
| bool SkPaint2GrPaint(GrContext* context, GrRenderTarget*, const SkPaint& skPaint,
|
| const SkMatrix& viewM, bool constantColor, GrPaint* grPaint);
|
|
|
| +
|
| +SkImageInfo GrMakeInfoFromTexture(GrTexture* tex, int w, int h, bool isOpaque);
|
| +
|
| +// Using the dreaded SkGrPixelRef ...
|
| +void GrWrapTextureInBitmap(GrTexture* src, int w, int h, bool isOpaque, SkBitmap* dst);
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // Classes
|
|
|
|
|