Lines Matching refs:fci
44 SkFontConfigInterface* fci = SkFontConfigInterface::RefGlobal(); in RefFCI() local
45 if (fci) { in RefFCI()
46 return fci; in RefFCI()
48 fci = SkFontConfigInterface::GetSingletonDirectInterface(&gFontConfigInterfaceMutex); in RefFCI()
49 SkFontConfigInterface::SetGlobal(fci); in RefFCI()
171 SkAutoTUnref<SkFontConfigInterface> fci(RefFCI()); in LegacyCreateTypeface() local
172 if (nullptr == fci.get()) { in LegacyCreateTypeface()
188 if (!fci->matchFamilyName(requestedFamilyName, requestedOldStyle, in LegacyCreateTypeface()
217 SkAutoTUnref<SkFontConfigInterface> fci(RefFCI()); in onOpenStream() local
218 if (nullptr == fci.get()) { in onOpenStream()
223 return fci->openStream(this->getIdentity()); in onOpenStream()