Lines Matching defs:collection
852 // LayoutFallback may use the system font collection for fallback.
946 // No matter how the font collection is set on this IDWriteTextLayout, it is not possible to
947 // disable use of the system font collection in fallback.
957 "Could not set layout font collection.");
1163 // layoutFallback causes DCHECK in Chromium. (Uses system font collection.)
1234 IDWriteFontCollection* collection) {
1235 return SkFontMgr_New_DirectWrite(factory, collection, nullptr);
1239 IDWriteFontCollection* collection,
1249 if (nullptr == collection) {
1251 "Could not get system font collection.");
1252 collection = systemFontCollection.get();
1301 return sk_make_sp<SkFontMgr_DirectWrite>(factory, collection, fallback,