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

Side by Side Diff: include/core/SkPicture.h

Issue 490253003: Implement SkPicture::bytesUsed() for SkRecord backend (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: More tweaks for object size Created 6 years, 1 month 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 | « no previous file | include/utils/SkPictureUtils.h » ('j') | 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 2007 The Android Open Source Project 3 * Copyright 2007 The Android Open Source Project
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 #ifndef SkPicture_DEFINED 10 #ifndef SkPicture_DEFINED
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 int fNumAAHairlineConcavePaths; 285 int fNumAAHairlineConcavePaths;
286 int fNumAADFEligibleConcavePaths; 286 int fNumAADFEligibleConcavePaths;
287 } fAnalysis; 287 } fAnalysis;
288 mutable uint32_t fUniqueID; 288 mutable uint32_t fUniqueID;
289 289
290 struct PathCounter; 290 struct PathCounter;
291 291
292 friend class SkPictureRecorder; // SkRecord-based constructor. 292 friend class SkPictureRecorder; // SkRecord-based constructor.
293 friend class GrLayerHoister; // access to fRecord 293 friend class GrLayerHoister; // access to fRecord
294 friend class ReplaceDraw; 294 friend class ReplaceDraw;
295 friend class SkPictureUtils;
295 296
296 typedef SkRefCnt INHERITED; 297 typedef SkRefCnt INHERITED;
297 }; 298 };
298 299
299 #endif 300 #endif
OLDNEW
« no previous file with comments | « no previous file | include/utils/SkPictureUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698