Lines Matching full:skfont
308 SkPdfFont* skfont = pdfContext->fGraphicsState.fSkFont;
309 if (skfont == NULL) {
310 skfont = SkPdfFont::Default();
327 if (skfont->encoding() == NULL) {
333 skfont->encoding()->decodeText(binary, &decoded);
348 skfont->drawText(decoded, &paint, pdfContext, canvas);
1487 SkPdfFont* skfont = SkPdfFont::fontFromPdfDictionary(pdfContext->fPdfDoc, fd);
1489 if (skfont) {
1490 pdfContext->fGraphicsState.fSkFont = skfont;