HomeSort by relevance Sort by last modified time
    Searched refs:SkFontConfigInterface (Results 1 - 9 of 9) sorted by null

  /external/skia/src/ports/
SkFontConfigInterface.cpp 8 #include "SkFontConfigInterface.h"
14 static SkFontConfigInterface* gFontConfigInterface;
16 SkFontConfigInterface* SkFontConfigInterface::RefGlobal() {
22 return SkSafeRef(SkFontConfigInterface::GetSingletonDirectInterface());
25 SkFontConfigInterface* SkFontConfigInterface::SetGlobal(SkFontConfigInterface* fc) {
SkFontConfigInterface_direct_factory.cpp 11 SkFontConfigInterface* SkFontConfigInterface::GetSingletonDirectInterface() {
12 static SkFontConfigInterface* singleton;
SkFontMgr_FontConfigInterface_factory.cpp 8 #include "SkFontConfigInterface.h"
13 sk_sp<SkFontConfigInterface> fci(SkFontConfigInterface::RefGlobal());
SkFontConfigInterface_direct.h 10 #include "SkFontConfigInterface.h"
14 class SkFontConfigInterfaceDirect : public SkFontConfigInterface {
34 typedef SkFontConfigInterface INHERITED;
SkFontConfigTypeface.h 8 #include "SkFontConfigInterface.h"
17 sk_sp<SkFontConfigInterface> fFCI;
18 SkFontConfigInterface::FontIdentity fIdentity;
23 static SkTypeface_FCI* Create(sk_sp<SkFontConfigInterface> fci,
24 const SkFontConfigInterface::FontIdentity& fi,
37 const SkFontConfigInterface::FontIdentity& getIdentity() const {
42 SkTypeface_FCI(sk_sp<SkFontConfigInterface> fci,
43 const SkFontConfigInterface::FontIdentity& fi,
SkFontMgr_FontConfigInterface.cpp 8 #include "SkFontConfigInterface.h"
40 const SkFontConfigInterface::FontIdentity& id = this->getIdentity();
146 typedef SkFontConfigInterface::FontIdentity FontIdentity;
156 sk_sp<SkFontConfigInterface> fFCI;
168 SkFontMgr_FCI(sk_sp<SkFontConfigInterface> fci)
275 SkFontConfigInterface::FontIdentity identity;
298 SK_API sk_sp<SkFontMgr> SkFontMgr_New_FCI(sk_sp<SkFontConfigInterface> fci) {
SkFontConfigInterface_direct.cpp 76 size_t SkFontConfigInterface::FontIdentity::writeToMemory(void* addr) const {
97 size_t SkFontConfigInterface::FontIdentity::readFromMemory(const void* addr,
119 static void make_iden(SkFontConfigInterface::FontIdentity* iden) {
126 static void test_writeToMemory(const SkFontConfigInterface::FontIdentity& iden0,
128 SkFontConfigInterface::FontIdentity iden1;
145 SkFontConfigInterface::FontIdentity iden0, iden1;
  /external/skia/include/ports/
SkFontMgr_FontConfigInterface.h 15 class SkFontConfigInterface;
17 /** Creates a SkFontMgr which wraps a SkFontConfigInterface. */
18 SK_API sk_sp<SkFontMgr> SkFontMgr_New_FCI(sk_sp<SkFontConfigInterface> fci);
SkFontConfigInterface.h 19 * \class SkFontConfigInterface
24 class SK_API SkFontConfigInterface : public SkRefCnt {
28 * Returns the global SkFontConfigInterface instance. If it is not
30 * unref(). The default SkFontConfigInterface is the result of calling
33 static SkFontConfigInterface* RefGlobal();
40 static SkFontConfigInterface* SetGlobal(SkFontConfigInterface*);
43 * This should be treated as private to the impl of SkFontConfigInterface.
110 static SkFontConfigInterface* GetSingletonDirectInterface();

Completed in 93 milliseconds