diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-10-23 21:06:51 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-10-23 21:06:51 +0000 |
commit | 25e5a20e656a3d895753b61be3fc3645039c57ab (patch) | |
tree | dcd03d0328dc1a65b29048c4a4448a53d229c5ff /include | |
parent | e66d37606753f856492355a3bd6afe9a455e81ab (diff) |
Apply matrix early in draw bitmap
R=robertphillips@google.com, senorblanco@chromium.org
Author: bsalomon@google.com
Review URL: https://codereview.chromium.org/30593003
git-svn-id: http://skia.googlecode.com/svn/trunk@11930 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/SkGpuDevice.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h index 5d669e40fd..debfd37170 100644 --- a/include/gpu/SkGpuDevice.h +++ b/include/gpu/SkGpuDevice.h @@ -191,13 +191,11 @@ private: const SkRect* srcRectPtr) const; void internalDrawBitmap(const SkBitmap&, const SkRect&, - const SkMatrix&, const GrTextureParams& params, const SkPaint& paint, SkCanvas::DrawBitmapRectFlags flags); void drawTiledBitmap(const SkBitmap& bitmap, const SkRect& srcRect, - const SkMatrix& m, const GrTextureParams& params, const SkPaint& paint, SkCanvas::DrawBitmapRectFlags flags); |