| OLD | NEW |
| 1 | 1 |
| 2 /* | 2 /* |
| 3 * Copyright 2010 Google Inc. | 3 * Copyright 2010 Google Inc. |
| 4 * | 4 * |
| 5 * Use of this source code is governed by a BSD-style license that can be | 5 * Use of this source code is governed by a BSD-style license that can be |
| 6 * found in the LICENSE file. | 6 * found in the LICENSE file. |
| 7 */ | 7 */ |
| 8 | 8 |
| 9 | 9 |
| 10 | 10 |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 const SkRect& srcRect, | 195 const SkRect& srcRect, |
| 196 const SkIRect& clippedSrcRect, | 196 const SkIRect& clippedSrcRect, |
| 197 const GrTextureParams& params, | 197 const GrTextureParams& params, |
| 198 const SkPaint& paint, | 198 const SkPaint& paint, |
| 199 SkCanvas::DrawBitmapRectFlags flags, | 199 SkCanvas::DrawBitmapRectFlags flags, |
| 200 int tileSize, | 200 int tileSize, |
| 201 bool bicubic); | 201 bool bicubic); |
| 202 | 202 |
| 203 bool drawDashLine(const SkPoint pts[2], const SkPaint& paint); | 203 bool drawDashLine(const SkPoint pts[2], const SkPaint& paint); |
| 204 | 204 |
| 205 bool filterTexture(GrContext*, GrTexture*, const SkImageFilter*, |
| 206 const SkImageFilter::Context&, |
| 207 SkBitmap* result, SkIPoint* offset); |
| 208 |
| 205 static SkPicture::AccelData::Key ComputeAccelDataKey(); | 209 static SkPicture::AccelData::Key ComputeAccelDataKey(); |
| 206 | 210 |
| 207 typedef SkBaseDevice INHERITED; | 211 typedef SkBaseDevice INHERITED; |
| 208 }; | 212 }; |
| 209 | 213 |
| 210 #endif | 214 #endif |
| OLD | NEW |