Lines Matching refs:SkPDFFont
27 #include "SkPDFFont.h"
1272 SkPDFFont::GetMetrics(typeface, fDocument->canon());
1312 SkAutoGlyphCache glyphCache = SkPDFFont::MakeVectorCache(typeface, &emSize);
1340 bool multiByteGlyphs = SkPDFFont::IsMultiByte(SkPDFFont::FontType(*metrics));
1350 SkPDFFont* font = nullptr;
1395 // All preconditions for SkPDFFont::GetFontResource are met.
1403 SkASSERT(font); // All preconditions for SkPDFFont::GetFontResource are met.
1527 for (SkPDFFont* font : fFontResources) {
2031 sk_sp<SkPDFFont> newFont(
2032 SkPDFFont::GetFontResource(fDocument->canon(), typeface, glyphID));