Searched refs:fCTM (Results 1 - 6 of 6) sorted by relevance

/external/skia/experimental/PdfViewer/
H A DSkPdfGraphicsState.h111 SkMatrix fCTM; member in struct:SkPdfGraphicsState
327 fCTM = SkMatrix::I();
/external/skia/include/core/
H A DSkShader.h200 const SkMatrix& getCTM() const { return fCTM; }
202 SkMatrix fCTM; member in class:SkShader::Context
H A DSkImageFilter.h69 fCTM(ctm), fClipBounds(clipBounds), fCache(cache) {
71 const SkMatrix& ctm() const { return fCTM; }
75 SkMatrix fCTM; member in class:SkImageFilter::Context
/external/skia/src/core/
H A DSkRecordDraw.cpp160 fCTM = &SkMatrix::I();
194 const SkMatrix& ctm() const { return *fCTM; }
215 fCTM->mapRect(&rect);
234 void updateCTM(const Restore& op) { fCTM = &op.matrix; }
235 void updateCTM(const SetMatrix& op) { fCTM = &op.matrix; }
575 // and updateClipBounds() to maintain the exact CTM (fCTM) and conservative
578 const SkMatrix* fCTM; member in class:SkRecords::FillBounds
H A DSkShader.cpp104 : fShader(shader), fCTM(*rec.fMatrix)
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp584 canvas->setMatrix(pdfContext->fGraphicsState.fCTM);
595 SkMatrix solveImageFlip = pdfContext->fGraphicsState.fCTM;
695 SkTraceMatrix(pdfContext->fGraphicsState.fCTM, "Current matrix");
698 pdfContext->fGraphicsState.fCTM.preConcat(skobj->Matrix(pdfContext->fPdfDoc));
699 SkMatrix matrix = pdfContext->fGraphicsState.fCTM;
706 SkTraceMatrix(pdfContext->fGraphicsState.fCTM, "Total matrix");
707 pdfContext->fGraphicsState.fContentStreamMatrix = pdfContext->fGraphicsState.fCTM;
709 canvas->setMatrix(pdfContext->fGraphicsState.fCTM);
764 pdfContext->fGraphicsState.fCTM = pdfContext->fGraphicsState.fContentStreamMatrix;
799 pdfContext->fGraphicsState.fCTM
[all...]

Completed in 327 milliseconds