Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/
DSkPdfGraphicsState.h138 SkMatrix fMatrixTlm; member
329 fMatrixTlm = SkMatrix::I(); in SkPdfGraphicsState()
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp702 pdfContext->fGraphicsState.fMatrixTlm = matrix; in doXObject_Form()
797 pdfContext->fGraphicsState.fMatrixTlm = pdfContext->fGraphicsState.fMatrixTm; in doType3Char()
1016 pdfContext->fGraphicsState.fMatrixTlm.preConcat(matrix); in PdfOp_Td()
1072 pdfContext->fGraphicsState.fMatrixTlm = matrix; in PdfOp_Tm()
1443 pdfContext->fGraphicsState.fMatrixTlm = matrix; in PdfOp_BT()
2826 pdfContext.fGraphicsState.fMatrixTlm = pdfContext.fGraphicsState.fCTM; in renderPage()