Home | History | Annotate | Download | only in pdf

Lines Matching refs:canon

796 SkPDFFont* SkPDFFont::GetFontResource(SkPDFCanon* canon,
799 SkASSERT(canon);
805 if (SkPDFFont* pdfFont = canon->findFont(fontID, glyphID, &relatedFont)) {
849 SkPDFFont* font = SkPDFFont::Create(canon, fontMetrics.get(), typeface,
851 canon->addFont(font, fontID, font->fFirstGlyphID);
877 SkPDFFont* SkPDFFont::Create(SkPDFCanon* canon,
1420 bool SkPDFFont::CanEmbedTypeface(SkTypeface* typeface, SkPDFCanon* canon) {
1423 if (bool* value = canon->fCanEmbedTypeface.find(id)) {
1435 return *canon->fCanEmbedTypeface.set(id, canEmbed);