/external/skia/src/ports/ |
D | SkFontConfigInterface.cpp | 14 static SkFontConfigInterface* gFontConfigInterface; 16 sk_sp<SkFontConfigInterface> SkFontConfigInterface::RefGlobal() { in RefGlobal() 22 return sk_ref_sp(SkFontConfigInterface::GetSingletonDirectInterface()); in RefGlobal() 25 void SkFontConfigInterface::SetGlobal(sk_sp<SkFontConfigInterface> fc) { in SetGlobal()
|
D | SkFontConfigTypeface.h | 20 sk_sp<SkFontConfigInterface> fFCI; 21 SkFontConfigInterface::FontIdentity fIdentity; 26 static SkTypeface_FCI* Create(sk_sp<SkFontConfigInterface> fci, in Create() 27 const SkFontConfigInterface::FontIdentity& fi, in Create() 40 const SkFontConfigInterface::FontIdentity& getIdentity() const { in getIdentity() 56 SkTypeface_FCI(sk_sp<SkFontConfigInterface> fci, in SkTypeface_FCI() 57 const SkFontConfigInterface::FontIdentity& fi, in SkTypeface_FCI()
|
D | SkFontConfigInterface_direct_factory.cpp | 11 SkFontConfigInterface* SkFontConfigInterface::GetSingletonDirectInterface() { in GetSingletonDirectInterface() 12 static SkFontConfigInterface* singleton; in GetSingletonDirectInterface()
|
D | SkFontMgr_FontConfigInterface.cpp | 41 const SkFontConfigInterface::FontIdentity& id = this->getIdentity(); in onMakeFontData() 146 typedef SkFontConfigInterface::FontIdentity FontIdentity; in find_by_FontIdentity() 156 sk_sp<SkFontConfigInterface> fFCI; 168 SkFontMgr_FCI(sk_sp<SkFontConfigInterface> fci) in SkFontMgr_FCI() 198 SkFontConfigInterface::FontIdentity identity; in onMatchFamilyStyle() 307 SkFontConfigInterface::FontIdentity identity; in onLegacyMakeTypeface() 330 SK_API sk_sp<SkFontMgr> SkFontMgr_New_FCI(sk_sp<SkFontConfigInterface> fci) { in SkFontMgr_New_FCI()
|
D | SkFontMgr_FontConfigInterface_factory.cpp | 13 sk_sp<SkFontConfigInterface> fci(SkFontConfigInterface::RefGlobal()); in Factory()
|
D | SkFontConfigInterface_direct.h | 16 class SkFontConfigInterfaceDirect : public SkFontConfigInterface { 36 typedef SkFontConfigInterface INHERITED;
|
D | SkFontConfigInterface_direct.cpp | 76 size_t SkFontConfigInterface::FontIdentity::writeToMemory(void* addr) const { in writeToMemory() 97 size_t SkFontConfigInterface::FontIdentity::readFromMemory(const void* addr, in readFromMemory() 119 static void make_iden(SkFontConfigInterface::FontIdentity* iden) { in make_iden() 126 static void test_writeToMemory(const SkFontConfigInterface::FontIdentity& iden0, in test_writeToMemory() 128 SkFontConfigInterface::FontIdentity iden1; in test_writeToMemory() 145 SkFontConfigInterface::FontIdentity iden0, iden1; in fontconfiginterface_unittest()
|
/external/skqp/src/ports/ |
D | SkFontConfigInterface.cpp | 14 static SkFontConfigInterface* gFontConfigInterface; 16 sk_sp<SkFontConfigInterface> SkFontConfigInterface::RefGlobal() { in RefGlobal() 22 return sk_ref_sp(SkFontConfigInterface::GetSingletonDirectInterface()); in RefGlobal() 25 void SkFontConfigInterface::SetGlobal(sk_sp<SkFontConfigInterface> fc) { in SetGlobal()
|
D | SkFontConfigTypeface.h | 20 sk_sp<SkFontConfigInterface> fFCI; 21 SkFontConfigInterface::FontIdentity fIdentity; 26 static SkTypeface_FCI* Create(sk_sp<SkFontConfigInterface> fci, in Create() 27 const SkFontConfigInterface::FontIdentity& fi, in Create() 40 const SkFontConfigInterface::FontIdentity& getIdentity() const { in getIdentity() 56 SkTypeface_FCI(sk_sp<SkFontConfigInterface> fci, in SkTypeface_FCI() 57 const SkFontConfigInterface::FontIdentity& fi, in SkTypeface_FCI()
|
D | SkFontConfigInterface_direct_factory.cpp | 11 SkFontConfigInterface* SkFontConfigInterface::GetSingletonDirectInterface() { in GetSingletonDirectInterface() 12 static SkFontConfigInterface* singleton; in GetSingletonDirectInterface()
|
D | SkFontMgr_FontConfigInterface.cpp | 41 const SkFontConfigInterface::FontIdentity& id = this->getIdentity(); in onMakeFontData() 147 typedef SkFontConfigInterface::FontIdentity FontIdentity; in find_by_FontIdentity() 157 sk_sp<SkFontConfigInterface> fFCI; 169 SkFontMgr_FCI(sk_sp<SkFontConfigInterface> fci) in SkFontMgr_FCI() 199 SkFontConfigInterface::FontIdentity identity; in onMatchFamilyStyle() 308 SkFontConfigInterface::FontIdentity identity; in onLegacyMakeTypeface() 331 SK_API sk_sp<SkFontMgr> SkFontMgr_New_FCI(sk_sp<SkFontConfigInterface> fci) { in SkFontMgr_New_FCI()
|
D | SkFontMgr_FontConfigInterface_factory.cpp | 13 sk_sp<SkFontConfigInterface> fci(SkFontConfigInterface::RefGlobal()); in Factory()
|
D | SkFontConfigInterface_direct.h | 16 class SkFontConfigInterfaceDirect : public SkFontConfigInterface { 36 typedef SkFontConfigInterface INHERITED;
|
D | SkFontConfigInterface_direct.cpp | 76 size_t SkFontConfigInterface::FontIdentity::writeToMemory(void* addr) const { in writeToMemory() 97 size_t SkFontConfigInterface::FontIdentity::readFromMemory(const void* addr, in readFromMemory() 119 static void make_iden(SkFontConfigInterface::FontIdentity* iden) { in make_iden() 126 static void test_writeToMemory(const SkFontConfigInterface::FontIdentity& iden0, in test_writeToMemory() 128 SkFontConfigInterface::FontIdentity iden1; in test_writeToMemory() 145 SkFontConfigInterface::FontIdentity iden0, iden1; in fontconfiginterface_unittest()
|
/external/skia/include/ports/ |
D | SkFontConfigInterface.h | 24 class SK_API SkFontConfigInterface : public SkRefCnt { 33 static sk_sp<SkFontConfigInterface> RefGlobal(); 38 static void SetGlobal(sk_sp<SkFontConfigInterface> fc); 110 static SkFontConfigInterface* GetSingletonDirectInterface();
|
D | SkFontMgr_FontConfigInterface.h | 15 class SkFontConfigInterface; variable 18 SK_API sk_sp<SkFontMgr> SkFontMgr_New_FCI(sk_sp<SkFontConfigInterface> fci);
|
/external/skqp/include/ports/ |
D | SkFontConfigInterface.h | 24 class SK_API SkFontConfigInterface : public SkRefCnt { 33 static sk_sp<SkFontConfigInterface> RefGlobal(); 38 static void SetGlobal(sk_sp<SkFontConfigInterface> fc); 110 static SkFontConfigInterface* GetSingletonDirectInterface();
|
D | SkFontMgr_FontConfigInterface.h | 15 class SkFontConfigInterface; variable 18 SK_API sk_sp<SkFontMgr> SkFontMgr_New_FCI(sk_sp<SkFontConfigInterface> fci);
|
/external/skia/ |
D | BUILD.gn | 435 "src/ports/SkFontConfigInterface.cpp",
|
/external/skqp/ |
D | BUILD.gn | 455 "src/ports/SkFontConfigInterface.cpp",
|