diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-05-19 14:32:49 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-05-19 14:32:49 +0000 |
commit | 628ed0b22045a9544b56e00e73137d6050ce900c (patch) | |
tree | 3ce46924d5486d8821328d1a7bb71569cb2621fd /include | |
parent | 2a67e123a3e559774a16a58cbe5106bc0fb86740 (diff) |
Add Dashing gpu effect for simple dashed lines
BUG=skia:
R=bsalomon@google.com
Author: egdaniel@google.com
Review URL: https://codereview.chromium.org/274673004
git-svn-id: http://skia.googlecode.com/svn/trunk@14775 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/SkGpuDevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h index 15951aa927..d2df32c85b 100644 --- a/include/gpu/SkGpuDevice.h +++ b/include/gpu/SkGpuDevice.h @@ -219,6 +219,8 @@ private: int tileSize, bool bicubic); + bool drawDashLine(const SkPoint pts[2], const SkPaint& paint); + static SkPicture::AccelData::Key ComputeAccelDataKey(); typedef SkBitmapDevice INHERITED; |