Lines Matching refs:get
67 if (fontFileLoaderId.get() == current.fLoader &&
92 memcpy(fLocaleName.get(), localeName, localeNameLength * sizeof(WCHAR));
116 fontId->fDataId = FindOrAdd(fontFileLoader.get(), refKey, refKeySize);
129 "Could not get requested family.");
137 HRNM(fontFamily->GetFont(fontIndex, &font), "Could not get font.");
139 HRN(FontToIdentity(font.get(), &fontIds[fontIndex]));
151 "Could not get requested family.",
161 HR_GENERAL(FontToIdentity(font.get(), &identity), nullptr, identity);
196 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
220 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
251 "Could not get font from font face.");
260 HR(fOuter->FontToIdentity(font.get(), &fIdentity));
390 fFontCollection.get(),
404 HR_GENERAL(dwFactory->CreateTextLayout(str, strLen, fallbackFormat.get(),
413 HR_GENERAL(fallbackLayout->Draw(nullptr, fontFallbackRenderer.get(), 50.0f, 50.0f),
434 return new SkDWriteFontFileStream(fontFileStream.get());
452 "Could not get system font collection.");
462 SK_TRACEHR(hr, "Could not get GetUserDefaultLocaleName.");
470 return new SkRemotableFontMgr_DirectWrite(sysFontCollection.get(), localeName, localeNameLen);