Lines Matching defs:face
532 sk_sp<SkTypeface> face = fTFCache.findByProcAndRef(FindByDWriteFont, &spec);
533 if (nullptr == face) {
534 face = DWriteFontTypeface::Make(fFactory.get(), fontFace, font, fontFamily, nullptr);
535 if (face) {
536 fTFCache.add(face);
539 return face;
631 HRM(E_INVALIDARG, "Glyph run without font face.");
636 "Could not get font from font face.");
917 HRNM(font->CreateFontFace(&fontFace), "Could not get font face from font.");
1104 // Skip if the current face index does not match the ttcIndex
1179 HRNM(font->CreateFontFace(&fontFace), "Could not create font face.");
1195 HRNM(font->CreateFontFace(&fontFace), "Could not create font face.");
1224 HRNM(font->CreateFontFace(&fontFace), "Could not create font face.");