Home
last modified time | relevance | path

Searched refs:skfont (Results 1 – 1 of 1) sorted by relevance

/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp308 SkPdfFont* skfont = pdfContext->fGraphicsState.fSkFont; in DrawText() local
309 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() local
1489 if (skfont) { in skpdfGraphicsStateApplyFontCore()
1490 pdfContext->fGraphicsState.fSkFont = skfont; in skpdfGraphicsStateApplyFontCore()