Home | History | Annotate | Download | only in ports

Lines Matching defs:fci

49         SkFontConfigInterface* fci = SkFontConfigInterface::RefGlobal();
50 if (fci) {
51 return fci;
53 fci = SkFontConfigInterface::GetSingletonDirectInterface();
54 SkFontConfigInterface::SetGlobal(fci);
76 FontConfigTypeface* fci = (FontConfigTypeface*)face;
79 return rec->fStyle == style && fci->isFamilyName(rec->fFamilyName);
86 SkAutoTUnref<SkFontConfigInterface> fci(RefFCI());
87 if (NULL == fci.get()) {
107 if (!fci->matchFamilyName(familyName, style,
198 SkAutoTUnref<SkFontConfigInterface> fci(RefFCI());
199 if (NULL == fci.get()) {
202 stream = fci->openStream(this->getIdentity());