Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: src/gpu/SkGpuDevice.h

Issue 1011403004: BitmapTextBatch and BitmapTextBlob (Closed) Base URL: https://skia.googlesource.com/skia.git@dfpr_take_2
Patch Set: fix for segfault Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/gpu/GrTextContext.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 #ifndef SkGpuDevice_DEFINED 9 #ifndef SkGpuDevice_DEFINED
10 #define SkGpuDevice_DEFINED 10 #define SkGpuDevice_DEFINED
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 const SkMatrix& origViewMatrix, const SkMatrix* prePat hMatrix, 212 const SkMatrix& origViewMatrix, const SkMatrix* prePat hMatrix,
213 const SkIRect& clipBounds, bool pathIsMutable); 213 const SkIRect& clipBounds, bool pathIsMutable);
214 214
215 bool drawDashLine(const SkPoint pts[2], const SkPaint& paint); 215 bool drawDashLine(const SkPoint pts[2], const SkPaint& paint);
216 216
217 static SkPicture::AccelData::Key ComputeAccelDataKey(); 217 static SkPicture::AccelData::Key ComputeAccelDataKey();
218 218
219 static GrRenderTarget* CreateRenderTarget(GrContext*, SkSurface::Budgeted, c onst SkImageInfo&, 219 static GrRenderTarget* CreateRenderTarget(GrContext*, SkSurface::Budgeted, c onst SkImageInfo&,
220 int sampleCount); 220 int sampleCount);
221 221
222 friend class GrBitmapTextContextB;
222 friend class GrTextContext; 223 friend class GrTextContext;
223 typedef SkBaseDevice INHERITED; 224 typedef SkBaseDevice INHERITED;
224 }; 225 };
225 226
226 #endif 227 #endif
OLDNEW
« no previous file with comments | « src/gpu/GrTextContext.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698