Lines Matching refs:fContentStreamMatrix
707 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()
2824 pdfContext.fGraphicsState.fContentStreamMatrix = pdfContext.fOriginalMatrix; in renderPage()