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

Side by Side Diff: src/animator/SkPaintPart.h

Issue 242943004: rename SkPaintParts.* to SkPaintPart.* (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « src/animator/SkDrawTransparentShader.h ('k') | src/animator/SkPaintPart.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1
2 /* 1 /*
3 * Copyright 2006 The Android Open Source Project 2 * Copyright 2006 The Android Open Source Project
4 * 3 *
5 * 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
6 * found in the LICENSE file. 5 * found in the LICENSE file.
7 */ 6 */
8 7
9 8 #ifndef SkPaintPart_DEFINED
10 #ifndef SkPaintParts_DEFINED 9 #define SkPaintPart_DEFINED
11 #define SkPaintParts_DEFINED
12 10
13 #include "SkDisplayable.h" 11 #include "SkDisplayable.h"
14 #include "SkMemberInfo.h" 12 #include "SkMemberInfo.h"
15 #include "SkPaint.h" 13 #include "SkPaint.h"
16 #include "SkShader.h" 14 #include "SkShader.h"
17 #include "SkTypeface.h" 15 #include "SkTypeface.h"
18 #include "SkXfermode.h" 16 #include "SkXfermode.h"
19 17
20 class SkDrawPaint; 18 class SkDrawPaint;
21 class SkDrawMatrix; 19 class SkDrawMatrix;
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 virtual void dump(SkAnimateMaker *); 63 virtual void dump(SkAnimateMaker *);
66 #endif 64 #endif
67 SkTypeface* getTypeface() { 65 SkTypeface* getTypeface() {
68 return SkTypeface::CreateFromName(fontName.c_str(), style); } 66 return SkTypeface::CreateFromName(fontName.c_str(), style); }
69 protected: 67 protected:
70 virtual bool add(); 68 virtual bool add();
71 SkString fontName; 69 SkString fontName;
72 SkTypeface::Style style; 70 SkTypeface::Style style;
73 }; 71 };
74 72
75 #endif // SkPaintParts_DEFINED 73 #endif // SkPaintPart_DEFINED
OLDNEW
« no previous file with comments | « src/animator/SkDrawTransparentShader.h ('k') | src/animator/SkPaintPart.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698