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

Side by Side Diff: samplecode/SampleApp.cpp

Issue 647973006: Remove a SkImageDecoder reference from SkPicture.h (Closed) Base URL: https://skia.googlesource.com/skia.git@separate-image-encoder-02-debug-functionality
Patch Set: Created 6 years, 2 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 | « include/core/SkWriteBuffer.h ('k') | src/core/SkRecord.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 * Copyright 2011 Google Inc. 2 * Copyright 2011 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #include "SampleApp.h" 8 #include "SampleApp.h"
9 9
10 #include "OverView.h" 10 #include "OverView.h"
11 #include "Resources.h" 11 #include "Resources.h"
12 #include "SampleCode.h" 12 #include "SampleCode.h"
13 #include "SamplePipeControllers.h" 13 #include "SamplePipeControllers.h"
14 #include "SkCanvas.h" 14 #include "SkCanvas.h"
15 #include "SkCommandLineFlags.h" 15 #include "SkCommandLineFlags.h"
16 #include "SkData.h" 16 #include "SkData.h"
17 #include "SkDevice.h" 17 #include "SkDevice.h"
18 #include "SkDocument.h" 18 #include "SkDocument.h"
19 #include "SkGPipe.h" 19 #include "SkGPipe.h"
20 #include "SkGraphics.h" 20 #include "SkGraphics.h"
21 #include "SkImageEncoder.h" 21 #include "SkImageEncoder.h"
22 #include "SkImageDecoder.h"
22 #include "SkOSFile.h" 23 #include "SkOSFile.h"
23 //#include "SkPDFDevice.h" 24 //#include "SkPDFDevice.h"
24 //#include "SkPDFDocument.h" 25 //#include "SkPDFDocument.h"
25 #include "SkPaint.h" 26 #include "SkPaint.h"
26 #include "SkPicture.h" 27 #include "SkPicture.h"
27 #include "SkPictureRecorder.h" 28 #include "SkPictureRecorder.h"
28 #include "SkStream.h" 29 #include "SkStream.h"
29 #include "SkSurface.h" 30 #include "SkSurface.h"
30 #include "SkTSort.h" 31 #include "SkTSort.h"
31 #include "SkTime.h" 32 #include "SkTime.h"
(...skipping 2361 matching lines...) Expand 10 before | Expand all | Expand 10 after
2393 setenv("ANDROID_ROOT", "/android/device/data", 0); 2394 setenv("ANDROID_ROOT", "/android/device/data", 0);
2394 #endif 2395 #endif
2395 SkGraphics::Init(); 2396 SkGraphics::Init();
2396 SkEvent::Init(); 2397 SkEvent::Init();
2397 } 2398 }
2398 2399
2399 void application_term() { 2400 void application_term() {
2400 SkEvent::Term(); 2401 SkEvent::Term();
2401 SkGraphics::Term(); 2402 SkGraphics::Term();
2402 } 2403 }
OLDNEW
« no previous file with comments | « include/core/SkWriteBuffer.h ('k') | src/core/SkRecord.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698