/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_none.cpp | 9 #include "SkFontMgr.h" 12 SkFontMgr* SkFontMgr::Factory() { 13 // Always return NULL, an empty SkFontMgr will be used.
|
SkFontMgr_default_dw.cpp | 1 #include "SkFontMgr.h" 4 SkFontMgr* SkFontMgr::Factory() {
|
SkFontMgr_default_gdi.cpp | 1 #include "SkFontMgr.h" 4 SkFontMgr* SkFontMgr::Factory() {
|
SkFontHost_linux.cpp | 11 #include "SkFontMgr.h" 211 class SkFontMgr_Custom : public SkFontMgr { 410 SkFontMgr* SkFontMgr::Factory() {
|
SkFontConfigInterface_android.cpp | 14 #include "SkFontMgr.h" [all...] |
SkFontHost_mac.cpp | 44 #include "SkFontMgr.h" [all...] |
/external/skia/src/ports/ |
SkFontHost_none.cpp | 9 #include "SkFontMgr.h" 12 SkFontMgr* SkFontMgr::Factory() { 13 // Always return NULL, an empty SkFontMgr will be used.
|
SkFontMgr_default_dw.cpp | 1 #include "SkFontMgr.h" 4 SkFontMgr* SkFontMgr::Factory() {
|
SkFontMgr_default_gdi.cpp | 1 #include "SkFontMgr.h" 4 SkFontMgr* SkFontMgr::Factory() {
|
SkFontHost_linux.cpp | 11 #include "SkFontMgr.h" 211 class SkFontMgr_Custom : public SkFontMgr { 410 SkFontMgr* SkFontMgr::Factory() {
|
SkFontConfigInterface_android.cpp | 14 #include "SkFontMgr.h" [all...] |
SkFontHost_mac.cpp | 44 #include "SkFontMgr.h" [all...] |
/external/chromium_org/third_party/skia/include/ports/ |
SkTypeface_win.h | 38 class SkFontMgr; 39 SK_API SkFontMgr* SkFontMgr_New_GDI(); 40 SK_API SkFontMgr* SkFontMgr_New_DirectWrite();
|
SkFontMgr.h | 36 class SK_API SkFontMgr : public SkRefCnt { 38 SK_DECLARE_INST_COUNT(SkFontMgr) 89 static SkFontMgr* RefDefault(); 111 static SkFontMgr* Factory(); // implemented by porting layer 112 friend void set_up_default(SkFontMgr** singleton);
|
/external/skia/include/ports/ |
SkTypeface_win.h | 38 class SkFontMgr; 39 SK_API SkFontMgr* SkFontMgr_New_GDI(); 40 SK_API SkFontMgr* SkFontMgr_New_DirectWrite();
|
SkFontMgr.h | 36 class SK_API SkFontMgr : public SkRefCnt { 38 SK_DECLARE_INST_COUNT(SkFontMgr) 89 static SkFontMgr* RefDefault(); 111 static SkFontMgr* Factory(); // implemented by porting layer 112 friend void set_up_default(SkFontMgr** singleton);
|
/external/chromium_org/third_party/skia/src/core/ |
SkFontHost.cpp | 70 #include "SkFontMgr.h" 93 class SkEmptyFontMgr : public SkFontMgr { 138 int SkFontMgr::countFamilies() { 142 void SkFontMgr::getFamilyName(int index, SkString* familyName) { 146 SkFontStyleSet* SkFontMgr::createStyleSet(int index) { 150 SkFontStyleSet* SkFontMgr::matchFamily(const char familyName[]) { 154 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[], 159 SkTypeface* SkFontMgr::matchFaceStyle(const SkTypeface* face, 164 SkTypeface* SkFontMgr::createFromData(SkData* data, int ttcIndex) { 171 SkTypeface* SkFontMgr::createFromStream(SkStream* stream, int ttcIndex) [all...] |
/external/skia/src/core/ |
SkFontHost.cpp | 70 #include "SkFontMgr.h" 93 class SkEmptyFontMgr : public SkFontMgr { 138 int SkFontMgr::countFamilies() { 142 void SkFontMgr::getFamilyName(int index, SkString* familyName) { 146 SkFontStyleSet* SkFontMgr::createStyleSet(int index) { 150 SkFontStyleSet* SkFontMgr::matchFamily(const char familyName[]) { 154 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[], 159 SkTypeface* SkFontMgr::matchFaceStyle(const SkTypeface* face, 164 SkTypeface* SkFontMgr::createFromData(SkData* data, int ttcIndex) { 171 SkTypeface* SkFontMgr::createFromStream(SkStream* stream, int ttcIndex) [all...] |
/external/skia/tests/ |
FontMgrTest.cpp | 11 #include "SkFontMgr.h" 45 SkAutoTUnref<SkFontMgr> fm(SkFontMgr::RefDefault());
|
FontNamesTest.cpp | 11 #include "SkFontMgr.h" 146 SkAutoTUnref<SkFontMgr> fm(SkFontMgr::RefDefault());
|
/external/skia/gm/ |
fontmgr.cpp | 10 #include "SkFontMgr.h" 29 FontMgrGM(SkFontMgr* (*factory)() = NULL) { 37 fFM.reset(SkFontMgr::RefDefault()); 58 SkFontMgr* fm = fFM; 94 SkAutoTUnref<SkFontMgr> fFM; 100 SkAutoTUnref<SkFontMgr> fFM; 103 FontMgrMatchGM() : fFM(SkFontMgr::RefDefault()) {
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
FontCache.h | 50 #include "SkFontMgr.h" 100 SkFontMgr* fontManager() { return m_fontManager.get(); } 148 OwnPtr<SkFontMgr> m_fontManager;
|
/external/chromium_org/third_party/skia/src/fonts/ |
SkFontMgr_fontconfig.cpp | 8 #include "SkFontMgr.h" 183 class SkFontMgr_fontconfig : public SkFontMgr { 302 SkFontMgr* SkFontMgr::Factory() {
|
/external/skia/src/fonts/ |
SkFontMgr_fontconfig.cpp | 8 #include "SkFontMgr.h" 183 class SkFontMgr_fontconfig : public SkFontMgr { 302 SkFontMgr* SkFontMgr::Factory() {
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
FontCacheSkiaWin.cpp | 36 #include "SkFontMgr.h" 48 SkFontMgr* fontManager = 0;
|