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

Side by Side Diff: src/ports/SkFontConfigParser_android.h

Issue 433163002: Remove references to __system_property_get from Skia (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase on tom's change Created 6 years, 4 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/ports/SkFontConfigInterface_android.cpp ('k') | src/ports/SkFontConfigParser_android.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 /* 1 /*
2 * Copyright 2011 The Android Open Source Project 2 * Copyright 2011 The Android Open Source Project
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 #ifndef SKFONTCONFIGPARSER_ANDROID_H_ 8 #ifndef SKFONTCONFIGPARSER_ANDROID_H_
9 #define SKFONTCONFIGPARSER_ANDROID_H_ 9 #define SKFONTCONFIGPARSER_ANDROID_H_
10 10
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 void GetFontFamilies(SkTDArray<FontFamily*> &fontFamilies); 54 void GetFontFamilies(SkTDArray<FontFamily*> &fontFamilies);
55 55
56 /** 56 /**
57 * Parses all test font configuration files and returns the results in an 57 * Parses all test font configuration files and returns the results in an
58 * array of FontFamily structures. 58 * array of FontFamily structures.
59 */ 59 */
60 void GetTestFontFamilies(SkTDArray<FontFamily*> &fontFamilies, 60 void GetTestFontFamilies(SkTDArray<FontFamily*> &fontFamilies,
61 const char* testMainConfigFile, 61 const char* testMainConfigFile,
62 const char* testFallbackConfigFile); 62 const char* testFallbackConfigFile);
63 63
64 SkString GetLocale();
65
66 } // SkFontConfigParser namespace 64 } // SkFontConfigParser namespace
67 65
68 #endif /* SKFONTCONFIGPARSER_ANDROID_H_ */ 66 #endif /* SKFONTCONFIGPARSER_ANDROID_H_ */
OLDNEW
« no previous file with comments | « src/ports/SkFontConfigInterface_android.cpp ('k') | src/ports/SkFontConfigParser_android.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698