#include "include/ports/SkFontConfigInterface.h"
#include "include/core/SkFontMgr.h"
#include "include/core/SkRefCnt.h"
#include "include/private/base/SkMutex.h"
static SkMutex& font_config_interface_mutex() { … }
static SkFontConfigInterface* gFontConfigInterface;
sk_sp<SkFontConfigInterface> SkFontConfigInterface::RefGlobal() { … }
void SkFontConfigInterface::SetGlobal(sk_sp<SkFontConfigInterface> fc) { … }
sk_sp<SkTypeface> SkFontConfigInterface::makeTypeface(const FontIdentity& identity,
sk_sp<SkFontMgr> mgr) { … }