Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/
DSkPdfGraphicsState.h137 SkMatrix fMatrixTm; member
328 fMatrixTm = SkMatrix::I(); in SkPdfGraphicsState()
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()
469 pdfContext->fGraphicsState.fMatrixTm.preTranslate( in drawOneChar()
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp701 pdfContext->fGraphicsState.fMatrixTm = matrix; in doXObject_Form()
794 pdfContext->fGraphicsState.fMatrixTm.preConcat(matrix); in doType3Char()
795 pdfContext->fGraphicsState.fMatrixTm.preScale(SkDoubleToScalar(textSize), in doType3Char()
797 pdfContext->fGraphicsState.fMatrixTlm = pdfContext->fGraphicsState.fMatrixTm; in doType3Char()
799 pdfContext->fGraphicsState.fCTM = pdfContext->fGraphicsState.fMatrixTm; in doType3Char()
1015 pdfContext->fGraphicsState.fMatrixTm.preConcat(matrix); in PdfOp_Td()
1071 pdfContext->fGraphicsState.fMatrixTm = matrix; in PdfOp_Tm()
1442 pdfContext->fGraphicsState.fMatrixTm = matrix; in PdfOp_BT()
1612 pdfContext->fGraphicsState.fMatrixTm.preConcat(matrix); in PdfOp_TJ()
2825 pdfContext.fGraphicsState.fMatrixTm = pdfContext.fGraphicsState.fCTM; in renderPage()