Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/
DSkPdfGraphicsState.h113 SkMatrix fContentStreamMatrix; member
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp707 pdfContext->fGraphicsState.fContentStreamMatrix = pdfContext->fGraphicsState.fCTM; in doXObject_Form()
754 SkTraceMatrix(pdfContext->fGraphicsState.fContentStreamMatrix, "Current Content stream matrix"); in doXObject_Pattern()
757 pdfContext->fGraphicsState.fContentStreamMatrix.preConcat( in doXObject_Pattern()
761 SkTraceMatrix(pdfContext->fGraphicsState.fContentStreamMatrix, "Total Content stream matrix"); in doXObject_Pattern()
763 canvas->setMatrix(pdfContext->fGraphicsState.fContentStreamMatrix); in doXObject_Pattern()
764 pdfContext->fGraphicsState.fCTM = pdfContext->fGraphicsState.fContentStreamMatrix; in doXObject_Pattern()
1314 pdfContext->fGraphicsState.fContentStreamMatrix.preTranslate( in PdfOp_fillAndStroke()
1319 pdfContext->fGraphicsState.fContentStreamMatrix.preTranslate( in PdfOp_fillAndStroke()
1322 pdfContext->fGraphicsState.fContentStreamMatrix.preTranslate( in PdfOp_fillAndStroke()
1327 pdfContext->fGraphicsState.fContentStreamMatrix.preTranslate( in PdfOp_fillAndStroke()
[all …]