Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp308 SkPdfFont* skfont = pdfContext->fGraphicsState.fSkFont; in DrawText()
337 if (pdfContext->fGraphicsState.fCurFontSize != 0) { in DrawText()
338 paint.setTextSize(SkDoubleToScalar(pdfContext->fGraphicsState.fCurFontSize)); in DrawText()
346 pdfContext->fGraphicsState.applyGraphicsState(&paint, false); in DrawText()
571 return pdfContext->fGraphicsState.fSMask; in getSmaskFromObject()
584 canvas->setMatrix(pdfContext->fGraphicsState.fCTM); in doXObject_Image()
595 SkMatrix solveImageFlip = pdfContext->fGraphicsState.fCTM; in doXObject_Image()
618 pdfContext->fGraphicsState.applyGraphicsState(&paint, false); in doXObject_Image()
663 pdfContext->fGraphicsState.applyGraphicsState(&paint, false); in doGroup_before()
692 pdfContext->fGraphicsState.fResources = skobj->Resources(pdfContext->fPdfDoc); in doXObject_Form()
[all …]
/external/skia/experimental/PdfViewer/
DSkPdfFont.h186 canvas->setMatrix(pdfContext->fGraphicsState.fMatrixTm); in drawText()
189 pdfContext->fGraphicsState.fMatrixTm.mapPoints(&point, 1); in drawText()
202 canvas->setMatrix(pdfContext->fGraphicsState.fMatrixTm); in drawText()
207 pdfContext->fGraphicsState.fMatrixTm.preTranslate(SkDoubleToScalar(width), in drawText()
466 pdfContext->fGraphicsState.fCurFontSize); in drawOneChar()
469 pdfContext->fGraphicsState.fMatrixTm.preTranslate( in drawOneChar()
470 SkDoubleToScalar(pdfContext->fGraphicsState.fCurFontSize * in drawOneChar()
/external/skia/experimental/PdfViewer/inc/
DSkPdfContext.h30 SkPdfGraphicsState fGraphicsState; variable