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

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: feedback inc Created 5 years, 9 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
« src/gpu/GrGlyph.h ('K') | « 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 const SkMatrix& origViewMatrix, const SkMatrix* prePat hMatrix, 205 const SkMatrix& origViewMatrix, const SkMatrix* prePat hMatrix,
206 const SkIRect& clipBounds, bool pathIsMutable); 206 const SkIRect& clipBounds, bool pathIsMutable);
207 207
208 bool drawDashLine(const SkPoint pts[2], const SkPaint& paint); 208 bool drawDashLine(const SkPoint pts[2], const SkPaint& paint);
209 209
210 static SkPicture::AccelData::Key ComputeAccelDataKey(); 210 static SkPicture::AccelData::Key ComputeAccelDataKey();
211 211
212 static GrRenderTarget* CreateRenderTarget(GrContext*, SkSurface::Budgeted, c onst SkImageInfo&, 212 static GrRenderTarget* CreateRenderTarget(GrContext*, SkSurface::Budgeted, c onst SkImageInfo&,
213 int sampleCount); 213 int sampleCount);
214 214
215 friend class GrBitmapTextContextB;
215 friend class GrTextContext; 216 friend class GrTextContext;
216 typedef SkBaseDevice INHERITED; 217 typedef SkBaseDevice INHERITED;
217 }; 218 };
218 219
219 #endif 220 #endif
OLDNEW
« src/gpu/GrGlyph.h ('K') | « src/gpu/GrTextContext.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698