Searched refs:skfont (Results 1 – 1 of 1) sorted by relevance
308 SkPdfFont* skfont = pdfContext->fGraphicsState.fSkFont; in DrawText() local309 if (skfont == NULL) { in DrawText()310 skfont = SkPdfFont::Default(); in DrawText()327 if (skfont->encoding() == NULL) { in DrawText()333 skfont->encoding()->decodeText(binary, &decoded); in DrawText()348 skfont->drawText(decoded, &paint, pdfContext, canvas); in DrawText()1487 SkPdfFont* skfont = SkPdfFont::fontFromPdfDictionary(pdfContext->fPdfDoc, fd); in skpdfGraphicsStateApplyFontCore() local1489 if (skfont) { in skpdfGraphicsStateApplyFontCore()1490 pdfContext->fGraphicsState.fSkFont = skfont; in skpdfGraphicsStateApplyFontCore()