Home | History | Annotate | Download | only in pdf

Lines Matching refs:SkPDFFont

22 #include "SkPDFFont.h"
211 SkPDFFont* fFont;
1241 if (!SkPDFFont::CanEmbedTypeface(transparent.getTypeface(),
1276 if (!SkPDFFont::CanEmbedTypeface(srcPaint.getTypeface(), fCanon)) {
1316 SkPDFFont* font = content.entry()->fState.fFont;
1337 if (!SkPDFFont::CanEmbedTypeface(srcPaint.getTypeface(), fCanon)) {
1385 SkPDFFont* font = content.entry()->fState.fFont;
1542 for (SkPDFFont* font : fFontResources) {
1552 const SkTDArray<SkPDFFont*>& SkPDFDevice::getFontResources() const {
2198 SkAutoTUnref<SkPDFFont> newFont(
2199 SkPDFFont::GetFontResource(fCanon, typeface, glyphID));